Bebbo's WIKI

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
__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
  • atableheader
||a||normal||entry
  • anormalentry
* foo
* bar
* muh
  • foo
  • bar
  • muh
# foo
# bar
# muh
  1. foo
  2. bar
  3. 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

unindented again



  • enumerations are only handled at start of line
  1. and can be mixed
    1. or nested
    • and are usable for nesting tables
      nestedtable
      • to end nesting insert an empty line per nesting
      unindented again
 [links to somewhere | wiki.wiki ] or [wiki.wiki]
link to somewhere or wiki.wiki
 [links to external | http://www.bebbosoft.de ]
links to external
links support frames [links to somewhere ==>main wiki.wiki ]
links support frames link to somewhere
images are specifed via link [/img/star.gif]
images are specifed via link /img/star.gif


Versions

dateversioncomment
26.10.2005V1.0.0.0 (87.468)First release

rev: 1.13