ytrstu / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Patches for extendening vosao with a wiki engine #275

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Patches how to extend vosao with the wiki engine from:
http://code.google.com/p/gwtwiki/

Usage
* disable FCKEditor in Configuration
* enable "Mediawiki syntax processing" in the page settings
* use links [[...]] to link with other pages in your blog 
* use image links [[Image:...]] to get resources from your blog page entity 
(example [[Image:grass.jpg|500px]])
* use coolblue links [[Coolblue:...]] to get resources from the Coolblue theme 
(example [[coolblue:img-post.jpg|500px]] )

Features:
* use Mediawiki syntax processing as your content
* integrate the library with Maven 
http://code.google.com/p/gwtwiki/wiki/MavenSupport
* use syntax highlighter <source lang=java>....</source>

Original issue reported on code.google.com by khartl...@gmail.com on 24 Jul 2010 at 1:18

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by kinyelo@gmail.com on 25 Jul 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Implemented with changes:

* CKeditor automatic disabling if "Mediawiki syntax processing" set.
* use links [[...]] to link with other siblings pages (not blog only)
* use image links [[Image:...]] to get resources from your page (example 
[[Image:grass.jpg|500px]]) 
* use image links [[template_name:...]] for getting images from template 
resources (example 
[[Coolblue10:img-post.jpg]]) with link to 
/file/theme/coolblue10/images/img-post.jpg

Original comment by kinyelo@gmail.com on 26 Jul 2010 at 7:29

GoogleCodeExporter commented 9 years ago
Also if "Velocity processing" and "Mediawiki syntax processing" both enabled 
then Velocity processing runs first and wiki processing runs second.

Original comment by kinyelo@gmail.com on 26 Jul 2010 at 7:33