summaryrefslogtreecommitdiffabout
authorJohan Herland <johan@herland.net>2010-06-09 23:09:22 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2010-06-19 08:40:21 (UTC)
commit9ce5d05f86f64dfad589e0ec58bb1e06a76d2d8c (patch) (unidiff)
treee189ae0af6c6c932126fadd0e0203cf1dd79b263
parentff3a3b4e2b7463bb8cb370bdda393e8b3526fcb9 (diff)
downloadcgit-9ce5d05f86f64dfad589e0ec58bb1e06a76d2d8c.zip
cgit-9ce5d05f86f64dfad589e0ec58bb1e06a76d2d8c.tar.gz
cgit-9ce5d05f86f64dfad589e0ec58bb1e06a76d2d8c.tar.bz2
Fix small typo in cgitrc example
Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--cgitrc.5.txt2
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
@@ -409,49 +409,49 @@ logo=/img/mylogo.png
409# Enable statistics per week, month and quarter 409# Enable statistics per week, month and quarter
410max-stats=quarter 410max-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
414root-title=foobar.com git repositories 414root-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
418root-desc=tracking the foobar development 418root-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
422root-readme=/var/www/htdocs/about.html 422root-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
426snapshots=tar.gz tar.bz2 zip 426snapshots=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
433mimetype.git=image/git 433mimetype.gif=image/gif
434mimetype.html=text/html 434mimetype.html=text/html
435mimetype.jpg=image/jpeg 435mimetype.jpg=image/jpeg
436mimetype.jpeg=image/jpeg 436mimetype.jpeg=image/jpeg
437mimetype.pdf=application/pdf 437mimetype.pdf=application/pdf
438mimetype.png=image/png 438mimetype.png=image/png
439mimetype.svg=image/svg+xml 439mimetype.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
452repo.url=foo 452repo.url=foo
453repo.path=/pub/git/foo.git 453repo.path=/pub/git/foo.git
454repo.desc=the master foo repository 454repo.desc=the master foo repository
455repo.owner=fooman@foobar.com 455repo.owner=fooman@foobar.com
456repo.readme=info/web/about.html 456repo.readme=info/web/about.html
457 457