summaryrefslogtreecommitdiffabout
path: root/cgitrc.5.txt
Unidiff
Diffstat (limited to 'cgitrc.5.txt') (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 75b6584..8e51ca5 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -422,25 +422,25 @@ Note: the "repo." prefix is dropped from the option names in repo-specific
422config files, e.g. "repo.desc" becomes "desc". 422config files, e.g. "repo.desc" becomes "desc".
423 423
424 424
425EXAMPLE CGITRC FILE 425EXAMPLE CGITRC FILE
426------------------- 426-------------------
427 427
428.... 428....
429# Enable caching of up to 1000 output entriess 429# Enable caching of up to 1000 output entriess
430cache-size=1000 430cache-size=1000
431 431
432 432
433# Specify some default clone prefixes 433# Specify some default clone prefixes
434clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git 434clone-prefix=git://example.com ssh://example.com/pub/git http://example.com/git
435 435
436# Specify the css url 436# Specify the css url
437css=/css/cgit.css 437css=/css/cgit.css
438 438
439 439
440# Show extra links for each repository on the index page 440# Show extra links for each repository on the index page
441enable-index-links=1 441enable-index-links=1
442 442
443 443
444# Show number of affected files per commit on the log pages 444# Show number of affected files per commit on the log pages
445enable-log-filecount=1 445enable-log-filecount=1
446 446
@@ -453,32 +453,32 @@ enable-log-linecount=1
453favicon=/favicon.ico 453favicon=/favicon.ico
454 454
455 455
456# Use a custom logo 456# Use a custom logo
457logo=/img/mylogo.png 457logo=/img/mylogo.png
458 458
459 459
460# Enable statistics per week, month and quarter 460# Enable statistics per week, month and quarter
461max-stats=quarter 461max-stats=quarter
462 462
463 463
464# Set the title and heading of the repository index page 464# Set the title and heading of the repository index page
465root-title=foobar.com git repositories 465root-title=example.com git repositories
466 466
467 467
468# Set a subheading for the repository index page 468# Set a subheading for the repository index page
469root-desc=tracking the foobar development 469root-desc=tracking the foobar development
470 470
471 471
472# Include some more info about foobar.com on the index page 472# Include some more info about example.com on the index page
473root-readme=/var/www/htdocs/about.html 473root-readme=/var/www/htdocs/about.html
474 474
475 475
476# Allow download of tar.gz, tar.bz2 and zip-files 476# Allow download of tar.gz, tar.bz2 and zip-files
477snapshots=tar.gz tar.bz2 zip 477snapshots=tar.gz tar.bz2 zip
478 478
479 479
480## 480##
481## List of common mimetypes 481## List of common mimetypes
482## 482##
483 483
484mimetype.gif=image/gif 484mimetype.gif=image/gif
@@ -494,32 +494,32 @@ mimetype.svg=image/svg+xml
494## List of repositories. 494## List of repositories.
495## PS: Any repositories listed when section is unset will not be 495## PS: Any repositories listed when section is unset will not be
496## displayed under a section heading 496## displayed under a section heading
497## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') 497## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos')
498## and included like this: 498## and included like this:
499## include=/etc/cgitrepos 499## include=/etc/cgitrepos
500## 500##
501 501
502 502
503repo.url=foo 503repo.url=foo
504repo.path=/pub/git/foo.git 504repo.path=/pub/git/foo.git
505repo.desc=the master foo repository 505repo.desc=the master foo repository
506repo.owner=fooman@foobar.com 506repo.owner=fooman@example.com
507repo.readme=info/web/about.html 507repo.readme=info/web/about.html
508 508
509 509
510repo.url=bar 510repo.url=bar
511repo.path=/pub/git/bar.git 511repo.path=/pub/git/bar.git
512repo.desc=the bars for your foo 512repo.desc=the bars for your foo
513repo.owner=barman@foobar.com 513repo.owner=barman@example.com
514repo.readme=info/web/about.html 514repo.readme=info/web/about.html
515 515
516 516
517# The next repositories will be displayed under the 'extras' heading 517# The next repositories will be displayed under the 'extras' heading
518section=extras 518section=extras
519 519
520 520
521repo.url=baz 521repo.url=baz
522repo.path=/pub/git/baz.git 522repo.path=/pub/git/baz.git
523repo.desc=a set of extensions for bar users 523repo.desc=a set of extensions for bar users
524 524
525repo.url=wiz 525repo.url=wiz