Re: jspwiki: new template for review and translation

2008-12-12 Conversa Kalle Kivimaa
Forget about this, it has already been translated, just not been used.
Sorry for the noise.

-- 
* Sufficiently advanced magic is indistinguishable from technology (T.P)  *
*   PGP public key available @ http://www.iki.fi/killer   *


jspwiki: new template for review and translation

2008-12-12 Conversa Kalle Kivimaa
As the new versions of JSPWiki contain an installer I want to
override, I need to add a new configuration parameter, which is
currently like this:


Template: jspwiki/baseurl
Type: string
Default: http://localhost:8180/JSPWiki/
_Description: Default application name:
 Please enter the HTTP prefix of the wiki. This rewrites all JSPWiki
 internal link references, so it needs to be correct. It also needs
 to contain the trailing slash.


Corresponding JSPWiki parameter documentation is:

#  BaseURL can be used to rewrite all of JSPWiki's internal references.
#  Sometimes, especially if you're behind a address-rewriting firewall,
#  relative URLs don't work since the servlet container has no idea
#  where it's actually located.
#
#  Leave undefined if you want to rely on what your servlet container
#  thinks of where your application lives.
#
#  You MUST define this one if you want to enable RSS (see below).  In
#  general, this is a good idea to define it anyway.  Do not forget the
#  trailing slash.
#
#  Example:
#  jspwiki.baseURL = http://www.ecyrd.com/JSPWiki/