From f0e0bf16dabdece3c26aea13da5abcd56fafbfbb Mon Sep 17 00:00:00 2001 From: Pranshu Sharma Date: Mon, 2 Jun 2025 16:43:12 +1000 Subject: [PATCH] Added todo list --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 637d779..e809cc1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # perc -Better Werc \ No newline at end of file +Better Werc + + +# TODO + +- [ ] Documentation +- [ ] Adding expiry to cache files. +- [ ] Adding support for [Slim](https://slim-template.github.io/) Template +- [ ] Support for dirrent layout files for subdirectory. +- [ ] Adding search. From what I can find, there are several good tools aviable that + index the site, e.g. [sphinix](https://sphinxsearch.com/), [Apache + Lucene](https://lucene.apache.org/), and [Xapian](https://xapian.org/) + +