update README with some features and update TODO - stagit-gopher - A git gopher frontend. (mirror)
HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 02989361feadd7996c099a839b99e69bd68ed845
DIR parent 52151038885c99a2ddf6b259e6c29601bd7051ef
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 7 Dec 2015 18:56:41 +0100
update README with some features and update TODO
Diffstat:
M README | 9 ++++++++-
M TODO | 5 ++++-
2 files changed, 12 insertions(+), 2 deletions(-)
---
DIR diff --git a/README b/README
@@ -1 +1,8 @@
-to use urmom is quite easy...
+
+Features
+--------
+
+- Log and diffstat per commit.
+- Show file tree.
+- Detect README and LICENSE file to make a webpage.
+- Atom feed git log.
DIR diff --git a/TODO b/TODO
@@ -1,8 +1,11 @@
+- make lines in diffs a link.
+- make lines in files a link?
+
- write atom feed (git log).
- program to write index for multiple repos: urmoms-index <repodir>...
-- read README and LICENSE from repo (so for bare repos it works too).
+x read README and LICENSE from repo (so for bare repos it works too).
rewrite concat to escape HTML ?
- make baseurl in HTML page (header) configurable.