summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2021-10-28refactor: use simple patterns where possibleLars Wirzenius2-8/+4
Many of our bindings files were originally written before Subplot supported simple patterns, and so they use regex patterns even when a simple pattern would do. Simplify bindings to use simple patterns when possible, to make life easier for future maintainers. Sponsored-by: author
2021-10-13examples: Fix up absolute paths on echo exampleDaniel Silverstone1-3/+3
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-09-16fix: use list of filenames instead of a single value in doc metadataLars Wirzenius3-7/+7
Sponsored-by: pep.foundation
2021-09-07bindings: Parse polyglot bindingsDaniel Silverstone3-24/+69
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-16docs: add tutorial for verifying a web siteLars Wirzenius3-0/+232
2021-02-18refactor: move echo and muck examples under new examples/ directoryLars Wirzenius7-0/+691