Hi, this is a sample wiki that lets you switch back and forth between a
TiddlyWiki file and a
WikklyText wiki. Although you can't tell from this static demo, on a live server you could edit on
either the TiddlyWiki side or the WikklyText side, and the changes would be automatically reflected on the other side.
View as ...
Contents:
Sources
The content itself was gathered from
public domain sources, freely distributable javascript, and website embedded snippets to make a sample wiki. There is no rhyme nor reason to the content chosen, so don't try and figure it out!
About the wiki ...
This wiki was created using TiddlyWiki to edit the content, then rendered statically to HTML like this:
$ wik init
.. tell it to use "RandomPedia.html" as its store ..
$ wik trustall
.. mark all existing authors as "trusted" so their content renders OK ..
$ wik render
Anytime the content is updated, simply running
wik render updates the static rendering. Of course, you could do
wik serve instead of
wik render, or serve the wiki from behind Apache, etc., but a static rendering is used for demonstration purposes here.