summaryrefslogtreecommitdiffabout
path: root/cgitrc.5.txt
Unidiff
Diffstat (limited to 'cgitrc.5.txt') (more/less context) (show whitespace changes)
-rw-r--r--cgitrc.5.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index b45c46b..3c20fe1 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -431,25 +431,25 @@ Note: the "repo." prefix is dropped from the option names in repo-specific
431config files, e.g. "repo.desc" becomes "desc". 431config files, e.g. "repo.desc" becomes "desc".
432 432
433 433
434EXAMPLE CGITRC FILE 434EXAMPLE CGITRC FILE
435------------------- 435-------------------
436 436
437.... 437....
438# Enable caching of up to 1000 output entriess 438# Enable caching of up to 1000 output entriess
439cache-size=1000 439cache-size=1000
440 440
441 441
442# Specify some default clone prefixes 442# Specify some default clone prefixes
443clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git 443clone-prefix=git://example.com ssh://example.com/pub/git http://example.com/git
444 444
445# Specify the css url 445# Specify the css url
446css=/css/cgit.css 446css=/css/cgit.css
447 447
448 448
449# Show extra links for each repository on the index page 449# Show extra links for each repository on the index page
450enable-index-links=1 450enable-index-links=1
451 451
452 452
453# Enable ASCII art commit history graph on the log pages 453# Enable ASCII art commit history graph on the log pages
454enable-commit-graph=1 454enable-commit-graph=1
455 455
@@ -466,32 +466,32 @@ enable-log-linecount=1
466favicon=/favicon.ico 466favicon=/favicon.ico
467 467
468 468
469# Use a custom logo 469# Use a custom logo
470logo=/img/mylogo.png 470logo=/img/mylogo.png
471 471
472 472
473# Enable statistics per week, month and quarter 473# Enable statistics per week, month and quarter
474max-stats=quarter 474max-stats=quarter
475 475
476 476
477# Set the title and heading of the repository index page 477# Set the title and heading of the repository index page
478root-title=foobar.com git repositories 478root-title=example.com git repositories
479 479
480 480
481# Set a subheading for the repository index page 481# Set a subheading for the repository index page
482root-desc=tracking the foobar development 482root-desc=tracking the foobar development
483 483
484 484
485# Include some more info about foobar.com on the index page 485# Include some more info about example.com on the index page
486root-readme=/var/www/htdocs/about.html 486root-readme=/var/www/htdocs/about.html
487 487
488 488
489# Allow download of tar.gz, tar.bz2 and zip-files 489# Allow download of tar.gz, tar.bz2 and zip-files
490snapshots=tar.gz tar.bz2 zip 490snapshots=tar.gz tar.bz2 zip
491 491
492 492
493## 493##
494## List of common mimetypes 494## List of common mimetypes
495## 495##
496 496
497mimetype.gif=image/gif 497mimetype.gif=image/gif
@@ -507,32 +507,32 @@ mimetype.svg=image/svg+xml
507## List of repositories. 507## List of repositories.
508## PS: Any repositories listed when section is unset will not be 508## PS: Any repositories listed when section is unset will not be
509## displayed under a section heading 509## displayed under a section heading
510## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') 510## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos')
511## and included like this: 511## and included like this:
512## include=/etc/cgitrepos 512## include=/etc/cgitrepos
513## 513##
514 514
515 515
516repo.url=foo 516repo.url=foo
517repo.path=/pub/git/foo.git 517repo.path=/pub/git/foo.git
518repo.desc=the master foo repository 518repo.desc=the master foo repository
519repo.owner=fooman@foobar.com 519repo.owner=fooman@example.com
520repo.readme=info/web/about.html 520repo.readme=info/web/about.html
521 521
522 522
523repo.url=bar 523repo.url=bar
524repo.path=/pub/git/bar.git 524repo.path=/pub/git/bar.git
525repo.desc=the bars for your foo 525repo.desc=the bars for your foo
526repo.owner=barman@foobar.com 526repo.owner=barman@example.com
527repo.readme=info/web/about.html 527repo.readme=info/web/about.html
528 528
529 529
530# The next repositories will be displayed under the 'extras' heading 530# The next repositories will be displayed under the 'extras' heading
531section=extras 531section=extras
532 532
533 533
534repo.url=baz 534repo.url=baz
535repo.path=/pub/git/baz.git 535repo.path=/pub/git/baz.git
536repo.desc=a set of extensions for bar users 536repo.desc=a set of extensions for bar users
537 537
538repo.url=wiz 538repo.url=wiz