[[PageOutline(2-5,Contents,pullout)]] = Customize the wiki on initialization = == Description == Allows site-wide customizations to the default wiki to be added at environment creation. Each file in the folder you give (see below) should be named the name as the page it will load to. If the contents are exactly the text `__delete__` on a single line, the page will be deleted. == Bugs/Feature Requests == Existing bugs and feature requests for SiteWikiDefaultPlugin are [report:9?COMPONENT=SiteWikiDefaultPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SiteWikiDefaultPlugin&owner=coderanger new ticket]. == Download == Download the zipped source from [download:sitewikidefaultplugin here]. == Source == You can check out SiteWikiDefaultPlugin from [http://trac-hacks.org/svn/sitewikidefaultplugin here] using Subversion, or [source:sitewikidefaultplugin browse the source] with Trac. == Example == Enable this plugin gloablly (usually in `/usr/share/trac/conf/trac.ini`): {{{ #!ini [components] sitewikidefault.* = enabled }}} By default it looks for pages in `/etc/trac/wiki-default`. This can be changed though: {{{ #!ini [site] wiki_default = /my/dir }}} == Recent Changes == [[ChangeLog(sitewikidefaultplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:'''