-rw-r--r-- | cgitrc.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 5c24381..a853522 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -415,65 +415,65 @@ enable-log-linecount=1 | |||
415 | # Add a cgit favicon | 415 | # Add a cgit favicon |
416 | favicon=/favicon.ico | 416 | favicon=/favicon.ico |
417 | 417 | ||
418 | 418 | ||
419 | # Use a custom logo | 419 | # Use a custom logo |
420 | logo=/img/mylogo.png | 420 | logo=/img/mylogo.png |
421 | 421 | ||
422 | 422 | ||
423 | # Enable statistics per week, month and quarter | 423 | # Enable statistics per week, month and quarter |
424 | max-stats=quarter | 424 | max-stats=quarter |
425 | 425 | ||
426 | 426 | ||
427 | # Set the title and heading of the repository index page | 427 | # Set the title and heading of the repository index page |
428 | root-title=foobar.com git repositories | 428 | root-title=foobar.com git repositories |
429 | 429 | ||
430 | 430 | ||
431 | # Set a subheading for the repository index page | 431 | # Set a subheading for the repository index page |
432 | root-desc=tracking the foobar development | 432 | root-desc=tracking the foobar development |
433 | 433 | ||
434 | 434 | ||
435 | # Include some more info about foobar.com on the index page | 435 | # Include some more info about foobar.com on the index page |
436 | root-readme=/var/www/htdocs/about.html | 436 | root-readme=/var/www/htdocs/about.html |
437 | 437 | ||
438 | 438 | ||
439 | # Allow download of tar.gz, tar.bz2 and zip-files | 439 | # Allow download of tar.gz, tar.bz2 and zip-files |
440 | snapshots=tar.gz tar.bz2 zip | 440 | snapshots=tar.gz tar.bz2 zip |
441 | 441 | ||
442 | 442 | ||
443 | ## | 443 | ## |
444 | ## List of common mimetypes | 444 | ## List of common mimetypes |
445 | ## | 445 | ## |
446 | 446 | ||
447 | mimetype.git=image/git | 447 | mimetype.gif=image/gif |
448 | mimetype.html=text/html | 448 | mimetype.html=text/html |
449 | mimetype.jpg=image/jpeg | 449 | mimetype.jpg=image/jpeg |
450 | mimetype.jpeg=image/jpeg | 450 | mimetype.jpeg=image/jpeg |
451 | mimetype.pdf=application/pdf | 451 | mimetype.pdf=application/pdf |
452 | mimetype.png=image/png | 452 | mimetype.png=image/png |
453 | mimetype.svg=image/svg+xml | 453 | mimetype.svg=image/svg+xml |
454 | 454 | ||
455 | 455 | ||
456 | ## | 456 | ## |
457 | ## List of repositories. | 457 | ## List of repositories. |
458 | ## PS: Any repositories listed when section is unset will not be | 458 | ## PS: Any repositories listed when section is unset will not be |
459 | ## displayed under a section heading | 459 | ## displayed under a section heading |
460 | ## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') | 460 | ## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') |
461 | ## and included like this: | 461 | ## and included like this: |
462 | ## include=/etc/cgitrepos | 462 | ## include=/etc/cgitrepos |
463 | ## | 463 | ## |
464 | 464 | ||
465 | 465 | ||
466 | repo.url=foo | 466 | repo.url=foo |
467 | repo.path=/pub/git/foo.git | 467 | repo.path=/pub/git/foo.git |
468 | repo.desc=the master foo repository | 468 | repo.desc=the master foo repository |
469 | repo.owner=fooman@foobar.com | 469 | repo.owner=fooman@foobar.com |
470 | repo.readme=info/web/about.html | 470 | repo.readme=info/web/about.html |
471 | 471 | ||
472 | 472 | ||
473 | repo.url=bar | 473 | repo.url=bar |
474 | repo.path=/pub/git/bar.git | 474 | repo.path=/pub/git/bar.git |
475 | repo.desc=the bars for your foo | 475 | repo.desc=the bars for your foo |
476 | repo.owner=barman@foobar.com | 476 | repo.owner=barman@foobar.com |
477 | repo.readme=info/web/about.html | 477 | repo.readme=info/web/about.html |
478 | 478 | ||
479 | 479 | ||