[{ALLOW view All}]
[{ALLOW edit Authenticated}]

New version 2.10.1 at [https://jspwiki-wiki.apache.org/] and [http://jspwiki.apache.org/]\\
[Text formatting rules|https://jspwiki-wiki.apache.org/Wiki.jsp?page=TextFormattingRules]

! 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|https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Started#section-Getting+Started-GettingStartedWithJSPWiki]. You can place it under /tomee/lib/ or under /JSPWiki/WEB-INF/\\
Here are all [configuration options|https://jspwiki-wiki.apache.org/Wiki.jsp?page=Configuration]

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.wikimatrix.org/show/JSPWiki]

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

[AdministeringJSPWiki + Page Security|http://doc.jspwiki.org/2.4/wiki/DocMain#section-DocMain-AdministeringJSPWiki]

[JSPWiki Templates|http://doc.jspwiki.org/2.4/wiki/Wiki.Developer.Templates]
----
!Security via ACL
Roles            
* Anonymous
* Asserted
* Authenticated
* All 
Note: Roles are case sensitive, use "All", not "all"!
Grants
* view
* edit
* comment
* rename
* delete
{{{
[{ALLOW view Janne,Mike Morris,Authenticated}]
[{ALLOW edit Janne,Managers}]
}}}            

{{{
[{ALLOW view All}]
[{ALLOW edit Authenticated}]
}}}

----
! Original Start Page

You have successfully installed [JSPWiki|About].

You have some pages set up for you:

!Quick start

* For testing things, try the [SandBox].
* For a quick look on what Wiki is, check out [OneMinuteWiki].
* For a guideline on good working habits with wiki, see [WikiEtiquette].

!Installation issues

* If you run Microsoft Windows, or you are having trouble with UTF-8 then you probably want to take a look
  at [InstallationTips] for further information.

!Documentation

* For all of the Wiki markup features, see [TextFormattingRules].
* Entry point for full [JSPWikiDocumentation|http://www.jspwiki.org/wiki/JSPWikiDocumentation]
** [JSPWiki 2.8 New Features|http://www.jspwiki.org/wiki/NewIn2.8].
** [buy custom term papers|http://www.custom-made-paper.com/]

!Miscellaneous

* There are several ways you can get in touch with JSPWiki [Community]. Check them out!
* To see what this particular wiki is about, click on the Wiki name
  on the top left corner of the browser window, or [click here|SystemInfo].