Preliminary checkout support.
[viewgit.git] / doc / TODO
blob0cf9d05019515a699f624a2142ac5371488704e3
1 - tree/blob
2         - main nav bar should show path "fragments" if present, and link to each
3         - how to get the tree hashes for linking fragments? Have to climb up the tree from 'hb' ?
4 - header pagenav: bolden current selection
6 - shortlog: accept branch/tag name as 'h'
7         - or in validate_hash()
9 - checkout: generate git-update-server-info information on-the-fly if needed?
11 - make sure stuff works when a commit has multiple parents (merge/octopus)
13 [Milestones]
14 - Public Launch (0.0.1?)
15         - a public demo
16         - must have a minimalistic but useful interface
17         - must have features planned as mandatory
18         - should be at least able to rival other similar projects (the PHP ones at least)
19         - validate generated pages
21         - sourceforge project
22         - website, tracked with Google Analytics
23         - freshmeat project page
24         - post link to <http://git.or.cz/gitwiki/Gitweb>
25         - announce on git list
26         - announce on viewsvn's news section
27         - link from viewsvn's page
28 - First fixes & new features based on feedback (0.0.2)
30 [features]
31 - ideas in nutshell
32         - free git repository viewer that is easy to install and does not have many dependencies
33         - depends: PHP5, git
34 - mandatory features (0.0.1)
35         - project list (configurable or from a root, using globs perhaps?)
36                 - DONE name, description (.git/description), action links
37         - DONE tar.gz snapshots of trees
38         - DONE shortlog
39         - root dir, under which all directories are shown on viewgit
40         - DONE tree browsing / downloading of individual files
41         - documentation: README/INSTALL, LICENSE, example config
42 - optional
43         - RSS feeds: projects, shortlog
44         - branches list?
45         - tag list
46 - don't mimic gitweb interface as it's a tad clunky
48 [misc]
49 - name?
50         - ViewGit
51                 - 3 google hits, none of a project
52                 - Not registered at: SourceForge, Freshmeat, BerliOS
54 - license?
55         - GPLv2 vs. GPLv3 vs. AGPLv3
56         - add clarification that linking to the original homepage is enough to provide source, as long as it's around
57         - when decided, state in the commit log that it holds retroactively for earlier commits?
58         - contributions should be licensed under aforementioned license "or any later version approved by" me (to allow upgrading to GPLv4 or whatever later?)
60 - bundle about page that says what the software is and where to download it
62 - other projects?
63         - <http://git.or.cz/gitwiki/Gitweb>
65 [low priority]
66 - disable error reporting by default, and use own error handler for debug mode
67 - full log page
68 - summary: show [MASTER] and so on if the given commit is a tag or a head
69 - commit: option to hide/scramble the e-mail
70 - archive: use ob_start/ob_length/ob_flush for creating archives so that Content-Length can be sent