Not logged in
click to login

Rooty Wooky

Welcome

Welcome to wookie, a wiki implementation written in Perl by Attila.

Wookie is a prototype-based system, which means that you create new things by cloning existing ones and modifying them.

Pages in wookie (like this one) are called "nodes". All nodes have a type, some content and a set of attributes. Attributes can be used by wookie users for whatever they like but some attributes are important to wookie itself. The set of types is extensible but if you want to add a new type that involves some kind of behavior then you have to write a little bit of code to support it.

You can use the search box to the right to find things. Full-text search is supported but without any fancy features yet (no boolean operations, etc.).