| Description |
|---|
| Bebbo's WIKI is a servlet based solution to enhance web applications with the ability to use WIKI. The JAR file bb_wiki.jar contains a servlet, that is configured via settings the web.xml. Usually you apply the WIKI servlet to all files matching *.wiki. The wiki files are automatically stored in the configured CVS. |
| Configuration |
|---|
| use the supplied layout and put the files into your web-application. |
| web.xml : read the supplied web.xml, it contains all supported options with some comments. |
| Syntax | Result | ||||||
|---|---|---|---|---|---|---|---|
| ==title must be at start of a line== |
title must be at start of a line | ||||||
| ===title=== |
title | ||||||
| ====title==== |
title | ||||||
| =====title===== |
title | ||||||
| ======title====== |
title | ||||||
| __bold__ | bold | ||||||
| ''italics'' | italics | ||||||
| {{courier}} | courier | ||||||
| {{{plain - content is passed through, eg. __ is not interpreted as bold}}} | plain - content is passed through, eg. __ is not interpreted as bold | ||||||
| \\ inserts a line feed | inserts a line feed | ||||||
| <<classname>> | use this to refer to different classes in your style sheet | ||||||
| <<<stylsheet>>> | must be first element in your page and defines a different style sheet | ||||||
| //a//table//header ||or||a||normal entry |
| ||||||
| * foo * bar * muh |
| ||||||
| # foo # bar # muh |
| ||||||
| : foo : bar : muh |
| ||||||
| * enumerations are only handled at start of line # and can be mixed ## or nested :: and are usable for nesting tables ||nested||table : to end nesting insert an empty line per nesting |
| ||||||
| dont forget [links to somewhere | wiki.wiki ] or an implicit link http://www.bejy.net | dont forget link to somewhere or an implicit link http://www.bejy.net | ||||||
| links support frames [links to somewhere ==>main wiki.wiki ] | links support frames link to somewhere | ||||||
| images are specifed by links [/img/star.gif] | images are specifed by links
|
| date | version | comment |
|---|---|---|
| 26.10.2005 | V1.0.0.0 (87.468) | First release |