update README with some features and update TODO
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.