From: Yuri T. <qar...@gm...> - 2007-05-09 06:04:11
|
Hi, As someone have pointed out, the website is really in need of fixing. I've been thinking of simplifying the management of the site by turning it into a wiki. However, I am not sure which one to use. I am currently working on a wiki[1] using Markdown and which I could use, but it's written in Lua and uses a Lua implementation of MD. So, using it may be a bit strange. So, I would prefer to use a simple wiki that uses python-markdown. Does anyone have any suggestions? Part of what defines "simple" for me is not having to use a database. - yuri [1]: http://www.freewisdom.org/projects/sputnik/ |
From: Ben W. <da...@gm...> - 2007-05-09 11:13:38
|
Although not Python-based, I use PmWiki and have authored a "recipe" (PmWiki-ese for plug-in) that allows for Markdown syntax by using PHP Markdown, which delivers results but I don't remember it delivering all of Markdown syntax. Hmm. I'm also working on a Python-based Markdown wiki, but it is not ready for prime time. :-) http://PmWiki.org http://PmWiki.org/wiki/Cookbook/Markdown Ben Wilson On 5/9/07, Yuri Takhteyev <qar...@gm...> wrote: > Hi, > > As someone have pointed out, the website is really in need of fixing. > I've been thinking of simplifying the management of the site by > turning it into a wiki. However, I am not sure which one to use. I > am currently working on a wiki[1] using Markdown and which I could > use, but it's written in Lua and uses a Lua implementation of MD. So, > using it may be a bit strange. So, I would prefer to use a simple > wiki that uses python-markdown. Does anyone have any suggestions? > Part of what defines "simple" for me is not having to use a database. > > - yuri > > [1]: http://www.freewisdom.org/projects/sputnik/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Python-markdown-discuss mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > -- Ben Wilson "Words are the only thing which will last forever" Churchill |
From: Yuri T. <qar...@gm...> - 2007-05-09 13:51:14
|
Well, if I were using a wiki that is not written in Python, I would probably just use my own Lua wiki. Nothing against PmWiki (and thanks for making MD work with it), but it's just easier for me to use my own system. The only reason I haven't installed it is that I've been thinking it would be nice to "self-host". MoinMoin would definitely be something to consider, though I was hoping for something simpler. Or, for something written in Django, since I am already running it. - yuri On 5/9/07, Ben Wilson <da...@gm...> wrote: > Although not Python-based, I use PmWiki and have authored a "recipe" > (PmWiki-ese for plug-in) that allows for Markdown syntax by using PHP > Markdown, which delivers results but I don't remember it delivering > all of Markdown syntax. Hmm. I'm also working on a Python-based > Markdown wiki, but it is not ready for prime time. :-) > > http://PmWiki.org > http://PmWiki.org/wiki/Cookbook/Markdown > > Ben Wilson > > On 5/9/07, Yuri Takhteyev <qar...@gm...> wrote: > > Hi, > > > > As someone have pointed out, the website is really in need of fixing. > > I've been thinking of simplifying the management of the site by > > turning it into a wiki. However, I am not sure which one to use. I > > am currently working on a wiki[1] using Markdown and which I could > > use, but it's written in Lua and uses a Lua implementation of MD. So, > > using it may be a bit strange. So, I would prefer to use a simple > > wiki that uses python-markdown. Does anyone have any suggestions? > > Part of what defines "simple" for me is not having to use a database. > > > > - yuri > > > > [1]: http://www.freewisdom.org/projects/sputnik/ > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Python-markdown-discuss mailing list > > Pyt...@li... > > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > > > > > -- > Ben Wilson > "Words are the only thing which will last forever" Churchill > -- Yuri Takhteyev UC Berkeley School of Information http://www.freewisdom.org/ |
From: John G. <jm...@gm...> - 2007-05-09 13:22:36
|
On 5/9/07, Yuri Takhteyev <qar...@gm...> wrote: > Hi, > > As someone have pointed out, the website is really in need of fixing. > I've been thinking of simplifying the management of the site by > turning it into a wiki. However, I am not sure which one to use. > [snip] > Does anyone have any suggestions? > Part of what defines "simple" for me is not having to use a database. MoinMoin looks like a good one. http://moinmoin.wikiwikiweb.de/ http://moinmoin.wikiwikiweb.de/ParserMarket?highlight=%28markdown%29#head-0528d17cfa26b070e377fa5c4fa9177175b6f98b http://wiki.vja2.net/MyMoinPlugins ---John |