aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon.garrelou@gmail.com>2023-07-11 20:57:32 +0200
committerSimon Garrelou <simon.garrelou@gmail.com>2023-07-11 20:57:32 +0200
commit825382712fc4deacb072ec19e6a7b7ab4214415e (patch)
treebc1942c3c1affc8ff36dca4cf384fb3d780b7df4
parentf456c5f88f655e234290db41bb7f58f01f8d2f91 (diff)
downloadrss-main.tar.gz
rss-main.zip
Add Tera and Item to READMEHEADmain
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index effe21f..2c8ba3e 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@ $ cat template.tera
16{% endfor %} 16{% endfor %}
17``` 17```
18 18
19Templates use the [Tera](https://tera.netlify.app/) templating language, which is basically the same as Jinja2. A template is passed a copy of the input RSS feed's items, a list of [`rss::Item`](https://docs.rs/rss/latest/rss/struct.Item.html).
20
19## Building 21## Building
20 22
21This project is written in [Rust](https://rust-lang.org), and uses the [Cargo](https://doc.rust-lang.org/stable/cargo/) package manager. Building it requires a Rust toolchain, which can be installed using the [rustup](https://rustup.rs/) program. 23This project is written in [Rust](https://rust-lang.org), and uses the [Cargo](https://doc.rust-lang.org/stable/cargo/) package manager. Building it requires a Rust toolchain, which can be installed using the [rustup](https://rustup.rs/) program.