Changes between Initial Version and Version 1 of WikiCompatPlugin


Ignore:
Timestamp:
Dec 15, 2007, 7:29:39 PM (16 years ago)
Author:
RottenChester
Comment:

New hack WikiCompatPlugin, created by Rottenchester

Legend:

Unmodified
Added
Removed
Modified
  • WikiCompatPlugin

    v1 v1  
     1= Wiki Compatibility Plugins for Sycamore and Moin-Like Wikis =
     2
     3== Description ==
     4
     5This 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.
     6
     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
     12
     13
     14== Bugs/Feature Requests ==
     15
     16Existing bugs and feature requests for WikiCompatPlugin are
     17[report:9?COMPONENT=WikiCompatPlugin here].
     18
     19If you have any issues, create a
     20[http://trac-hacks.org/newticket?component=WikiCompatPlugin&owner=Rottenchester new ticket].
     21
     22== Download ==
     23
     24Download the zipped source from [download:wikicompatplugin here].
     25
     26== Source ==
     27
     28You can check out WikiCompatPlugin from [http://trac-hacks.org/svn/wikicompatplugin here] using Subversion, or [source:wikicompatplugin browse the source] with Trac.
     29
     30== Example ==
     31
     32{{{
     33[[Anchor(AnchorName)]]
     34}}}
     35creates an anchor with name "AnchorName"
     36
     37{{{
     38[[MailTo(someone AT gmail DOT com)]]
     39}}}
     40creates a mailto: link if the user viewing is logged in, someone AT gmail DOT com otherwise.
     41
     42{{{
     43[[Note(This is a comment that won't print in the generated page)]]
     44}}}
     45
     46{{{
     47[[Nbsp]]
     48}}}
     49
     50== Recent Changes ==
     51
     52[[ChangeLog(wikicompatplugin, 3)]]
     53
     54== Author/Contributors ==
     55
     56'''Author:''' [wiki:Rottenchester] [[BR]]
     57'''Contributors:'''