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) (side-by-side diff)
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
@@ -415,25 +415,25 @@ Note: the "repo." prefix is dropped from the option names in repo-specific
config files, e.g. "repo.desc" becomes "desc".
EXAMPLE CGITRC FILE
-------------------
....
# Enable caching of up to 1000 output entriess
cache-size=1000
# Specify some default clone prefixes
-clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git
+clone-prefix=git://example.com ssh://example.com/pub/git http://example.com/git
# Specify the css url
css=/css/cgit.css
# Show extra links for each repository on the index page
enable-index-links=1
# Show number of affected files per commit on the log pages
enable-log-filecount=1
@@ -446,32 +446,32 @@ enable-log-linecount=1
favicon=/favicon.ico
# Use a custom logo
logo=/img/mylogo.png
# Enable statistics per week, month and quarter
max-stats=quarter
# Set the title and heading of the repository index page
-root-title=foobar.com git repositories
+root-title=example.com git repositories
# Set a subheading for the repository index page
root-desc=tracking the foobar development
-# Include some more info about foobar.com on the index page
+# Include some more info about example.com on the index page
root-readme=/var/www/htdocs/about.html
# Allow download of tar.gz, tar.bz2 and zip-files
snapshots=tar.gz tar.bz2 zip
##
## List of common mimetypes
##
mimetype.gif=image/gif
@@ -487,32 +487,32 @@ mimetype.svg=image/svg+xml
## List of repositories.
## PS: Any repositories listed when section is unset will not be
## displayed under a section heading
## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos')
## and included like this:
## include=/etc/cgitrepos
##
repo.url=foo
repo.path=/pub/git/foo.git
repo.desc=the master foo repository
-repo.owner=fooman@foobar.com
+repo.owner=fooman@example.com
repo.readme=info/web/about.html
repo.url=bar
repo.path=/pub/git/bar.git
repo.desc=the bars for your foo
-repo.owner=barman@foobar.com
+repo.owner=barman@example.com
repo.readme=info/web/about.html
# The next repositories will be displayed under the 'extras' heading
section=extras
repo.url=baz
repo.path=/pub/git/baz.git
repo.desc=a set of extensions for bar users
repo.url=wiz