Hi,
I'm wondering if there is anyone out there can give me assistance in modding the most recent build of phpwiki in the following ways:
<?plugin SpecialTag style="ex," body="Testing." ?>
Which produces this: <img src = $style$-start.png> <other html mark ups> $body (further processed by wiki)$ <img src = $style$-end.png>
<?plugin BlockQuote body="Testing." ?>
Result: <blockquote class = main> $body (further processed by wiki)$ </blockquote>
A new tag that converts: &&xxxx&&& into <em class = highlight>xxxx</em>
A new php program that processes the entry just before it is displayed and looks for things between {{ and }}. For example, {{stub}}.
The program would print $array{'stub'} (which contains HTML) without further processing.
Anyone willing to help? There's no rush on this project.
If I need to, I'm willing to hire someone at reasonable cost.
Hi. I finished the first two plugins, and will do a patch for the other two.
Please contact me personally.
Log in to post a comment.
Hi,
I'm wondering if there is anyone out there can give me assistance in modding the most recent build of phpwiki in the following ways:
<?plugin SpecialTag style="ex," body="Testing." ?>
Which produces this:
<img src = $style$-start.png> <other html mark ups>
$body (further processed by wiki)$
<img src = $style$-end.png>
<?plugin BlockQuote body="Testing." ?>
Result:
<blockquote class = main>
$body (further processed by wiki)$
</blockquote>
A new tag that converts: &&xxxx&&& into
<em class = highlight>xxxx</em>
A new php program that processes the entry just before it is displayed and looks for things between {{ and }}. For example, {{stub}}.
The program would print $array{'stub'} (which contains HTML) without further processing.
Anyone willing to help? There's no rush on this project.
If I need to, I'm willing to hire someone at reasonable cost.
Hi.
I finished the first two plugins, and will do a patch for the other two.
Please contact me personally.