Skip to content
Snippets Groups Projects
Select Git revision
  • 2ce1dc793e6c15b4a40bcbb9a70c415560816b8e
  • master default protected
  • pool_threading
  • fz/mat2-pool_threading
  • typos_office
  • patch-1
  • fixed_pathes
  • best_shebangs
  • video_support
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
16 results

setup.py

Blame
  • Forked from jvoisin / mat2
    Source project has a limited visibility.
    ikiwiki-cgi.setup 13.09 KiB
    # -*- mode: yaml; -*-
    # IkiWiki::Setup::Yaml - YAML formatted setup file
    #
    # Setup file for ikiwiki.
    # 
    # Passing this to ikiwiki --setup will make ikiwiki generate
    # wrappers and build the wiki.
    # 
    # Remember to re-run ikiwiki --setup any time you edit this file.
    #
    # name of the wiki
    wikiname: The Amnesic Incognito Live System
    # contact email for wiki
    adminemail: tails@boum.org
    # users who are wiki admins
    adminuser: []
    # users who are banned from the wiki
    banned_users: []
    # where the source of the wiki is located
    srcdir: wiki/src
    # where to build the wiki
    destdir: /var/www/wiki/tails
    # base url to the wiki
    url: http://localhost/wiki/tails
    # url to the ikiwiki.cgi
    cgiurl: http://localhost/wiki/tails/ikiwiki.cgi
    # filename of cgi wrapper to generate
    cgi_wrapper: ''
    # mode for cgi_wrapper (can safely be made suid)
    cgi_wrappermode: 06755
    # try harder to produce deterministic output
    deterministic: 1
    # rcs backend to use
    rcs: git
    # plugins to add to the default configuration
    add_plugins:
      - editpage
      - favicon
      - html
      - lockedit
      - map
      - mirrorlist
      - pagetemplate
      - passwordauth
      - po
      - prettydate
      - shortcut
      - sidebar
      - tag
      - toc
      - trail
      - typography
      - meta
      - img
      - pagestats
      - recentchanges
      - search
      - toggle
      - underlay
    # plugins to disable
    disable_plugins:
      - anonok
      - openid
      - httpauth
      - remove
      - rename
      - signinedit
    # additional directory to search for template files
    # templatedir: /usr/share/ikiwiki/templates
    # base wiki source location