Re: mnemosyne - a django wiki

2006-10-23 Thread [EMAIL PROTECTED]
Simon, Just a suggestion. Why don't you do a bit of documentation explaining in detail how the wiki works, and perhaps a tutorial on how you build it. Expect for some stuff written by James and a few others we have very little Django real world tutorials Keith Mallory On Oct 19, 2:46 pm, "[EMA

Re: mnemosyne - a django wiki

2006-10-23 Thread [EMAIL PROTECTED]
Bruno Desthuilliers wrote: > The goForm method should definitively be "GET", not "POST". That's a very good point. I'll add that to the list of things to fix - that goForm was handling about five things at one stage, but I've been incrementally cleaning it up and there's no reason why it should

Re: mnemosyne - a django wiki

2006-10-23 Thread Bruno Desthuilliers
[EMAIL PROTECTED] wrote: > Hi folks, > > Over the past few months I've been building a personal wiki system in > Django (er... a bit longer than that, it started out pre-MR). It's > slightly different to the Diamanda wiki (http://www.rk.edu.pl/), in > that it's more of an integrated system. > >

Re: mnemosyne - a django wiki

2006-10-22 Thread [EMAIL PROTECTED]
Hi Guys, David: This was mainly written as a private / small user wiki, so user addition is done via django-admin.py or the admin section. I've been meaning to make this easier by taking more advantage of Django's user system (when I work out how to do this, IIRC James Bennett had a good guide up

Re: mnemosyne - a django wiki

2006-10-19 Thread [EMAIL PROTECTED]
It looks nice :) does it have diffs ? I see only old versions --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe f

Re: mnemosyne - a django wiki

2006-10-19 Thread David Larlet
2006/10/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi folks, > > Over the past few months I've been building a personal wiki system in > Django (er... a bit longer than that, it started out pre-MR). It's > slightly different to the Diamanda wiki (http://www.rk.edu.pl/), in > that it's more of