# HG changeset patch # User yakumo.izuru # Date 1702390561 0 # Node ID ab4829ba7a8ae8594626ffacd1c1fb1001c002b3 # Parent 7b122b71fcfa69302ddd325fc14c5b679ecd3949 Update README Signed-off-by: Izuru Yakumo diff -r 7b122b71fcfa -r ab4829ba7a8a README.md --- a/README.md Tue Dec 12 14:09:17 2023 +0000 +++ b/README.md Tue Dec 12 14:16:01 2023 +0000 @@ -54,13 +54,13 @@ Everything the extensions prints to [stdout](https://man.freebsd.org/cgi/man.cgi?fd) becomes the value of the placeholder. -Every variable from the content header will be passed via environment variables like `title` becomes `$AYA\_TITLE` and so on. +Every variable from the content header will be passed via environment variables like `title` becomes `$AYA_TITLE` and so on. There are some special variables: * `$AYA` - a path to the `aya` executable -* `$AYA\_OUTDIR` - a path to the directory with generated files -* `$AYA\_FILE` - a path to the currently processed markdown file -* `$AYA\_URL` - a URL for the currently generated page +* `$AYA_OUTDIR` - a path to the directory with generated files +* `$AYA_FILE` - a path to the currently processed markdown file +* `$AYA_URL` - a URL for the currently generated page ## Example of RSS generation @@ -117,7 +117,7 @@ ## License -The software is distributed under the MIT license. +The software is distributed under the MIT/X11 license. ---