summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2023-04-22fix: \w compilation failureLars Wirzenius1-29/+44
Sponsored-by: author
2023-04-14chore: bump dependency on Subplot to currentLars Wirzenius1-153/+254
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-14chore: "cargo update"Lars Wirzenius1-237/+371
Sponsored-by: author
2023-04-10refactor: use html-page crate to represent HTMLLars Wirzenius1-2/+13
Sponsored-by: author
2022-10-22feat: give location in source for errorsLars Wirzenius1-0/+7
Sponsored-by: author
2022-10-22chore: switch from pretty_env_logger to env_loggerLars Wirzenius1-123/+166
Sponsored-by: author
2022-09-28feat: implement PageSpec expressionsLars Wirzenius1-1/+242
This is just the expressions, they aren't used by any directives yet. Sponsored-by: author
2022-09-17chore: update to new SubplotLars Wirzenius1-66/+20
Sponsored-by: author
2022-08-21feat: set output HTML file mtime from "meta date" directiveLars Wirzenius1-72/+3
Sponsored-by: author
2022-08-05chore: add Cargo.lock to gitLars Wirzenius1-0/+1775
Sponsored-by: author
2022-07-25chore: rudimentary Debian packagingLars Wirzenius1-1638/+0
Sponsored-by: author
2022-07-12feat! add subcommand "build"Lars Wirzenius1-6/+7
This will open the chance of other subcommands in the future. Sponsored-by: author
2022-07-12chore: drop unnecessary dependendy pandoc_astLars Wirzenius1-14/+3
Sponsored-by: author
2022-07-08fix: attribute value quotingLars Wirzenius1-0/+16
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-22/+1279
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/+21
Sponsored-by: author
2021-12-29quick and dirty prototype for parsing markdown filesLars Wirzenius1-0/+351
about 4000 files parsed in just under a second Sponsored-by: author