Looking for a text file based wiki system written in Python

2006-08-12 Thread Jack
I'd like to set up a wiki system for a project I'm working on.
Since I'm not good at databases, and there's really not much
stuff to put into the wiki, I hope it is text file-based.
I used DokuWiki before, which is very nice but it's written
in PHP. Is there a similar system that's written in Python?
I found pwyky but it's functionality is a bit too simple. 


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Looking for a text file based wiki system written in Python

2006-08-12 Thread Gregor Horvath
Jack schrieb:
> I'd like to set up a wiki system for a project I'm working on.
> Since I'm not good at databases, and there's really not much
> stuff to put into the wiki, I hope it is text file-based.
> I used DokuWiki before, which is very nice but it's written
> in PHP. Is there a similar system that's written in Python?
> I found pwyky but it's functionality is a bit too simple. 


http://moinmoin.wikiwikiweb.de/

-- 
  Servus, Gregor
  http://www.gregor-horvath.com
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Looking for a text file based wiki system written in Python

2006-08-12 Thread Jack
Thanks! Because it was so well known, I thought it was database-based  :)
> http://moinmoin.wikiwikiweb.de/

Any good and simple text file-based blog system in Python? 


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Looking for a text file based wiki system written in Python

2006-08-14 Thread kernel1983
The base of moinmoin is called piki.It provides the simplest functions
as a wiki system
And there are lots of other wiki system based on piki.

If I try to developed one,I'll make the text data compatible with
compatible.

Jack wrote:
> Thanks! Because it was so well known, I thought it was database-based  :)
> > http://moinmoin.wikiwikiweb.de/
> 
> Any good and simple text file-based blog system in Python?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Looking for a text file based wiki system written in Python

2006-08-14 Thread Marcel

Jack wrote:
> I'd like to set up a wiki system for a project I'm working on.
> Since I'm not good at databases, and there's really not much
> stuff to put into the wiki, I hope it is text file-based.
> I used DokuWiki before, which is very nice but it's written
> in PHP. Is there a similar system that's written in Python?
> I found pwyky but it's functionality is a bit too simple.

A TiddlyWiki with a python backend.
http://www.cs.utexas.edu/~joeraii/pytw/

-- Marcel

-- 
http://mail.python.org/mailman/listinfo/python-list