Code Monkey home page Code Monkey logo

ikiwiki-farm's Introduction

ikiwiki-farm

Copyright (c) 2007 Bart Massey

This is an experimental work-in-progress; use at your own risk.

This set of files constitutes an ikiwiki and Mailman list installer (and remover) suitable for wiki "farming". Wiki farming is sharing the software and administration resources of a wiki site among multiple hosted wikis. A good wiki farm allows easy creation and deletion of wikis. I've added Mailman support so that email lists can be easily associated with the wikis if desired.

This software is a set of shell scripts I use to maintain my ikiwiki farm at Portland State University, which currently contains more than 70 wikis. My farm software is patterned after earlier scripts I wrote when my farm was a TWiki farm, but abandoned because of TWiki security problems.

Using

  • To make a wiki (and possibly a mailman list):

    • Copy template.cnf to cnf/yourwikiname.cnf and edit it appropriately. Note that no checking is done on your .cnf file, so be careful. When you are done, add your config file to the git repo there so that you can track changes to it.

    • Run "sh mkwiki.sh cnf/yourwikiname.cnf >/tmp/script". This will emit a shell script that will create the wiki. Inspect the script.

    • When you are ready, run "sh /tmp/script", which will do the work of setting everything up.

  • To remove a wiki (and any associated mailman list):

    sh rmwiki.sh yourwikiname.cnf >/tmp/script sh /tmp/script

    Note that little sanity checking is done on removes, so be careful.

Templates

The files apache2-site.txt, htaccess, ikiwiki.setup, index.mdwn and mailman-config are templates that will be macro-expanded and used as part of your wiki. See setvars.sh, mkwiki.sh and template.cnf for a list of valid macro names.

License

This software is released under the "GPL version 2", but not under any later version. Please see the file COPYING in this directory for license terms.

ikiwiki-farm's People

Contributors

bartmassey avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.