aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add poem integrationHEADmainLibravatar cel 🌸2024-01-241-1/+1
|
* Advertise Discord channel instead of GitterLibravatar Dirkjan Ochtman2023-10-031-1/+1
|
* Tell user to use `cargo add`Libravatar René Kijewski2023-03-101-5/+3
|
* Version bump in README and bookLibravatar Allan Zhang2022-10-211-1/+1
| | | | | | | | | I was going through the book when I saw the version was still 0.8. This commit ensures all references to Askama version are to 0.11.2. Most of them already were. Merge whenever appropriate for release, #722 related
* Update README.md, sync with the bookLibravatar René Kijewski2022-02-021-1/+1
|
* README: Adds link to JinjaLibravatar hoijui2022-01-131-1/+1
| | | ... for those of us who do not know what it is.
* Add Axum integrationLibravatar Michael Alyn Miller2021-11-271-1/+1
|
* Add section to README for IDE plugins (#474)Libravatar SamJakob2021-04-291-0/+1
|
* Update version in README.mdLibravatar technic932021-03-211-1/+1
|
* Updated book to be on par with readmeLibravatar vallentin2020-12-261-1/+0
|
* Some README updates (fixes #406)Libravatar Dirkjan Ochtman2020-12-181-5/+1
|
* Fix links and actions which were broken since the default branch was renamed ↵Libravatar jake2020-10-261-1/+1
| | | | from master to main
* alphabetize frameworksLibravatar Jacob Rothstein2020-07-141-1/+1
|
* askama tideLibravatar Jacob Rothstein2020-07-141-1/+1
|
* Prune duplicate documentationLibravatar Dirkjan Ochtman2020-06-301-58/+2
|
* Tweak example in READMELibravatar Dirkjan Ochtman2020-05-271-3/+1
|
* Mention warp as an available integrationLibravatar Dirkjan Ochtman2020-02-241-1/+1
|
* Fix URL for CI badge, againLibravatar Dirkjan Ochtman2020-01-021-1/+1
|
* Update CI badge to point to GitHubLibravatar Dirkjan Ochtman2020-01-021-2/+2
|
* Remove Appveyor build badgeLibravatar Dirkjan Ochtman2019-07-251-1/+0
|
* Update CI badges for migration to AzureLibravatar Dirkjan Ochtman2019-07-251-1/+1
|
* Remove rerun_if_templates_changed and update README.Libravatar Maarten de Vries2019-01-111-16/+1
|
* Implement `IntoResponse` for `Template`, allowing them to be used in ↵Libravatar Kellen Frodelius-Fujimoto2018-12-101-1/+1
| | | | `gotham` handlers.
* Remove unused macro_use attributesLibravatar Dirkjan Ochtman2018-12-081-1/+0
|
* Update generate code exampleLibravatar bott2018-11-131-2/+3
|
* Update generated code exampleLibravatar bott2018-11-111-3/+2
|
* Update generated code exampleLibravatar Tomas2018-11-071-9/+13
|
* Send debug output to stderr instead of stdoutLibravatar Dirkjan Ochtman2018-11-051-0/+2
|
* Tweak and update feature highlights in READMELibravatar Dirkjan Ochtman2018-10-081-4/+3
|
* Add docs.rs badge to READMELibravatar Dirkjan Ochtman2018-10-081-0/+1
|
* Link to benchmarks repo from READMELibravatar Dirkjan Ochtman2018-06-251-1/+2
|
* Bump version numbers in READMELibravatar Dirkjan Ochtman2018-06-251-2/+2
|
* Remove non-functional code coverage badge for nowLibravatar Dirkjan Ochtman2018-06-251-1/+0
|
* Add AppVeyor badge to READMELibravatar Dirkjan Ochtman2018-06-251-0/+1
|
* Update README, removing some limitationsLibravatar Dirkjan Ochtman2018-06-251-2/+2
|
* Further improve paragraph on Patreon supportLibravatar Dirkjan Ochtman2018-06-221-3/+4
|
* Add link to PatreonLibravatar Dirkjan Ochtman2018-06-221-0/+5
|
* Switch to SVG for Gitter badgeLibravatar Dirkjan Ochtman2018-05-221-1/+1
|
* Add newline to fix testimonial layoutLibravatar Dirkjan Ochtman2018-05-221-0/+1
|
* Add testimonial from Nikolay KimLibravatar Dirkjan Ochtman2018-05-221-0/+3
|
* `build = "build.rs"` is no longer necessaryLibravatar Paul Woolcock2018-01-291-3/+0
| | | | For all rust versions >= 1.19, cargo will assume `build = "build.rs"` if it sees a `build.rs` file in the same directory as the `Cargo.toml`
* Bump version in READMELibravatar Abdullah ibn Nadjo2017-11-211-2/+2
| | | | Update askama version in the README. Makes the example below compile and work
* Add badge for Gitter chat to READMELibravatar Dirkjan Ochtman2017-09-061-0/+1
|
* Reflow lineLibravatar Dirkjan Ochtman2017-09-061-2/+1
|
* Add and update feature highlights and limitationsLibravatar Dirkjan Ochtman2017-09-061-4/+7
|
* Add `unwrap()` to the hello world example in READMELibravatar defyrlt2017-08-251-1/+1
|
* Update debugging example in READMELibravatar Dirkjan Ochtman2017-08-101-8/+12
|
* Update README to clarify/update statusLibravatar Dirkjan Ochtman2017-08-081-3/+1
|
* Remove duplicate "if/else"Libravatar Jordan Danford2017-05-141-1/+1
|
* Bump versions in READMELibravatar Christian Legnitto2017-03-101-3/+2
| | | Without using this version I was getting a warning on stable rust.