From 6a82b8cad41218d73cabdaac42597ccf13609ea5 Mon Sep 17 00:00:00 2001 From: YAEGASHI Takeshi Date: Thu, 20 Feb 2014 03:08:51 +0900 Subject: Update example cgitrc diff --git a/debian/examples/cgitrc b/debian/examples/cgitrc index 1decd2f..95d4216 100644 --- a/debian/examples/cgitrc +++ b/debian/examples/cgitrc @@ -16,18 +16,29 @@ snapshots=zip tar.gz ## Enable other nice features. local-time=1 +remove-suffix=1 side-by-side-diffs=1 enable-git-config=1 enable-commit-graph=1 enable-log-linecount=1 +max-stats=quarter -## Enable email gravatar filter. -#email-filter=exec:/usr/lib/cgit/filters/email-gravatar.py +## Display clone URL information. +#clone-prefix=http://your-server/cgit + +## Enable email gravatar filter using built-in lua interpreter. +## You need suggested package: lua-md5 +#email-filter=lua:/usr/lib/cgit/filters/email-gravatar.lua ## Enable source code highlighting filter by pygments. ## You need suggested package: python-pygments #source-filter=exec:/usr/lib/cgit/filters/syntax-highlighting.py +## Enable the "about" page. +## about-formatting.sh supports various formats. +#readme=about:index.html about:index.textile about:index.md +#about-filter=/usr/lib/cgit/filters/about-formatting.sh + ## Configuration for repositories foo and bar. #repo.url=foo #repo.path=/pub/git/foo.git -- cgit v0.10.1