stagit

update README with some features and update TODO

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 9f81b8c parent: cc22f8d
2 files changed, 12 insertions(+), 2 deletions(-)
MREADME+8-1
MTODO+4-1
M · README +8, -1
 1@@ -1 +1,8 @@
 2-to use urmom is quite easy...
 3+
 4+Features
 5+--------
 6+
 7+- Log and diffstat per commit.
 8+- Show file tree.
 9+- Detect README and LICENSE file to make a webpage.
10+- Atom feed git log.
M · TODO +4, -1
 1@@ -1,8 +1,11 @@
 2+- make lines in diffs a link.
 3+- make lines in files a link?
 4+
 5 - write atom feed (git log).
 6 
 7 - program to write index for multiple repos: urmoms-index <repodir>...
 8 
 9-- read README and LICENSE from repo (so for bare repos it works too).
10+x read README and LICENSE from repo (so for bare repos it works too).
11   rewrite concat to escape HTML ?
12 
13 - make baseurl in HTML page (header) configurable.