(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 

Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
jar
CreoleFilter.jar 57.2 kB 1 18-Nov-2015 14:48 ChristophSauer

This page (revision-23) was last changed on 18-Nov-2015 14:54 by ChristophSauer  

This page was created on 27-Aug-2006 20:25 by 82.181.5.170

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed one line
Some JSPWiki [implementation] notes and jots...
%%information
The JSPWiki installation documentation for the WikiCreole "Filter" at [[http://www.ecyrd.com/JSPWiki/wiki/WikiCreole]] describes a download page "i3G" which is no longer available. You can download the jar file containing the filter from here:
At line 4 added 8 lines
* [[CreoleFilter.jar]] - JSPWiki jar library containing the filter needed to activate WikiCreole in JSPWiki
-- [[ChristophSauer]], 2015-Nov-18 14:51 (CET)
%%
Some [[http://jspwiki.org/wiki/Main|JSPWiki]] [implementation] notes and jots...
At line 5 changed one line
!Memento Markup
!From ChangeLog for JSPWiki 2.5.7
Added CreoleMarkupRenderer, which currently supports WikiCreole 0.2 syntax. This is a highly experimental feature. You can't do much with it yet, since we're missing a backconverter.
At line 7 changed one line
For simple stuff like CSS, I think it's okay to use
!!!Known Problems
* links including tilde (~) or colon (:) get cut off after these characters
* images within nowiki render strangely
* no escape character support yet
!!!Same syntax with Creole 0.3
Lists, Horizontal Rule, Preformatted, Tables
!!!Differences between JSPWiki and Creole 0.3
!!Bold
{{{ __bold__ }}}
{{{ **bold** }}}
!! Italics
{{{ ''italics'' }}}
{{{ //italics// }}}
!!Headers
At line 9 changed 2 lines
creole text here
<<%%(font-size:huge)%%>>some huge creole text<<%%>>
!!!Large
!!Medium
!Small
At line 13 changed one line
However, for large and complex we probably have to go to mnemonics, such as
{{{
====== Small ======
===== Small =====
==== Small ====
=== Medium ===
== Large ==
= Large =
}}}
At line 59 added one line
!!Links
At line 16 changed 2 lines
creole text here
<<table(1)>>
[Google|http://www.google.com/]
[This is a page|Page]
At line 20 changed one line
to mark a table. The cool think about the Mementos is that we can choose either or, depending on the situation.
{{{
[[http://www.google.com/|Google]]
[[Page|This is a page]]
}}}
At line 22 changed one line
!Transclusion support
!!Images
{{{
[{Image src = 'myimage.jpg' caption = 'this is my image'}]
}}}
At line 24 changed 2 lines
This needs a bit of thinking... Might be easiest to include the TranscludePlugin.
821633473272426112158176
{{{
{{myimage.png|this is my image}}
}}}
Version Date Modified Size Author Changes ... Change note
23 18-Nov-2015 14:54 1.84 kB ChristophSauer to previous
22 18-Nov-2015 14:51 1.749 kB ChristophSauer to previous | to last
21 26-Sep-2007 09:44 1.411 kB ChuckSmith to previous | to last restore
« This page (revision-23) was last changed on 18-Nov-2015 14:54 by ChristophSauer