summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2023-04-22fix: \w compilation failureLars Wirzenius1-1/+1
Sponsored-by: author
2023-04-14chore: bump dependency on Subplot to currentLars Wirzenius1-2/+2
Also, change a couple of scenario titles to work around a Subplot problem that results in no name in generated Rust functions. Sponsored-by: author
2023-04-10refactor: use html-page crate to represent HTMLLars Wirzenius1-0/+1
Sponsored-by: author
2022-10-22feat: give location in source for errorsLars Wirzenius1-0/+1
Sponsored-by: author
2022-10-22chore: switch from pretty_env_logger to env_loggerLars Wirzenius1-1/+1
Sponsored-by: author
2022-09-28feat: implement PageSpec expressionsLars Wirzenius1-0/+3
This is just the expressions, they aren't used by any directives yet. Sponsored-by: author
2022-09-17chore: update to new SubplotLars Wirzenius1-2/+2
Sponsored-by: author
2022-09-06perf: enable debug symbols when building for releaseLars Wirzenius1-0/+3
This gives output that is easier to understand for "cargo flamegraph". Sponsored-by: author
2022-08-21feat: set output HTML file mtime from "meta date" directiveLars Wirzenius1-0/+1
Sponsored-by: author
2022-08-03feat: tell user what the version of riki isLars Wirzenius1-0/+1
Sponsored-by: author
2022-08-03feat: set output file modification timesLars Wirzenius1-0/+1
Sponsored-by: author
2022-07-25chore: rudimentary Debian packagingLars Wirzenius1-2/+1
Sponsored-by: author
2022-07-12feat! add subcommand "build"Lars Wirzenius1-0/+1
This will open the chance of other subcommands in the future. Sponsored-by: author
2022-07-12chore: drop unnecessary dependendy pandoc_astLars Wirzenius1-2/+1
Sponsored-by: author
2022-07-08fix: attribute value quotingLars Wirzenius1-0/+1
Sponsored-by: author
2022-07-03chore: rename project to rikiLars Wirzenius1-1/+1
It's a subset of ikiwiki and r for rust. Thank you, Daniel Silverstone, for the inspiration for the name. Sponsored-by: author
2022-07-02feat: add loggingLars Wirzenius1-0/+2
Instead of printlns everywhere. Sponsored-by: author
2022-06-26some wikitext parsingLars Wirzenius1-0/+1
Sponsored-by: author
2022-06-24feat: rudimentary HTML generationLars Wirzenius1-0/+10
This handles paragraphs and h1 headings, for now. More to come later. There's also some testing. Sponsored-by: author
2022-06-12start struct for parsed siteLars Wirzenius1-0/+1
Sponsored-by: author
2021-12-29quick and dirty prototype for parsing markdown filesLars Wirzenius1-0/+5
about 4000 files parsed in just under a second Sponsored-by: author
2021-12-29cargo initLars Wirzenius1-0/+8
Sponsored-by: author