Commit 7f05a4ae277c2cc2fb069bdad94b71e425c8b107 Parent: d6f62c79a06d0a9a42d3b7eaf929bf7ff78ba4ad Author: mcol <mcol@posteo.net> Date: 2021-09-25 19:05:18 +0100 Committer: mcol <mcol@posteo.net> Committed: 2021-09-25 19:05:18 +0100 Add to do list to readme
README.rst Modified
@@ -18,19 +18,6 @@ gitserve is called again. -Outputs -------- - -A single index showing basic information about all repositories. Then, per -repository: - -- Rendered markdown/rst readme (+ log in sidebar) -- File index + page per file in the tree -- Log index + page per commit -- Refs + tags index -- atom xml for repository - - Template variables ------------------ @@ -41,3 +28,15 @@ - *Index scope*: This exposes information about the whole set of repositories. The index template is rendered once in total and uses this scope. This template is specified in the ``indexTemplate`` setting. + + +To do +----- + +[ ] Generate html file per commit with commit scope +[ ] Generate html file per tree file with file scope +[ ] Expose readme url in repo scope for convenient hyperlinking +[ ] Expose license url in repo scope for convenient hyperlinking +[ ] Expose repo branches and tags in repo scope +[ ] Generate RSS? +[ ] Write guide in readme