summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2011-03-05 13:21:47 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2011-03-05 13:21:47 (UTC)
commitb9025b5c7872917dbd46f889354036886b46ed1a (patch) (unidiff)
tree65367757fc52e90c699167a1f6c79c21172b3a39
parent7f3c6e0ce9b41142cf2707af100992acdce059df (diff)
downloadcgit-b9025b5c7872917dbd46f889354036886b46ed1a.zip
cgit-b9025b5c7872917dbd46f889354036886b46ed1a.tar.gz
cgit-b9025b5c7872917dbd46f889354036886b46ed1a.tar.bz2
Update README
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--README9
1 files changed, 1 insertions, 8 deletions
diff --git a/README b/README
index 050e21e..1692ad6 100644
--- a/README
+++ b/README
@@ -27,25 +27,25 @@ version like this:
27When either a) or b) has been performed, you can build and install cgit like 27When either a) or b) has been performed, you can build and install cgit like
28this: 28this:
29 29
30 $ make 30 $ make
31 $ sudo make install 31 $ sudo make install
32 32
33This will install cgit.cgi and cgit.css into "/var/www/htdocs/cgit". You can 33This will install cgit.cgi and cgit.css into "/var/www/htdocs/cgit". You can
34configure this location (and a few other things) by providing a "cgit.conf" 34configure this location (and a few other things) by providing a "cgit.conf"
35file (see the Makefile for details). 35file (see the Makefile for details).
36 36
37 37
38Dependencies: 38Dependencies:
39 -git 1.5.3 39 -git 1.7.4
40 -zip lib 40 -zip lib
41 -crypto lib 41 -crypto lib
42 -openssl lib 42 -openssl lib
43 43
44 44
45Apache configuration 45Apache configuration
46 46
47A new Directory-section must probably be added for cgit, possibly something 47A new Directory-section must probably be added for cgit, possibly something
48like this: 48like this:
49 49
50 <Directory "/var/www/htdocs/cgit/"> 50 <Directory "/var/www/htdocs/cgit/">
51 AllowOverride None 51 AllowOverride None
@@ -77,26 +77,19 @@ stale cachefile is returned to the client. This is done to favour page
77throughput over page freshness. 77throughput over page freshness.
78 78
79The generated content contains the complete response to the client, including 79The generated content contains the complete response to the client, including
80the http-headers "Modified" and "Expires". 80the http-headers "Modified" and "Expires".
81 81
82 82
83The missing features 83The missing features
84 84
85* Submodule links in the directory listing page have a fixed format per 85* Submodule links in the directory listing page have a fixed format per
86 repository. This should probably be extended to a generic map between 86 repository. This should probably be extended to a generic map between
87 submodule path and url. 87 submodule path and url.
88 88
89* Branch- and tag-lists in the summary page can get very long, they should
90 probably only show something like the ten "latest modified" branches and
91 a similar number of "most recent" tags.
92
93* There should be a new page for browsing refs/heads and refs/tags, with links
94 from the summary page whenever the branch/tag lists overflow.
95
96* The log-page should have more/better search options (author, committer, 89* The log-page should have more/better search options (author, committer,
97 pickaxe, paths) and possibly support arbitrary revision specifiers. 90 pickaxe, paths) and possibly support arbitrary revision specifiers.
98 91
99* A set of test-scripts is required before cgit-1.0 can be released. 92* A set of test-scripts is required before cgit-1.0 can be released.
100 93
101Patches/bugreports/suggestions/comments are always welcome, please feel free 94Patches/bugreports/suggestions/comments are always welcome, please feel free
102to contact the author: hjemli@gmail.com 95to contact the author: hjemli@gmail.com