update TODO
1 files changed, 1 insertions(+), 17 deletions(-) | |||
---|---|---|---|
M | TODO | +1 | -17 |
1@@ -1,33 +1,17 @@
2 marketing:
3 - rename project: stagit?
4
5-portability:
6-- add strlcpy, strlcat.
7-
8 performance:
9 - optimize git_diff_get_stats.
10 - speed up generating files.
11 - be smarter about changes (an existing commit can never change the diff page).
12-? add pagination to log.html for > 5000 entries?
13-
14-display:
15-- time format: YYYY-MM-DD HH:MM (always use UTC+00:00, but don't show timezone).
16-- files page: show human-readable file modes: -rw-r--r--.
17
18 layout:
19 - make top menu look nicer in links/lynx again.
20
21-features:
22-- add raw link to latest files: raw/file...
23-- checkout files in separate directory.
24-- format text files in repo with lines, make the link linkable with an "anchor".
25-- able to add link to git url: git://url... per project.
26-? add summary page?
27-? show all the tags and branches as list.
28-? show commits for more tags and branches?
29-
30 documentation:
31 - improve mandoc pages.
32+ - document .git/description, .git/owner and .git/url
33
34 idea:
35 - program to write index for multiple repos: urmoms-index <repodir>...