Canvas ColdFusion Wiki: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
m (Hoof Hearted moved page Canvas to Canvas ColdFusion Wiki: better, correct name)
(exported wiki engine specific text to wiki engine category at Category:Canvas)
Line 1: Line 1:
{{Wiki Engine
{{Wiki
|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 7: Line 7:
|status            = Active
|status            = Active
|language          = English
|language          = English
|editmode          = YourWikiEditMode
|editmode          = LoginToEdit
|maintopic        = Wiki Engine
|engine            = Canvas
|license          = NoLicense
|maintopic        = Canvas
}}
}}
==Description==
{{Size
'''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 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].
|pages = <!--Necessary. Type the plain number of pages - NO thousands separators.-->
|statistics URL = No <!--Preferred, source of page count (often a 'Statistics' page). If unknown type 'No'.-->
|wikiFactor = <!--Preferred. If unknown leave void. See: Category:wikiFactor for help-->
|wikiFactor URL = <!--Preferred, source of wikiFactor (often 'PopularPages' or 'MostVisitedPages'). If unknown leave void.-->
}}(As of: DD Month 2012)<!--manually add/amend date when stats are verified and/or updated-->


Canvas has a powerful API system that I am quite proud of. 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.


The API goes further though. Along with simple formatting rules, there is a feature I call "Variable Components".  These are components that can do more powerful things with your page. So for example, to put the last updated value in the page, you simply do {lastupdated}. As soon as Canvas sees {something}, it runs the render method on a CFC named something. As with the rendering methods, Canvas will read the documentation from the CFC and automatically display it to the end user.
'''Canvas ColdFusion Wiki''' is the support [[wiki]] for the {{tag|Canvas}} wiki engine. It is hosted on RIAForge.org.
 
==Requirements==
Canvas requires ColdFusion MX 7 and the Model-Glue framework.
 
==License==
Canvas ColdFusion is released under the [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2].


[[Category:Canvas| ]]
[[Category:Canvas| ]]

Revision as of 20:49, 30 October 2012

http://canvas.riaforge.org/images/navicons_coldfusion.gif Canvas ColdFusion Wiki
Recent changes
[No WikiNode]
[No About]
[No Mobile URL]
Founded by:
Status: Active
Language: English
Edit mode: LoginToEdit
Wiki engine: Canvas
Wiki license: NoLicense"NoLicense" is not in the list (Custom license, Attribution to contributing authors, Copyright to contributing authors, Site retains copyright, WTFPL, Licence Art Libre, Open Content License, Apache License, BSD Documentation License, FreeBSD Documentation License, ...) of allowed values for the "Wiki license" property.
Main topic: Canvas
Wiki size: unknown size [No see stats]

(As of: DD Month 2012)


Canvas ColdFusion Wiki is the support wiki for the Canvas wiki engine. It is hosted on RIAForge.org.