http://c2.com/cgi/wiki?TopTenWikiEngines
Cheers,
Anthony
Be aware that all things internet can be hacked or ferreted out by spiders and robots indexing the net, unless you put a code on the page to shut the spiders out. To assure privacy, keep it on your own hard drive.
Please feel free to email me to discuss further.
Tiddlywiki - http://www.tiddlywiki.com/ - a complete wiki in one html file
See also the Getting Things Done adaptation of Tiddlywiki - http://www.checkettsweb.com/tw/gtd_tiddlywiki.htm
For a heavy-duty wiki installation on your PC (the same engine that Wikipedia runs on) see - http://lifehacker.com/software/wikipedia/geek-to-live--set-up-your-personal-wikipedia-163707.php
I prefer Dokuwiki to the rest: http://wiki.splitbrain.org/wiki:dokuwiki
quote:
...the same mechanics as the "real" wiki
The programmer in me was amused by that comment.
quote:
for example would they all respond to " == subject == " the same way?
If you mean if MediaWiki... the software package ran by Wikipedia... then I'll answer possibly. Every piece of software has its own convention. However, from the ones I've seen, most will interpret multiple '=' characters as a subject or subheader, yes. Check the manual or FAQ of the specific package for details on how they handle formatting.
If you absolutely prefer how MediaWiki handles article creation, then you can download that specific package and use it. That's about the only way to gaurentee your wiki will behave "just like" Wikipedia.
It has nearly all the functions of a full blown wiki but it's very simple.
Leslie
Also I tried your VooDoo and I can't get it to work something about my comp not knowing which program to open it with.
quote:
Is there a way to get doku to automaticly make a table of contents based on the article headings?
Yup. On the page, Doku will generate a #tag link list based upon the order of your headers (IE: H2's will be indented beneath H1's, etc). In addition, if you utilize namespaces properly, the main index page on doku will organize your articles based upon the namespace.
utilize namespaces properly? what do you mean?
Anyway - my father has used wikispaces.com, I think. are there any other/better ones out there?
quote:
utilize namespaces properly? what do you mean?
Namespaces are the fashion in which Doku organizes articles. When you create your links, you can use the colon as a namespace delimiter.
For example, if you had a namespace of dogs, you can have several articles beneath that namespace by linking the articles in such a fashion:
dogs:household :poodle
dogs:household:mutt
dogs:wild:wolf
And so on. Doku will generate a table of contents automatically after you create articles. This will be viewable on your wiki's index.
quote:
I think. are there any other/better ones out there?
It's easier to describe your needs, then see which packages out there would fit those needs. Most people do not need the full-blown mediawiki that they are used to seeing on Wikipedia. That's a user-heavy, high-traffic package (though, I admit, a fairly elegant one).
Not surprisingly, Wikipedia has a comparison list of several different packages:
http://en.wikipedia.org/wiki/Comparison_of_wiki_software
EDIT: Disabled smilies
[This message has been edited by Rhaythe (edited August 06, 2008).]
When you create a page with a namespace, you automatically create that namespace. The namespace is created as a directory under the /data/pages/ directory. For that reason it does not take space up on your pages.
Suppose I want to have a namespace called "research" and in it I want a page called "Historical". To create the namespace AND the page, I edit an existing page to add a link, using the following syntax:
quote:
[[:research:Historical]]
Once I click on that link, I am asked if I want to create the page. When I create the page, it is created within the directory "research". Thus the absolute reference for this page would be: "http://mywiki.com/data/pages/research/historical.txt"
So, in reality, namespaces are directories (aka folders).