tags:

views:

695

answers:

3

I have been planning to start a personal wiki to organize my projects. After shopping for a personal wiki I settled on moinmoin desktop.

It seemed like a good option: no complicated installation, no db and written in Python (which is a plus for me, in case I want to tweek the code).

However, I a bit overwhelmed and have no idea where to start...

Are there any good tutorials or books on this system?

Do you recommend another wiki which might have a richer documentation, books, tutorials and so forth?

+2  A: 

I would recommend mediawiki. It has a big bunch of extensions and we could start hands off using it. These examples helped a lot.

What speaks for it is that it is used within Wikipedia

  • Means well maintained and actively developed
  • Large user community, lots of help, links examples
  • Can deal with many users, big amount of data (scales well and is stable, secure)

At the moment we are really happy with it. We had to setup some extensions but it rewards. we evaluated other wikis ourselves after selecting a few from Wikimatrix. Wikimedia was our prefered one.

jdehaan
+1  A: 

I've not used it yet, but TiddlyWiki is all in JavaScript, so there's not really an install, other than downloading it. The documentation looks pretty good at first glance.

PTBNL
+2  A: 

moinmoin is python greatness / easy / performant / easy to secure for a personal wiki. See PersonalMoinMoin for more.

it's also easy to make your own personal blog (public or not) using the following code in a new empty Blog page:

<<MonthCalendar>>

=== 5 last items ===
<<Include(^Blog/.*,,to="CategoryBlog",sort=descending,items=5)>>
----
CategoryBlog
meduz
Do you know of any book or good tutorial on MoinMoin? I downloaded a "desktop" version and immediately remembered the prehistoric Colossal Cave Adventure game:You are in a maze of twisty little passages, all alike...
Fernando
right, the documentation may appear often redundant and too specific. but it's a wiki, a bazaar against the cathedral :-) moinmoin documentation is in my opinion very well maintained...best is to not hesitate and ask the community:- check http://moinmo.in/ - make yourself an account- if a page seems outdated or not clear, say it!a number of other options (stackoverflow, http://moinmo.in/Documentation, http://moinmo.in/HowTo) are also available
meduz