summaryrefslogtreecommitdiffabout
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
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 (more/less context) (show 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
@@ -415,25 +415,25 @@ Note: the "repo." prefix is dropped from the option names in repo-specific
415config files, e.g. "repo.desc" becomes "desc". 415config files, e.g. "repo.desc" becomes "desc".
416 416
417 417
418EXAMPLE CGITRC FILE 418EXAMPLE CGITRC FILE
419------------------- 419-------------------
420 420
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
434enable-index-links=1 434enable-index-links=1
435 435
436 436
437# Show number of affected files per commit on the log pages 437# Show number of affected files per commit on the log pages
438enable-log-filecount=1 438enable-log-filecount=1
439 439
@@ -446,32 +446,32 @@ enable-log-linecount=1
446favicon=/favicon.ico 446favicon=/favicon.ico
447 447
448 448
449# Use a custom logo 449# Use a custom logo
450logo=/img/mylogo.png 450logo=/img/mylogo.png
451 451
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
472 472
473## 473##
474## List of common mimetypes 474## List of common mimetypes
475## 475##
476 476
477mimetype.gif=image/gif 477mimetype.gif=image/gif
@@ -487,32 +487,32 @@ mimetype.svg=image/svg+xml
487## List of repositories. 487## List of repositories.
488## PS: Any repositories listed when section is unset will not be 488## PS: Any repositories listed when section is unset will not be
489## displayed under a section heading 489## displayed under a section heading
490## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') 490## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos')
491## and included like this: 491## and included like this:
492## include=/etc/cgitrepos 492## include=/etc/cgitrepos
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
513 513
514repo.url=baz 514repo.url=baz
515repo.path=/pub/git/baz.git 515repo.path=/pub/git/baz.git
516repo.desc=a set of extensions for bar users 516repo.desc=a set of extensions for bar users
517 517
518repo.url=wiz 518repo.url=wiz