-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 d74d9e7..1f7ac1e 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -385,97 +385,97 @@ clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git | |||
385 | # Specify the css url | 385 | # Specify the css url |
386 | css=/css/cgit.css | 386 | css=/css/cgit.css |
387 | 387 | ||
388 | 388 | ||
389 | # Show extra links for each repository on the index page | 389 | # Show extra links for each repository on the index page |
390 | enable-index-links=1 | 390 | enable-index-links=1 |
391 | 391 | ||
392 | 392 | ||
393 | # Show number of affected files per commit on the log pages | 393 | # Show number of affected files per commit on the log pages |
394 | enable-log-filecount=1 | 394 | enable-log-filecount=1 |
395 | 395 | ||
396 | 396 | ||
397 | # Show number of added/removed lines per commit on the log pages | 397 | # Show number of added/removed lines per commit on the log pages |
398 | enable-log-linecount=1 | 398 | enable-log-linecount=1 |
399 | 399 | ||
400 | 400 | ||
401 | # Add a cgit favicon | 401 | # Add a cgit favicon |
402 | favicon=/favicon.ico | 402 | favicon=/favicon.ico |
403 | 403 | ||
404 | 404 | ||
405 | # Use a custom logo | 405 | # Use a custom logo |
406 | logo=/img/mylogo.png | 406 | logo=/img/mylogo.png |
407 | 407 | ||
408 | 408 | ||
409 | # Enable statistics per week, month and quarter | 409 | # Enable statistics per week, month and quarter |
410 | max-stats=quarter | 410 | max-stats=quarter |
411 | 411 | ||
412 | 412 | ||
413 | # Set the title and heading of the repository index page | 413 | # Set the title and heading of the repository index page |
414 | root-title=foobar.com git repositories | 414 | root-title=foobar.com git repositories |
415 | 415 | ||
416 | 416 | ||
417 | # Set a subheading for the repository index page | 417 | # Set a subheading for the repository index page |
418 | root-desc=tracking the foobar development | 418 | root-desc=tracking the foobar development |
419 | 419 | ||
420 | 420 | ||
421 | # Include some more info about foobar.com on the index page | 421 | # Include some more info about foobar.com on the index page |
422 | root-readme=/var/www/htdocs/about.html | 422 | root-readme=/var/www/htdocs/about.html |
423 | 423 | ||
424 | 424 | ||
425 | # Allow download of tar.gz, tar.bz2 and zip-files | 425 | # Allow download of tar.gz, tar.bz2 and zip-files |
426 | snapshots=tar.gz tar.bz2 zip | 426 | snapshots=tar.gz tar.bz2 zip |
427 | 427 | ||
428 | 428 | ||
429 | ## | 429 | ## |
430 | ## List of common mimetypes | 430 | ## List of common mimetypes |
431 | ## | 431 | ## |
432 | 432 | ||
433 | mimetype.git=image/git | 433 | mimetype.gif=image/gif |
434 | mimetype.html=text/html | 434 | mimetype.html=text/html |
435 | mimetype.jpg=image/jpeg | 435 | mimetype.jpg=image/jpeg |
436 | mimetype.jpeg=image/jpeg | 436 | mimetype.jpeg=image/jpeg |
437 | mimetype.pdf=application/pdf | 437 | mimetype.pdf=application/pdf |
438 | mimetype.png=image/png | 438 | mimetype.png=image/png |
439 | mimetype.svg=image/svg+xml | 439 | mimetype.svg=image/svg+xml |
440 | 440 | ||
441 | 441 | ||
442 | ## | 442 | ## |
443 | ## List of repositories. | 443 | ## List of repositories. |
444 | ## PS: Any repositories listed when section is unset will not be | 444 | ## PS: Any repositories listed when section is unset will not be |
445 | ## displayed under a section heading | 445 | ## displayed under a section heading |
446 | ## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') | 446 | ## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') |
447 | ## and included like this: | 447 | ## and included like this: |
448 | ## include=/etc/cgitrepos | 448 | ## include=/etc/cgitrepos |
449 | ## | 449 | ## |
450 | 450 | ||
451 | 451 | ||
452 | repo.url=foo | 452 | repo.url=foo |
453 | repo.path=/pub/git/foo.git | 453 | repo.path=/pub/git/foo.git |
454 | repo.desc=the master foo repository | 454 | repo.desc=the master foo repository |
455 | repo.owner=fooman@foobar.com | 455 | repo.owner=fooman@foobar.com |
456 | repo.readme=info/web/about.html | 456 | repo.readme=info/web/about.html |
457 | 457 | ||
458 | 458 | ||
459 | repo.url=bar | 459 | repo.url=bar |
460 | repo.path=/pub/git/bar.git | 460 | repo.path=/pub/git/bar.git |
461 | repo.desc=the bars for your foo | 461 | repo.desc=the bars for your foo |
462 | repo.owner=barman@foobar.com | 462 | repo.owner=barman@foobar.com |
463 | repo.readme=info/web/about.html | 463 | repo.readme=info/web/about.html |
464 | 464 | ||
465 | 465 | ||
466 | # The next repositories will be displayed under the 'extras' heading | 466 | # The next repositories will be displayed under the 'extras' heading |
467 | section=extras | 467 | section=extras |
468 | 468 | ||
469 | 469 | ||
470 | repo.url=baz | 470 | repo.url=baz |
471 | repo.path=/pub/git/baz.git | 471 | repo.path=/pub/git/baz.git |
472 | repo.desc=a set of extensions for bar users | 472 | repo.desc=a set of extensions for bar users |
473 | 473 | ||
474 | repo.url=wiz | 474 | repo.url=wiz |
475 | repo.path=/pub/git/wiz.git | 475 | repo.path=/pub/git/wiz.git |
476 | repo.desc=the wizard of foo | 476 | repo.desc=the wizard of foo |
477 | 477 | ||
478 | 478 | ||
479 | # Add some mirrored repositories | 479 | # Add some mirrored repositories |
480 | section=mirrors | 480 | section=mirrors |
481 | 481 | ||