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
------------
The place for "snarkXL-proxy.config" is the i2p main directory.
all clients use it and important changings are made on the fly by your configuration settings in the classicpage for each client unique. (like port; nickname; proxy-type; for example)
the settings are same like those for the regulary tunnel of eepProxy.
they are explained in the i2p-faq.
if "snarkXL-proxy.config" is missed than xl using some standart settings by default. (don't worry about it's just for those with extra wishes and expert knowledge about i2p-tunnel settings)
------------
all is included in the zip-archiv!