stagit

update TODO

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 2290931 parent: f243db1
1 files changed, 17 insertions(+), 26 deletions(-)
MTODO+17-26
M · TODO +17, -26
 1@@ -1,32 +1,23 @@
 2-- time format: YYYY-MM-DD HH:MM    (UTC+00:00, but dont show timezone).
 3-- max line length in log should be 72 bytes.
 4-
 5-- use UTC+0000 timestamps, dont use server time.
 6-
 7-- make lines in diffs a link.
 8-- make lines in files a link?
 9+performance:
10+- optimize git_diff_get_stats.
11+- speed up generating files.
12+- be smarter about changes (an existing commit can never change the diff page).
13+? add pagination to log.html for > 5000 entries?
14 
15-- write atom feed (git log).
16+display:
17+- time format: YYYY-MM-DD HH:MM (always use UTC+00:00, but don't show timezone).
18 
19-- program to write index for multiple repos: urmoms-index <repodir>...
20+layout:
21+- make top menu look nicer in links/lynx again.
22 
23-x read README and LICENSE from repo (so for bare repos it works too).
24-  rewrite concat to escape HTML ?
25-
26-- make baseurl in HTML page (header) configurable.
27-- be smarter about changes (an existing commit can never change the diff page).
28+features:
29 - add raw link to latest files: raw/file...
30-- add summary page?
31-- add diffstat to diff page? + and - lines summary?
32-- escape HTML: < > ' " etc, maybe even use CDATA ?
33-- shorter date format for logs.html page.
34-- speed up generating files.
35-- for files link to the commit but make the filename a link anchor.
36-- link to lines in file view! / commit log?
37-- show all the tags and branches as list.
38-- show commits for all tags and branches???
39+- checkout files in separate directory.
40+- format text files in repo with lines, make the link linkable with an "anchor".
41 - able to add link to git url: git://url... per project.
42+? add summary page?
43+? show all the tags and branches as list.
44+? show commits for more tags and branches?
45 
46-x default to log view (stateless).
47-x no tarballs, snapshots and such.
48-x add stylesheet + 2f30/suckless logo.
49+idea:
50+- program to write index for multiple repos: urmoms-index <repodir>...