README (652B)
1 cgit is a web interface (cgi) for git repositories, written in C. 2 3 The folder /var/cache/cgit, must be owned by your webserver user. 4 5 A sample /etc/cgitrc (you must provide one) is in the docs folder, 6 and so are some example configuration files for apache and lighttpd. 7 8 luacrypto or lua-md5 are optional dependencies (for avatars support), 9 but first you have to build this against lua (use lua, *NOT* lua52 10 or lua53). 11 12 If you want to use the email-libravatar-korg.lua filter or the 13 email-gravatar-sbo.lua one, have a look also to the suggested css 14 additions (in the docs folder). 15 16 This version is patched to support the repository tab 'sponsor-page'.