summaryrefslogtreecommitdiffabout
path: root/cgitrc.5.txt
authorTodd Zullinger <tmz@pobox.com>2010-09-06 13:31:26 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2010-09-19 17:12:51 (UTC)
commit66df1134573dccd364394f8a177e3d94bfb1e8d1 (patch) (unidiff)
tree74ae35276c8ce71defdbba32d3bc9646f1c37ab5 /cgitrc.5.txt
parentd7765df117d25fc015856598c06f4796e8cdbb27 (diff)
downloadcgit-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>
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 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
423cache-size=1000 423cache-size=1000
424 424
425 425
426# Specify some default clone prefixes 426# Specify some default clone prefixes
427clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git 427clone-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
430css=/css/cgit.css 430css=/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
454max-stats=quarter 454max-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
458root-title=foobar.com git repositories 458root-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
462root-desc=tracking the foobar development 462root-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
466root-readme=/var/www/htdocs/about.html 466root-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
470snapshots=tar.gz tar.bz2 zip 470snapshots=tar.gz tar.bz2 zip
471 471
@@ -493,20 +493,20 @@ mimetype.svg=image/svg+xml
493## 493##
494 494
495 495
496repo.url=foo 496repo.url=foo
497repo.path=/pub/git/foo.git 497repo.path=/pub/git/foo.git
498repo.desc=the master foo repository 498repo.desc=the master foo repository
499repo.owner=fooman@foobar.com 499repo.owner=fooman@example.com
500repo.readme=info/web/about.html 500repo.readme=info/web/about.html
501 501
502 502
503repo.url=bar 503repo.url=bar
504repo.path=/pub/git/bar.git 504repo.path=/pub/git/bar.git
505repo.desc=the bars for your foo 505repo.desc=the bars for your foo
506repo.owner=barman@foobar.com 506repo.owner=barman@example.com
507repo.readme=info/web/about.html 507repo.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
511section=extras 511section=extras
512 512