New option 'summary_shortlog'.
[viewgit.git] / doc / TODO
blob8ef36a41874eab1fbffbf6352135a613e78c771b
1 - initial style
2         - preliminary CSS
3         - use tables for templates
4                 - index
5                 - summary
6                 - commit
7         - common navigation bar / path at top
8 - show times in UTC, except also in author's time somewhere
10 - pages
11         - index: list of projects
12                 -> summary
13         - summary: main page of a project (like gitweb)
14                 - description, last change, clone url?
15                 - shortlog: date, author, message, [branch/tag], links: commit, commitdiff, tree, snapshot/download
16         - commit
17         - tree
18         - commitdiff
19         - snapshot/download
21 - ideas in nutshell
22         - free git repository viewer that is easy to install and does not have many dependencies
23         - depends: PHP5, git
25 - milestones
26         - Public Launch (0.0.1?)
27                 - a public demo
28                 - must have a minimalistic but useful interface
29                 - must have features planned as mandatory
30                 - should be at least able to rival other similar projects (the PHP ones at least)
32                 - sourceforge project
33                 - website, tracked with Google Analytics
34                 - freshmeat project page
35                 - post link to <http://git.or.cz/gitwiki/Gitweb>
36                 - announce on git list
37                 - announce on viewsvn's news section
38         - First fixes & new features based on feedback (0.0.2)
40 - feature
41         - mandatory features (0.0.1)
42                 - project list (configurable or from a root, using globs perhaps?)
43                         - name, description (.git/description), action links
44                 - tar.gz snapshots of trees
45                 - shortlog
46         - optional
47                 - tree browsing / downloading of individual files
48                 - RSS feeds: projects, shortlog
49                 - branches list?
50                 - tag list
51         - config
52                 - date/time format
53         - don't mimic gitweb interface as it's a tad clunky
55 - name?
56         - ViewGit
57                 - 3 google hits, none of a project
58                 - Not registered at: SourceForge, Freshmeat, BerliOS
60 - license?
61         - GPLv2 vs. GPLv3 vs. AGPLv3
62         - add clarification that linking to the original homepage is enough to provide source, as long as it's around
64 - bundle about page that says what the software is and where to download it
66 - other projects?
67         - <http://git.or.cz/gitwiki/Gitweb>