]> git.openstreetmap.org Git - chef.git/commit
Move mediawiki + wiki cookbook to public repo
authorGrant Slater <git@firefishy.com>
Sat, 11 Oct 2014 16:04:11 +0000 (17:04 +0100)
committerGrant Slater <git@firefishy.com>
Sat, 11 Oct 2014 16:04:11 +0000 (17:04 +0100)
commit4f10eb951399adea7cd598b2d763969c735bc888
tree06cc6db0ab6583d9d0c29bc033d14b111a093fc4
parent0eb82e2298a5c8ede55bb9ace259e77190c274c5
Move mediawiki + wiki cookbook to public repo
35 files changed:
cookbooks/mediawiki/README.rdoc [new file with mode: 0644]
cookbooks/mediawiki/attributes/default.rb [new file with mode: 0644]
cookbooks/mediawiki/definitions/mediawiki_extension.rb [new file with mode: 0644]
cookbooks/mediawiki/definitions/mediawiki_site.rb [new file with mode: 0644]
cookbooks/mediawiki/files/default/cc-wiki.png [new file with mode: 0644]
cookbooks/mediawiki/files/default/googled06a989d1ccc8364.html [new file with mode: 0644]
cookbooks/mediawiki/files/default/googlefac54c35e800caab.html [new file with mode: 0644]
cookbooks/mediawiki/metadata.rb [new file with mode: 0644]
cookbooks/mediawiki/recipes/default.rb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/LocalSettings.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/apache.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mediawiki-backup.cron.erb [new file with mode: 0755]
cookbooks/mediawiki/templates/default/mediawiki.cron.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-AbuseFilter.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-Babel.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-CheckUser.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-CirrusSearch.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-Cite.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-CleanChanges.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-LocalisationUpdate.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-ParserFunctions.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-PdfHandler.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-SpamBlacklist.inc.php.erb [new file with mode: 0644]
cookbooks/mediawiki/templates/default/mw-ext-TitleBlacklist.inc.php.erb [new file with mode: 0644]
cookbooks/wiki/README.rdoc [new file with mode: 0644]
cookbooks/wiki/attributes/default.rb [new file with mode: 0644]
cookbooks/wiki/files/default/favicon.ico [new file with mode: 0644]
cookbooks/wiki/files/default/osm_logo_wiki.png [new file with mode: 0644]
cookbooks/wiki/metadata.rb [new file with mode: 0644]
cookbooks/wiki/recipes/default.rb [new file with mode: 0644]
cookbooks/wiki/templates/default/apache_wiki_dump.erb [new file with mode: 0644]
cookbooks/wiki/templates/default/cron_wiki_dump.erb [new file with mode: 0644]
cookbooks/wiki/templates/default/robots.txt.erb [new file with mode: 0644]
cookbooks/wiki/templates/default/squid.conf.erb [new file with mode: 0644]