summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 42275ff88a516f49eba1a0c4ffe944460ccf1d9d (plain)
  1. # IkiWiki::Setup::Yaml - YAML formatted setup file
  2. wikiname: IT-guide dr. Jones
  3. adminemail: dr@jones.dk
  4. adminuser:
  5. - http://dr.jones.dk/
  6. - http://sirireiter.dk/
  7. url: http://dr.jones.dk/
  8. cgiurl: http://dr.jones.dk/ikiwiki.cgi
  9. add_plugins:
  10. - search
  11. - topbar
  12. - sidebar
  13. - farbar
  14. - copyright
  15. - license
  16. - po
  17. - lockedit
  18. - wmd
  19. - map
  20. - linkmap
  21. - aggregate
  22. - html
  23. - graphviz
  24. disable_plugins:
  25. - htmlscrubber
  26. - passwordauth
  27. html5: 0
  28. timeformat: '%c'
  29. locale: en_US.UTF-8
  30. hardlink: 1
  31. timezone: Europe/Copenhagen
  32. allow_symlinks_before_srcdir: 1
  33. historyurl: http://source.jones.dk/?p=jones/content.git;a=history;f=[[file]]
  34. diffurl: http://source.jones.dk/?p=jones/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]
  35. gitorigin_branch: ''
  36. gitmaster_branch: master
  37. htmlscrubber_skip: '!*/Discussion'
  38. allowrss: 1
  39. allowatom: 1
  40. #anonok_pagespec: '*/discussion'
  41. locked_pages: '!*/Discussion'
  42. multimarkdown: 1
  43. nodiscount: 1
  44. po_master_language: en|English
  45. po_slave_languages:
  46. - da|Dansk
  47. po_translatable_pages: '* and !*/talk/* and !emdebian/fb/*'
  48. po_link_to: negotiated
  49. aggregateinternal: 1
  50. tagbase: tag
  51. tag_autocreate_commit: 1