Menu

Phpwiki Plugin Designer needed.

jd2005
2005-01-09
2012-10-11
  • jd2005

    jd2005 - 2005-01-09

    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:

    1. Create a plugin that does the following.

    <?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>

    1. A plugin that creates a blockquote:

    <?plugin BlockQuote body="Testing." ?>

    Result:
    <blockquote class = main>
    $body (further processed by wiki)$
    </blockquote>

    1. A new tag that converts: &&xxxx&&& into
      <em class = highlight>xxxx</em>

    2. 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.

     
    • Reini Urban

      Reini Urban - 2005-01-10

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.