diff options
author | Todd Zullinger | 2010-09-06 09:31:26 -0400 |
---|---|---|
committer | Lars Hjemli | 2010-09-19 19:12:51 +0200 |
commit | 66df1134573dccd364394f8a177e3d94bfb1e8d1 (patch) | |
tree | 74ae35276c8ce71defdbba32d3bc9646f1c37ab5 | |
parent | cgit.css: Add syntax highlighting entries (diff) | |
download | cgit-66df1134573dccd364394f8a177e3d94bfb1e8d1.tar.gz cgit-66df1134573dccd364394f8a177e3d94bfb1e8d1.zip |
Use example.com in documentation, per RFC 2606
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-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 ce78d41..ea1b18a 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -424,7 +424,7 @@ cache-size=1000 | |||
424 | 424 | ||
425 | 425 | ||
426 | # Specify some default clone prefixes | 426 | # Specify some default clone prefixes |
427 | clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git | 427 | clone-prefix=git://example.com ssh://example.com/pub/git http://example.com/git |
428 | 428 | ||
429 | # Specify the css url | 429 | # Specify the css url |
430 | css=/css/cgit.css | 430 | css=/css/cgit.css |
@@ -455,14 +455,14 @@ max-stats=quarter | |||
455 | 455 | ||
456 | 456 | ||
457 | # Set the title and heading of the repository index page | 457 | # Set the title and heading of the repository index page |
458 | root-title=foobar.com git repositories | 458 | root-title=example.com git repositories |
459 | 459 | ||
460 | 460 | ||
461 | # Set a subheading for the repository index page | 461 | # Set a subheading for the repository index page |
462 | root-desc=tracking the foobar development | 462 | root-desc=tracking the foobar development |
463 | 463 | ||
464 | 464 | ||
465 | # Include some more info about foobar.com on the index page | 465 | # Include some more info about example.com on the index page |
466 | root-readme=/var/www/htdocs/about.html | 466 | root-readme=/var/www/htdocs/about.html |
467 | 467 | ||
468 | 468 | ||
@@ -496,14 +496,14 @@ mimetype.svg=image/svg+xml | |||
496 | repo.url=foo | 496 | repo.url=foo |
497 | repo.path=/pub/git/foo.git | 497 | repo.path=/pub/git/foo.git |
498 | repo.desc=the master foo repository | 498 | repo.desc=the master foo repository |
499 | repo.owner=fooman@foobar.com | 499 | repo.owner=fooman@example.com |
500 | repo.readme=info/web/about.html | 500 | repo.readme=info/web/about.html |
501 | 501 | ||
502 | 502 | ||
503 | repo.url=bar | 503 | repo.url=bar |
504 | repo.path=/pub/git/bar.git | 504 | repo.path=/pub/git/bar.git |
505 | repo.desc=the bars for your foo | 505 | repo.desc=the bars for your foo |
506 | repo.owner=barman@foobar.com | 506 | repo.owner=barman@example.com |
507 | repo.readme=info/web/about.html | 507 | repo.readme=info/web/about.html |
508 | 508 | ||
509 | 509 | ||