aboutsummaryrefslogtreecommitdiff
path: root/cgit/README
diff options
context:
space:
mode:
Diffstat (limited to 'cgit/README')
-rw-r--r--cgit/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/cgit/README b/cgit/README
new file mode 100644
index 0000000..c9b0e46
--- /dev/null
+++ b/cgit/README
@@ -0,0 +1,16 @@
+cgit is a web interface (cgi) for git repositories, written in C.
+
+The folder /var/cache/cgit, must be owned by your webserver user.
+
+A sample /etc/cgitrc (you must provide one) is in the docs folder,
+and so are some example configuration files for apache and lighttpd.
+
+luacrypto or lua-md5 are optional dependencies (for avatars support),
+but first you have to build this against lua (use lua, *NOT* lua52
+or lua53).
+
+If you want to use the email-libravatar-korg.lua filter or the
+email-gravatar-sbo.lua one, have a look also to the suggested css
+additions (in the docs folder).
+
+This version is patched to support the repository tab 'sponsor-page'.