[dokuwiki] need help with a syntax plugin
- From: Flavio Curti <lists.fcu@xxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 29 Dec 2005 10:11:06 +0100
Hello
I try to create a plugin for dokuwiki that describes the assignment of
rack-space to customers. My idea was to make it look like this:
<rack name="A5">
<desc>this is rack a5, needs the keys 220N</desc>
<he height="12" [from="2"]>
[[customer xyz]] uses this for whatever
</he>
<he height="12" [from="14"]>
[[customer abc]] uses this for whatever
</he>
</rack>
Now I was able to create a plugin that works on the <rack></rack> tags.
However I'm now struggeling on parsing the other tags as easy as
possible. I was thinking of using addPattern in the connectTo function,
but I'm not sure how to describe the patterns.
If anyone could shed some light on this, I'd greatly appreciate it.
Thank you and kind regards
Flavio Curti
--
http://no-way.org/~fcu/
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: need help with a syntax plugin
- From: Chris Smith
Other related posts:
- » [dokuwiki] need help with a syntax plugin
- » [dokuwiki] Re: need help with a syntax plugin
- » [dokuwiki] Re: need help with a syntax plugin
- [dokuwiki] Re: need help with a syntax plugin
- From: Chris Smith