mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 16:38:42 +00:00
Use example.com in documentation, per RFC 2606
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
d7765df117
commit
66df113457
10
cgitrc.5.txt
10
cgitrc.5.txt
@ -424,7 +424,7 @@ cache-size=1000
|
|||||||
|
|
||||||
|
|
||||||
# Specify some default clone prefixes
|
# 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
|
# Specify the css url
|
||||||
css=/css/cgit.css
|
css=/css/cgit.css
|
||||||
@ -455,14 +455,14 @@ max-stats=quarter
|
|||||||
|
|
||||||
|
|
||||||
# Set the title and heading of the repository index page
|
# 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
|
# Set a subheading for the repository index page
|
||||||
root-desc=tracking the foobar development
|
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
|
root-readme=/var/www/htdocs/about.html
|
||||||
|
|
||||||
|
|
||||||
@ -496,14 +496,14 @@ mimetype.svg=image/svg+xml
|
|||||||
repo.url=foo
|
repo.url=foo
|
||||||
repo.path=/pub/git/foo.git
|
repo.path=/pub/git/foo.git
|
||||||
repo.desc=the master foo repository
|
repo.desc=the master foo repository
|
||||||
repo.owner=fooman@foobar.com
|
repo.owner=fooman@example.com
|
||||||
repo.readme=info/web/about.html
|
repo.readme=info/web/about.html
|
||||||
|
|
||||||
|
|
||||||
repo.url=bar
|
repo.url=bar
|
||||||
repo.path=/pub/git/bar.git
|
repo.path=/pub/git/bar.git
|
||||||
repo.desc=the bars for your foo
|
repo.desc=the bars for your foo
|
||||||
repo.owner=barman@foobar.com
|
repo.owner=barman@example.com
|
||||||
repo.readme=info/web/about.html
|
repo.readme=info/web/about.html
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user