Installing I2PSnarkXL

zip-structure:
in the i2p/webapps folder is the file "[renameMe].war"
rename it like you want for your installation and copy it to your "i2p/webapps" folder.

How to start the renamed war-file:
copy it to your "i2p/webapps" folder
restart i2p

client access:
http://127.0.0.1:7657/[renameMe]/
for the themes use:
http://127.0.0.1:7657/[renameMe]/?themes=jama
http://127.0.0.1:7657/[renameMe]/?themes=minimalist
...
in the link replace "[renameMe]" with the name of the war-file without ".war"

example:
rename "[renameMe].war" to "i2psnarkxl.war" then the link is
http://127.0.0.1:7657/i2psnarkxl/
for the themes use:
http://127.0.0.1:7657/i2psnarkxl/?themes=jama
http://127.0.0.1:7657/i2psnarkxl/?themes=minimalist
...

if you add the client with a new name to get a new multiple client then
you have to press once 'save configuration' after your first access to
http://127.0.0.1:7657/i2psnarkxl/

------------------------------------------------------------------------------
Folders for the html-templates:
if you wanna use the themes then I2PSnarkXL expects that the following templates-path exists
i2p/templates/i2psnarkxl/jama/*
i2p/templates/i2psnarkxl/minimalist/*
...
(copy the i2p/templates folder from the zip-archiv to your i2p directory. )

Folders for the resources (pictures, stylesheets, etc):
and the jetty-server expects for resources in i2p/docs/themes/
i2p/docs/themes/i2psnarkxl/jama/*
i2p/docs/themes/i2psnarkxl/minimalist/*
...
(copy the i2p/docs/themes/i2psnarkxl folder from the zip-archiv to your i2p/docs/themes/ directory. )

------------------------------------------------------------------------------
the folder "war-necessaries" is for those that like to compile the source by themselfs.
it contains the important web.xml for the war-file

the folder "src" contains the sourcecode

all is included in the zip-archiv!