summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README9
-rw-r--r--TODO5
2 files changed, 12 insertions, 2 deletions
diff --git a/README b/README
index 87656d6..d282e52 100644
--- 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.
diff --git a/TODO b/TODO
index 1d27042..67e2c9e 100644
--- 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.