commit 33f9c2a548fa4d2b31c66530ea1d14f852573187
parent 5db7d13ef03d44b2da93fb09a1e1d1149333f8e5
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 23 Jun 2017 12:25:28 +0200
update README
the owner field is now unused/removed.
Diffstat:
M | README | | | 22 | ++-------------------- |
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/README b/README
@@ -66,23 +66,6 @@ make
make install
-Extract owner field from git config
------------------------------------
-
-A (hacky) way to extract the gitweb owner for example in the format:
-
- [gitweb]
- owner = Name here
-
-Script:
-
- #!/bin/sh
- awk '/^[ ]*owner[ ]=/ {
- sub(/^[^=]*=[ ]*/, "");
- print $0;
- }'
-
-
Features
--------
@@ -96,8 +79,7 @@ Features
- Make index page for multiple repositories with stagit-gopher-index.
- After generating the pages (relatively slow) serving the files is very fast,
simple and requires little resources (because the content is static), only
- a HTTP file server is required.
-- Usable with text-browsers such as dillo, links, lynx and w3m.
+ a Gopher server is required.
Cons
@@ -109,7 +91,7 @@ Cons
assumed (from HEAD).
- Relatively slow to run the first time (about 3 seconds for sbase,
1500+ commits), incremental updates are faster.
-- Does not support some of the dynamic features cgit has, like:
+- Does not support some dynamic features like:
- snapshot tarballs.
- file tree per commit.
- history log of branches diverged from HEAD.