diff options
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 10 |
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 |
443 | clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git | 443 | clone-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 |
446 | css=/css/cgit.css | 446 | css=/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 |
478 | root-title=foobar.com git repositories | 478 | root-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 |
482 | root-desc=tracking the foobar development | 482 | root-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 |
486 | root-readme=/var/www/htdocs/about.html | 486 | root-readme=/var/www/htdocs/about.html |
487 | 487 | ||
488 | 488 | ||
@@ -516,14 +516,14 @@ mimetype.svg=image/svg+xml | |||
516 | repo.url=foo | 516 | repo.url=foo |
517 | repo.path=/pub/git/foo.git | 517 | repo.path=/pub/git/foo.git |
518 | repo.desc=the master foo repository | 518 | repo.desc=the master foo repository |
519 | repo.owner=fooman@foobar.com | 519 | repo.owner=fooman@example.com |
520 | repo.readme=info/web/about.html | 520 | repo.readme=info/web/about.html |
521 | 521 | ||
522 | 522 | ||
523 | repo.url=bar | 523 | repo.url=bar |
524 | repo.path=/pub/git/bar.git | 524 | repo.path=/pub/git/bar.git |
525 | repo.desc=the bars for your foo | 525 | repo.desc=the bars for your foo |
526 | repo.owner=barman@foobar.com | 526 | repo.owner=barman@example.com |
527 | repo.readme=info/web/about.html | 527 | repo.readme=info/web/about.html |
528 | 528 | ||
529 | 529 | ||