summaryrefslogtreecommitdiffabout
path: root/cgitrc.5.txt
Unidiff
Diffstat (limited to 'cgitrc.5.txt') (more/less context) (ignore 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
@@ -440,7 +440,7 @@ cache-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
@@ -475,14 +475,14 @@ max-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
@@ -516,14 +516,14 @@ mimetype.svg=image/svg+xml
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