Changes between Version 2 and Version 3 of WikiCompatPlugin


Ignore:
Timestamp:
Oct 30, 2015, 1:09:36 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiCompatPlugin

    v2 v3  
    1 = Wiki Compatibility Plugins for Sycamore and Moin-Like Wikis =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Wiki Compatibility Plugins for Sycamore and Moin-Like Wikis
    44
    5 This plugin contains a set of plugins that used to port wikis that use [http://projectsycamore.org Sycamore].  They might also be useful for other moin-like systems.
     5== Description
    66
    7  * Anchor creates an named anchor.
    8  * MailTo obscures mail addresses
    9  * Nbsp inserts a non-breaking space
    10  * Note is a comment.
    11  * Stop directs users to a /Talk page for the entry.  (Needs some work on theming.)
     7This plugin contains a set of plugins that can be used to port wikis that use the [http://projectsycamore.org Sycamore wiki engine]. They can also be useful for other moin-like systems.
    128
     9Key features:
     10 * `Anchor` creates a named anchor.
     11 * `MailTo` obscures email addresses.
     12 * `Stop` directs users to a /Talk page for the entry. This needs some work on theming.
     13 * `Note` inserts a comment.
     14 * `Nbsp` inserts a non-breaking space.
    1315
    14 == Bugs/Feature Requests ==
     16== Bugs/Feature Requests
    1517
    1618Existing bugs and feature requests for WikiCompatPlugin are
     
    1820
    1921If you have any issues, create a
    20 [http://trac-hacks.org/newticket?component=WikiCompatPlugin&owner=Rottenchester new ticket].
     22[/newticket?component=WikiCompatPlugin new ticket].
    2123
    22 == Download ==
     24[[TicketQuery(component=WikiCompatPlugin&group=type,format=progress)]]
    2325
    24 Download the zipped source from [download:wikicompatplugin here].
     26== Download
    2527
    26 == Source ==
     28Download the zipped source from [export:wikicompatplugin here].
    2729
    28 You can check out WikiCompatPlugin from [http://trac-hacks.org/svn/wikicompatplugin here] using Subversion, or [source:wikicompatplugin browse the source] with Trac.
     30== Source
    2931
    30 == Example ==
     32You can check out WikiCompatPlugin from [/svn/wikicompatplugin here] using Subversion, or [source:wikicompatplugin browse the source] with Trac.
    3133
     34== Example
     35
     36Create an anchor with name "AnchorName":
    3237{{{
    3338[[Anchor(AnchorName)]]
    3439}}}
    35 creates an anchor with name "AnchorName"
    3640
     41Create a mailto: link if the user viewing is logged in, `someone AT gmail DOT com` otherwise.
    3742{{{
    3843[[MailTo(someone AT gmail DOT com)]]
    3944}}}
    40 creates a mailto: link if the user viewing is logged in, someone AT gmail DOT com otherwise.
    4145
     46Create a little box directing the user to a Stop page:
     47{{{
     48[[Stop]]
     49}}}
     50
     51Other examples:
    4252{{{
    4353[[Note(This is a comment that won't print in the generated page)]]
     
    4858}}}
    4959
    50 {{{
    51 [[Stop]]
    52 }}}
    53 
    54 Creates a little box directing the user to a Stop page.
    55 
    56 == Recent Changes ==
     60== Recent Changes
    5761
    5862[[ChangeLog(wikicompatplugin, 3)]]
    5963
    60 == Author/Contributors ==
     64== Author/Contributors
    6165
    6266'''Author:''' [wiki:Rottenchester] [[BR]]
     67'''Maintainer:''' [[Maintainer]] [[BR]]
    6368'''Contributors:'''