README: mention tags.xml feature - stagit - static git page generator | |
git clone git://git.codemadness.org/stagit | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit d1c528fb5ad81c876f07a69e1b759764f69cb9de | |
parent 722f8364601d2b6ee2439b42cd75750f6aac90ed | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 5 Mar 2021 11:50:16 +0100 | |
README: mention tags.xml feature | |
Diffstat: | |
M README | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/README b/README | |
@@ -145,7 +145,8 @@ Features | |
- Show references: local branches and tags. | |
- Detect README and LICENSE file from HEAD and link it as a webpage. | |
- Detect submodules (.gitmodules file) from HEAD and link it as a webpage. | |
-- Atom feed log (atom.xml). | |
+- Atom feed of the commit log (atom.xml). | |
+- Atom feed of the tags/refs (tags.xml). | |
- Make index page for multiple repositories with stagit-index. | |
- After generating the pages (relatively slow) serving the files is very fast, | |
simple and requires little resources (because the content is static), only |