From: Herbert P. <her...@gm...> - 2008-02-05 08:20:28
|
hi, On Feb 5, 2008 5:37 AM, Waylan Limberg <wa...@gm...> wrote: > I'm aware of a few. There's one I don't remember the name of that has > added all sorts of ridiculous (IMHO) macros to the syntax. All I > remember is that it's built on the Django framework. do you by any chance mean my wiki: SCT - http://sct.sphene.net/ if you think {macroname parameter=value} is weird .. it's probably it ;) http://sct.sphene.net/wiki/show/WikiDocumentation/ although .. i don't know why the syntax should be weird ;) i actually copied it from another wiki engine i've used in the java world (radeox) the nice thing about it is that it makes it very easy to add addtional macros: http://yourhell.com/wsvn/root/django/communitytools/trunk/sphenecoll/sphene/sphwiki/wikimacros.py .. without dealing with strings or anything .. anyway ... i'm simpy using the (slightly modified) wikilink extension for python-markdown: http://achinghead.com/markdown/wikilink/ cu, herbert > Another django > wiki, which I'm quite impressed with is monk-wiki[1], although its > still in development. The source code is available though. > > I've copied the list[2]. Perhaps others will be able to point you to > some more. Please let us know what you come up with. I'm been > interested in building a wiki that uses markdown for some time. I just > haven't had the spare time. > > [1]: http://code.google.com/p/monk-wiki/ > [2]: http://sourceforge.net/mailarchive/forum.php?forum_name=python-markdown-discuss > > > > > Oh, and do you handle definition lists? The examples I saw were all of > > the form: > > > > definition term > > : definition description > > > > If you don't handle them, how hard do you think it would be to create a > > plugin that would handle them? > > > > Unfortunately, that's the one thing I haven't tried to tackle yet. I > find the whole 'description gets the markup (:), not the term' a > little hard to wrap my mind around. I keep getting the feeling that > we'll need to make some changes to the core to get that one to work, > although I could be wrong. If you have any suggestions, I'm game. > > > > > > -- > ---- > Waylan Limberg > wa...@gm... > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Python-markdown-discuss mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > |