]> git.armaanb.net Git - stagit.git/commitdiff
update README with some features and update TODO
authorHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 7 Dec 2015 17:56:41 +0000 (18:56 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 7 Dec 2015 17:56:41 +0000 (18:56 +0100)
README
TODO

diff --git a/README b/README
index 87656d6787a300f0d7801760501d9bea16e5c153..d282e5268261ff706e8292a71718763fc1f57579 100644 (file)
--- 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 1d2704292d608d9d94aec554d93cc27a16afdf90..67e2c9e690b34a0c1e4857767683e00eaef714f3 100644 (file)
--- 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.