diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-10-03 10:39:56 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-10-03 17:39:03 +0200 |
commit | a6bc14c8ca5a4e5c6ac297a7fa95f86c722b799c (patch) | |
tree | d0fffb31b7bea2f2fe8e0144d83b1cdd4296e71b | |
parent | 22ec6c95a19b682379d84dc22b6e1f190b6f8766 (diff) | |
download | askama-a6bc14c8ca5a4e5c6ac297a7fa95f86c722b799c.tar.gz askama-a6bc14c8ca5a4e5c6ac297a7fa95f86c722b799c.tar.bz2 askama-a6bc14c8ca5a4e5c6ac297a7fa95f86c722b799c.zip |
Advertise Discord channel instead of Gitter
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | askama_actix/README.md | 2 | ||||
-rw-r--r-- | askama_axum/README.md | 2 | ||||
-rw-r--r-- | askama_derive/README.md | 2 | ||||
-rw-r--r-- | askama_escape/README.md | 2 | ||||
-rw-r--r-- | askama_gotham/README.md | 2 | ||||
-rw-r--r-- | askama_hyper/README.md | 2 | ||||
-rw-r--r-- | askama_mendes/README.md | 2 | ||||
-rw-r--r-- | askama_parser/README.md | 2 | ||||
-rw-r--r-- | askama_rocket/README.md | 2 | ||||
-rw-r--r-- | askama_tide/README.md | 2 | ||||
-rw-r--r-- | askama_warp/README.md | 2 | ||||
-rw-r--r-- | book/src/askama.md | 2 |
13 files changed, 13 insertions, 13 deletions
@@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama/badge.svg)](https://docs.rs/askama/) [![Latest version](https://img.shields.io/crates/v/askama.svg)](https://crates.io/crates/askama) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Askama implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/). It generates Rust code from your templates at compile time diff --git a/askama_actix/README.md b/askama_actix/README.md index d8948f6..d026e99 100644 --- a/askama_actix/README.md +++ b/askama_actix/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_actix/badge.svg)](https://docs.rs/askama_actix/) [![Latest version](https://img.shields.io/crates/v/askama_actix.svg)](https://crates.io/crates/askama_actix) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Integration of the [Askama](https://github.com/djc/askama) templating engine in code building on the Actix-web framework. diff --git a/askama_axum/README.md b/askama_axum/README.md index 584dbd9..6d085be 100644 --- a/askama_axum/README.md +++ b/askama_axum/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_axum/badge.svg)](https://docs.rs/askama_axum/) [![Latest version](https://img.shields.io/crates/v/askama_axum.svg)](https://crates.io/crates/askama_axum) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Integration of the [Askama](https://github.com/djc/askama) templating engine in code building on the Axum web framework. diff --git a/askama_derive/README.md b/askama_derive/README.md index e27f110..3b79aa3 100644 --- a/askama_derive/README.md +++ b/askama_derive/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_derive/badge.svg)](https://docs.rs/askama_derive/) [![Latest version](https://img.shields.io/crates/v/askama_derive.svg)](https://crates.io/crates/askama_derive) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) This crate contains the procedural macros used by the [Askama](https://github.com/djc/askama) templating engine. diff --git a/askama_escape/README.md b/askama_escape/README.md index 8c6796d..6eab613 100644 --- a/askama_escape/README.md +++ b/askama_escape/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_escape/badge.svg)](https://docs.rs/askama_escape/) [![Latest version](https://img.shields.io/crates/v/askama_escape.svg)](https://crates.io/crates/askama_escape) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) This crate contains helper code for HTML escaping used by the [Askama](https://github.com/djc/askama) templating engine. diff --git a/askama_gotham/README.md b/askama_gotham/README.md index ade4beb..dd7a251 100644 --- a/askama_gotham/README.md +++ b/askama_gotham/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_gotham/badge.svg)](https://docs.rs/askama_gotham/) [![Latest version](https://img.shields.io/crates/v/askama_gotham.svg)](https://crates.io/crates/askama_gotham) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Integration of the [Askama](https://github.com/djc/askama) templating engine in code building on the Gotham web framework. diff --git a/askama_hyper/README.md b/askama_hyper/README.md index 024665a..c1754c9 100644 --- a/askama_hyper/README.md +++ b/askama_hyper/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_hyper/badge.svg)](https://docs.rs/askama_hyper/) [![Latest version](https://img.shields.io/crates/v/askama_hyper.svg)](https://crates.io/crates/askama_hyper) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Integration of the [Askama](https://github.com/djc/askama) templating engine in code building on the [hyper](https://crates.io/crates/hyper)-based web servers. diff --git a/askama_mendes/README.md b/askama_mendes/README.md index f91ffbd..94a296d 100644 --- a/askama_mendes/README.md +++ b/askama_mendes/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_mendes/badge.svg)](https://docs.rs/askama_mendes/) [![Latest version](https://img.shields.io/crates/v/askama_mendes.svg)](https://crates.io/crates/askama_mendes) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Integration of the [Askama](https://github.com/djc/askama) templating engine in code building on the [Mendes](https://github.com/djc/mendes) framework. diff --git a/askama_parser/README.md b/askama_parser/README.md index 4223a11..7a5cd9e 100644 --- a/askama_parser/README.md +++ b/askama_parser/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_parser/badge.svg)](https://docs.rs/askama_parser/) [![Latest version](https://img.shields.io/crates/v/askama_parser.svg)](https://crates.io/crates/askama_parser) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) This crate contains the procedural macros used by the [Askama](https://github.com/djc/askama) templating engine. diff --git a/askama_rocket/README.md b/askama_rocket/README.md index 655fdd4..58faa9c 100644 --- a/askama_rocket/README.md +++ b/askama_rocket/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_rocket/badge.svg)](https://docs.rs/askama_rocket/) [![Latest version](https://img.shields.io/crates/v/askama_rocket.svg)](https://crates.io/crates/askama_rocket) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Integration of the [Askama](https://github.com/djc/askama) templating engine in code building on the Rocket web framework. diff --git a/askama_tide/README.md b/askama_tide/README.md index 05aa275..af900b3 100644 --- a/askama_tide/README.md +++ b/askama_tide/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_tide/badge.svg)](https://docs.rs/askama_tide/) [![Latest version](https://img.shields.io/crates/v/askama_tide.svg)](https://crates.io/crates/askama_tide) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Integration of the [Askama](https://github.com/djc/askama) templating engine in code building on the tide web framework. diff --git a/askama_warp/README.md b/askama_warp/README.md index 68059d3..9879d00 100644 --- a/askama_warp/README.md +++ b/askama_warp/README.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama_warp/badge.svg)](https://docs.rs/askama_warp/) [![Latest version](https://img.shields.io/crates/v/askama_warp.svg)](https://crates.io/crates/askama_warp) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Integration of the [Askama](https://github.com/djc/askama) templating engine in code building on the warp web framework. diff --git a/book/src/askama.md b/book/src/askama.md index f7c613e..2eb366c 100644 --- a/book/src/askama.md +++ b/book/src/askama.md @@ -3,7 +3,7 @@ [![Documentation](https://docs.rs/askama/badge.svg)](https://docs.rs/askama/) [![Latest version](https://img.shields.io/crates/v/askama.svg)](https://crates.io/crates/askama) [![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) -[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT) Askama implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/). It generates Rust code from your templates at compile time |