author | Todd Zullinger <tmz@pobox.com> | 2010-09-06 13:31:26 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-09-19 17:12:51 (UTC) |
commit | 66df1134573dccd364394f8a177e3d94bfb1e8d1 (patch) (unidiff) | |
tree | 74ae35276c8ce71defdbba32d3bc9646f1c37ab5 | |
parent | d7765df117d25fc015856598c06f4796e8cdbb27 (diff) | |
download | cgit-66df1134573dccd364394f8a177e3d94bfb1e8d1.zip cgit-66df1134573dccd364394f8a177e3d94bfb1e8d1.tar.gz cgit-66df1134573dccd364394f8a177e3d94bfb1e8d1.tar.bz2 |
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 | |||
@@ -421,13 +421,13 @@ EXAMPLE CGITRC FILE | |||
421 | .... | 421 | .... |
422 | # Enable caching of up to 1000 output entriess | 422 | # Enable caching of up to 1000 output entriess |
423 | cache-size=1000 | 423 | 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 |
431 | 431 | ||
432 | 432 | ||
433 | # Show extra links for each repository on the index page | 433 | # Show extra links for each repository on the index page |
@@ -452,20 +452,20 @@ logo=/img/mylogo.png | |||
452 | 452 | ||
453 | # Enable statistics per week, month and quarter | 453 | # Enable statistics per week, month and quarter |
454 | max-stats=quarter | 454 | 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 | ||
469 | # Allow download of tar.gz, tar.bz2 and zip-files | 469 | # Allow download of tar.gz, tar.bz2 and zip-files |
470 | snapshots=tar.gz tar.bz2 zip | 470 | snapshots=tar.gz tar.bz2 zip |
471 | 471 | ||
@@ -493,20 +493,20 @@ mimetype.svg=image/svg+xml | |||
493 | ## | 493 | ## |
494 | 494 | ||
495 | 495 | ||
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 | ||
510 | # The next repositories will be displayed under the 'extras' heading | 510 | # The next repositories will be displayed under the 'extras' heading |
511 | section=extras | 511 | section=extras |
512 | 512 | ||