cgitrc - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       cgitrc (1637B)
       ---
            1 footer=/conf/cgit.footer
            2 
            3 # Enable caching of up to 1000 output entries
            4 cache-size=1000
            5 
            6 cache-root=/cgit/cache
            7 
            8 # Specify some default clone urls using macro expansion
            9 clone-url=git://git.codemadness.nl/$CGIT_REPO_URL
           10 
           11 # Specify the css url
           12 css=/cgit.css
           13 
           14 # Show owner on index page
           15 enable-index-owner=0
           16 
           17 # Allow http transport git clone
           18 enable-http-clone=0
           19 
           20 # Show extra links for each repository on the index page
           21 enable-index-links=0
           22 
           23 # Enable ASCII art commit history graph on the log pages
           24 enable-commit-graph=1
           25 
           26 # Show number of affected files per commit on the log pages
           27 enable-log-filecount=1
           28 
           29 # Show number of added/removed lines per commit on the log pages
           30 enable-log-linecount=1
           31 
           32 # Sort branches by date
           33 branch-sort=age
           34 
           35 # Add a cgit favicon
           36 favicon=/favicon.ico
           37 
           38 # Enable statistics per week, month and quarter
           39 max-stats=quarter
           40 
           41 # Set the title and heading of the repository index page
           42 root-title=Codemadness.org repositories
           43 
           44 # Set a subheading for the repository index page
           45 root-desc=
           46 
           47 # Allow download of tar.gz, tar.bz2 and zip-files
           48 snapshots=tar.gz
           49 
           50 ## List of common mimetypes
           51 mimetype.gif=image/gif
           52 mimetype.html=text/html
           53 mimetype.jpg=image/jpeg
           54 mimetype.jpeg=image/jpeg
           55 mimetype.pdf=application/pdf
           56 mimetype.png=image/png
           57 mimetype.svg=image/svg+xml
           58 
           59 ## Search for these files in the root of the default branch of repositories
           60 ## for coming up with the about page:
           61 readme=:README
           62 
           63 virtual-root=/
           64 
           65 scan-path=/htdocs/src
           66 
           67 # Disable adhoc downloads of this repo
           68 repo.snapshots=0
           69 
           70 # Disable line-counts for this repo
           71 repo.enable-log-linecount=0
           72 
           73 # Restrict the max statistics period for this repo
           74 repo.max-stats=month