summaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
blob: 9bf54298199d130dc3187c97c784df20c7e45e6e (plain)
  1. #!/usr/bin/perl
  2. # Configuration file for ikiwiki.
  3. # Passing this to ikiwiki --setup will make ikiwiki generate wrappers and
  4. # build the wiki.
  5. #
  6. # Remember to re-run ikiwiki --setup any time you edit this file.
  7. use IkiWiki::Setup::Standard {
  8. wikiname => "MyWiki",
  9. #adminuser => ["yourname", ],
  10. adminemail => 'me@example.org',
  11. # Be sure to customise these..
  12. srcdir => "/path/to/source",
  13. destdir => "/var/www/wiki",
  14. url => "http://example.org/wiki",
  15. cgiurl => "http://example.org/ikiwiki.cgi",
  16. #templatedir => "/usr/share/ikiwiki/templates",
  17. #underlaydir => "/usr/share/ikiwiki/basewiki",
  18. # Subversion stuff.
  19. #rcs => "svn",
  20. #historyurl => "http://svn.example.org/trunk/[[file]]",
  21. #diffurl => "http://svn.example.org/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
  22. #svnpath => "trunk",
  23. # Git stuff.
  24. #rcs => "git",
  25. #historyurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
  26. #diffurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
  27. #gitorigin_branch => "origin",
  28. #gitmaster_branch => "master",
  29. # Tla stuff.
  30. #rcs => "tla"
  31. #historyurl => ??,
  32. #diffurl => ??,
  33. # Mercurial stuff.
  34. #rcs => "mercurial",
  35. #historyurl => "http://localhost:8000/log/tip/[[file]]", # hg serve'd local repository
  36. #diffurl => "http://localhost:8000/?fd=[[r2]];file=[[file]]",
  37. # Monotone stuff
  38. #rcs => "monotone",
  39. #mtnkey => "web\@machine.company.com",
  40. # Set if you want the wiki to sync on update and commit.
  41. #mtnsync => 0,
  42. # The path to your workspace (defaults to the srcdir itself)
  43. # e.g. use if your srcdir is a subdirectory of the workspace.
  44. #mtnrootdir => "path/to/root/of/workspace",
  45. # This is a monotone lua hook file used by ikiwiki for
  46. # inserting conflict markers. By default it will use
  47. # mtnrootdir/_MTN/mergerc. This hook will be populated with
  48. # default code the first time you use ikiwiki. You can
  49. # change it to alter how conflict markers are inserted.
  50. #mtnmergerc => "path/to/mergerc",
  51. wrappers => [
  52. #{
  53. # # The cgi wrapper.
  54. # cgi => 1,
  55. # wrapper => "/var/www/wiki/ikiwiki.cgi",
  56. # wrappermode => "06755",
  57. #},
  58. #{
  59. # # The svn post-commit wrapper.
  60. # # Note that this will overwrite any existing
  61. # # post-commit hook script, which may not be
  62. # # what you want.
  63. # wrapper => "/svn/wikirepo/hooks/post-commit",
  64. # wrappermode => "04755",
  65. # # Log to syslog since svn post-commit hooks
  66. # # hide output and errors.
  67. # syslog => 1,
  68. #},
  69. #{
  70. # # The git post-update wrapper.
  71. # # Note that this will overwrite any existing
  72. # # post-update hook script, which may not be
  73. # # what you want.
  74. # wrapper => "/git/wiki.git/hooks/post-update",
  75. # wrappermode => "06755",
  76. #},
  77. ],
  78. # Generate rss feeds for blogs?
  79. rss => 1,
  80. # Generate atom feeds for blogs?
  81. atom => 1,
  82. # Urls to ping with XML-RPC when rss feeds are updated
  83. #pingurl => [qw{http://rpc.technorati.com/rpc/ping}],
  84. # Include discussion links on all pages?
  85. discussion => 1,
  86. # To exclude files matching a regexp from processing. This adds to
  87. # the default exclude list.
  88. #exclude => qr/*\.wav/,
  89. # To change the extension used for generated html files.
  90. #htmlext => 'htm',
  91. # Time format (for strftime)
  92. #timeformat => '%c',
  93. # Locale to use. Must be a UTF-8 locale.
  94. #locale => 'en_US.UTF-8',
  95. # Only send cookies over SSL connections.
  96. #sslcookie => 1,
  97. # Logging settings:
  98. #verbose => 1,
  99. syslog => 0,
  100. # To link to user pages in a subdirectory of the wiki.
  101. #userdir => "users",
  102. # To create output files named page.html rather than page/index.html.
  103. #usedirs => 0,
  104. # Simple spam prevention: require an account-creation password.
  105. #account_creation_password => "example",
  106. # Uncomment to force ikiwiki to run with a particular umask.
  107. #umask => 022,
  108. # Default settings for the recentchanges page.
  109. #recentchangespage => "recentchanges",
  110. #recentchangesnum => 100,
  111. # To add plugins, list them here.
  112. #add_plugins => [qw{goodstuff search wikitext camelcase
  113. # htmltidy fortune sidebar map rst anonok}],
  114. # If you want to disable any of the default plugins, list them here.
  115. #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
  116. # To add a directory to the perl search path, use this.
  117. #libdir => "/home/me/.ikiwiki/",
  118. # For use with the tag plugin, make all tags be located under a
  119. # base page.
  120. #tagbase => "tag",
  121. # For use with the search plugin if your estseek.cgi is located
  122. # somewhere else.
  123. #estseek => "/usr/lib/estraier/estseek.cgi",
  124. # For use with the openid plugin, to give an url to a page users
  125. # can use to signup for an OpenID.
  126. #openidsignup => "http://myopenid.com/",
  127. # For use with the mirrorlist plugin, a list of mirrors.
  128. #mirrorlist => {
  129. # mirror1 => "http://hostname1",
  130. # mirror2 => "http://hostname2/mirror",
  131. #},
  132. }