JSPWiki
[Zurück zur aktuellen Version][Diese Version wiederherstellen]

New version 2.10.1 at https://jspwiki-wiki.apache.org/ and http://jspwiki.apache.org/
Text formatting rules

Configuration#

Initial setup is done with ../JSPWiki/Install.jsp

The jspwiki.properties file is now embedded in the \WEB-INF\lib\jspwiki-war-2.10.1.jar file (\ini\jspwiki.properties).
If you want to change it, you need to create a custom (second) file called "jspwiki-custom.properties", see Advanced Installation. You can place it under /tomee/lib/ or under /JSPWiki/WEB-INF/
Here are all configuration options

Check also SystemInfo

Additional settings#

> locale -a
echo LANG=de_DE.UTF-8 > /etc/locale.conf
echo KEYMAP=de-latin1-nodeadkeys > /etc/vconsole.conf
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
LANG=de_DE.UTF-8;export LANG
KEYMAP=de-latin1-nodeadkeys;export KEYMAP

Edit catalina.sh:

JAVA_OPTS="-Dfile.encoding=UTF-8"

Escape character for JSPWiki is a tilde (~)
~
Example: double underscore (instead of bold style) Preface~_~_Ending
Example: link with brackets (instead of indicating another link) http://www.testserver.de?show=data~[32~]&language=de
                       Alternative for links is using hex-codes: http://www.testserver.de?show=data%5B32%5D&language=de

This answers lots of questions:
Ldap Integration | JSPWiki@WikiMatrix

http://www.jspwiki.org/wiki/JSPWikiFAQ

AdministeringJSPWiki + Page Security

JSPWiki Templates


Security via ACL#

Roles Note: Roles are case sensitive, use "All", not "all"! Grants
[{ALLOW view Janne,Mike Morris,Authenticated}]
[{ALLOW edit Janne,Managers}]
[{ALLOW view All}]
[{ALLOW edit Authenticated}]

Original Start Page#

You have successfully installed JSPWiki.

You have some pages set up for you:

Quick start#

Installation issues#

Documentation#

Miscellaneous#