!!! What is new in JSPWiki 3.0 ?

__''This is a work in progress........''__

* __Localizations__ - Simplified Chinese, Dutch, Russian and Italian localizations added!
* __Logging__ - Logging by JSPWiki is now done with slf4j, see http://www.slf4j.org for details.\\
  You can now decide at runtime which logging implementation you want,\\
  just pick the right slf4j implementation and drop it in WEB-INF/lib.\\
  The default implementation is log4j, so you don't have to switch to anything else unless you have a good reason.\\
  The log4j configuration statements have been moved to a separate file log4j.properties, \\
  this file should be on your CLASSPATH, by default it is placed in WEB-INF/classes
  
* __New Plugin__ - A new plugin was added that shows you all plugins that are available: __~PluginIndexPlugin__