Category:Canvas: Difference between revisions

Jump to navigation Jump to search
No change in size ,  23 November 2022
m
Text replacement - "Wiki Engine" to "Wiki engine"
m (Text replacement - "WikiEngineFeatures" to "WikiMatrix wiki engine features")
m (Text replacement - "Wiki Engine" to "Wiki engine")
 
Line 1: Line 1:
{{Wiki Engine
{{Wiki engine
|name              = Canvas ColdFusion Wiki
|name              = Canvas ColdFusion Wiki
|logo              = http://canvas.riaforge.org/images/navicons_coldfusion.gif
|logo              = http://canvas.riaforge.org/images/navicons_coldfusion.gif
Line 8: Line 8:
|language          = English
|language          = English
|editmode          = YourWikiEditMode
|editmode          = YourWikiEditMode
|maintopic        = Wiki Engine
|maintopic        = Wiki engine
|prog language    = ColdFusion
|prog language    = ColdFusion
|s/w license      = Apache License
|s/w license      = Apache License
}}
}}
'''Canvas''' is a [http://www.adobe.com/products/coldfusion/ ColdFusion] Wiki {{tag|Wiki Engine|engine}} built to allow for community-based editing of content.  It follows basic [[Wiki]] standards by allowing [[:Category:OpenEdit|anyone to edit]] content, while keeping careful track of the history of each document added to the Wiki.  Canvas was built using [http://www.model-glue.com/ Model-Glue].
'''Canvas''' is a [http://www.adobe.com/products/coldfusion/ ColdFusion] Wiki {{tag|Wiki engine|engine}} built to allow for community-based editing of content.  It follows basic [[Wiki]] standards by allowing [[:Category:OpenEdit|anyone to edit]] content, while keeping careful track of the history of each document added to the Wiki.  Canvas was built using [http://www.model-glue.com/ Model-Glue].


Canvas has a powerful API system.  Page editing is supported in two ways.  First off — there are a set of simple transformations that are done to your content.  So for example, to support '''bold''' text, you simply do +text+ . For ''italics'', you use underscores.  Now — what is cool about this is that all of these rules are methods in one CFC.  So to add a new rule, you simply write the method.  The hint attribute is automatically picked up and displayed in the editing instructions text.
Canvas has a powerful API system.  Page editing is supported in two ways.  First off — there are a set of simple transformations that are done to your content.  So for example, to support '''bold''' text, you simply do +text+ . For ''italics'', you use underscores.  Now — what is cool about this is that all of these rules are methods in one CFC.  So to add a new rule, you simply write the method.  The hint attribute is automatically picked up and displayed in the editing instructions text.

Navigation menu