Added doc/README.
[viewgit.git] / doc / TODO
blobecf96778cf3adb45d6ee58e864744f83b61f3172
1 - make sure stuff works when a commit has multiple parents (merge/octopus)
2         - commit: show all parents
4 - example config
6 [Milestones]
7 - Public Launch (0.0.1?)
8         - a public demo
9         - must have a minimalistic but useful interface
10         - must have features planned as mandatory
11         - should be at least able to rival other similar projects (the PHP ones at least)
12         - validate generated pages
14         - sourceforge project
15         - website, tracked with Google Analytics
16         - freshmeat project page
17         - post link to <http://git.or.cz/gitwiki/Gitweb>
18         - announce on git list
19         - announce on viewsvn's news section
20         - link from viewsvn's page
21 - First fixes & new features based on feedback (0.0.2)
23 [features]
24 - ideas in nutshell
25         - free git repository viewer that is easy to install and does not have many dependencies
26         - depends: PHP5, git
27 - mandatory features (0.0.1)
28         - project list (configurable or from a root, using globs perhaps?)
29                 - DONE name, description (.git/description), action links
30         - DONE tar.gz snapshots of trees
31         - DONE shortlog
32         - root dir, under which all directories are shown on viewgit
33         - DONE tree browsing / downloading of individual files
34         - documentation: README/INSTALL, LICENSE, example config
35 - optional
36         - RSS feeds: projects, shortlog
37         - branches list?
38         - tag list
40 [misc]
41 - license?
42         - GPLv2 vs. GPLv3 vs. AGPLv3
43         - add clarification that linking to the original homepage is enough to provide source, as long as it's around
44         - when decided, state in the commit log that it holds retroactively for earlier commits?
45         - contributions should be licensed under aforementioned license "or any later version approved by" me (to allow upgrading to GPLv4 or whatever later?)
47 - bundle about page that says what the software is and where to download it
49 - other projects?
50         - <http://git.or.cz/gitwiki/Gitweb>
52 [low priority]
53 - pagenav loses track of which branch/tag we are viewing
54 - geshi support (check compatiblity with AGPLv3)?
55 - commitdiff: could make sections initially hidden (with javascript)
56 - checkout: generate git-update-server-info information on-the-fly if needed?
57 - disable error reporting by default, and use own error handler for debug mode
58 - full log page
59 - summary: show [MASTER] and so on if the given commit is a tag or a head
60 - commit: option to hide/scramble the e-mail
61 - archive: use ob_start/ob_length/ob_flush for creating archives so that Content-Length can be sent