Wednesday, 4 October 2006

OtherWikis

This page lists a number of resources for Wiki engines that I've compiled over the years.

If you've come across this page during your personal quest for a Wiki, WikiMatrix has a very impressive set of comparison tables spanning dozens of Wiki engines, matching them on a feature-by-feature basis.

Wiki engines I've looked at myself, grouped by programming language and somewhat sorted by update time (most recent at top):

Quick Hacks:

A Makefile to be used in .git/post-{commit.update}, taken from here.

RSTOPTS=--time --link-stylesheet --stylesheet=style.css

SOURCES=$(wildcard *.rst)
HTML=$(foreach file,$(SOURCES),_build/$(basename $(file)).html)

all: html

_build/%.html: %.rst
	rst2html.py $(RSTOPTS) $^ > $@

html: $(HTML)

clean:
	rm -f $(HTML)

JavaScript:

Ruby:

Python:

PHP:

Perl:

C:

Miscellaneous:

Wiki-Like Editors: