[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[TAF] templates://jspwiki/{jspwiki.templates}



The jspwiki package introduced new or modified debconf
templates. This is the perfect moment for a review to help the package
maintainer following the general suggested writing style and track
down typos and errors in the use of English language.

If someone wants to pick up this review, please answer to this mail,
in the mailing list, with an [ITR] (Intent To Review) label.

The templates file is attached.

To propose the file you reviewed for peer review, please send a [RFR]
(Request For Review) mail with the reviewed file attached...then a few
days later, when no more contributions come, a summary mail with a
[LCFC] (Last Chance For Comments) label.

Finally, after no more comments coming to the LCFC mail, you can send
the reviewed templates file as a bug report against the package.

Then, please notify the list with a last mail using a [BTS] label
with the bug number.

Helping the package maintainer to deal with induced translation
updates at that moment will be nice. If you're not comfortable with
that part of the process, please hand it off to a translator.

-- 


Template: jspwiki/applicationname
Type: string
Default: JSPWiki
_Description: Default application name:
 Which application name is used. It affects the HTML titles and logging.
 This is usually the same as the web name (http://www.example.com/JSPWiki)
 but can be different.

Template: jspwiki/pageprovider
Type: select
Choices: FileSystemProvider, RCSFileProvider, VersioningFileProvider
Default: FileSystemProvider
_Description: Which page provider JSPWiki should use
 Which page provider class to use. FileSystemProvider is a simple file
 based page storage, RCSFileProvider uses RCS as the page store, and
 VersioningFileProvider is a pure Java implementation of a versioning page
 store.

Template: jspwiki/usepagecache
Type: boolean
Default: false
_Description: Should JSPWiki use a page cache?
 Page caching usually improves performance but increases memory usage.

Template: jspwiki/baseurl
Type: string
Default: 
_Description: JSPWiki base URL (http://www.example.com/JSPWiki/):
 Base URLs are used to rewrite all of JSPWiki's internal references. Don't
 forget the trailing slash. This must be used if the URL that JSPWiki
 sees through the servlet container is different from the real URL.

Template: jspwiki/encoding
Type: select
Choices: ISO-8859-1, UTF-8
Default: UTF-8
_Description: Page encoding
 Determines which character encoding JSPWiki should use. UTF-8 may cause
 problems on some Tomcat 4 installations but is otherwise a good choice.

Template: jspwiki/breaktitlewithspaces
Type: boolean
Default: false
_Description: Break at capitals in page names?
 Should page titles be rendered using an extra space after each capital
 letter. This causes 'RSSPage' to be shown as 'R S S Page'.

Template: jspwiki/matchenglishplurals
Type: boolean
Default: false
_Description: Match plural form to singular form in page names?
 Match "PageLinks" to "PageLink" if "PageLinks" is not found.

Template: jspwiki/camelcaselinks
Type: boolean
Default: false
_Description: Use CamelCase links?
 Should JSPWiki consider traditional WikiNames (names of pages
 JustSmashedTogether without square brackets) as hyperlinks.

Template: jspwiki/rss/generate
Type: boolean
Default: false
_Description: Generate RSS feed?
 JSPWiki can generate a Rich Site Summary feed. This allows users to
 automatically find out if anything has changed on the site recently.

Template: jspwiki/rss/refresh
Type: string
Default: 3600
_Description: RSS refresh time in seconds:
 How often the RSS feed should be refreshed. An hour (3600 seconds) is
 a good starting choice.

Template: jspwiki/rss/channeldescription
Type: string
_Description: RSS channel description:
 This describes your RSS channel. Be as verbose as you want, there is
 no upper limit, and it helps the users.

Template: jspwiki/rss/channellanguage
Type: string
Default: en-us
_Description: RSS channel language:
 This should match the language of your Wiki. It lets people know
 what language they should expect in the RSS feed.

Template: jspwiki/attachments/provider
Type: select
_Choices: BasicAttachmentProvider, nothing
Default: BasicAttachmentProvider
_Description: Attachment provider to use
 BasicAttachmentProvider uses the same directory structure as the
 selected page provider. It simply stores the attachments in a dedicated
 directory for a page.

Template: jspwiki/purgewikifiles
Type: boolean
Default: false
_Description: Should ALL wiki pages be deleted?
 If you don't have important information stored in your wiki and really
 want to get rid of the page data, the purge process can do this for
 you.

Source: jspwiki
Section: web
Priority: optional
Maintainer: Kalle Kivimaa <killer@debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>
Build-Depends-Indep: java-gcj-compat-dev, ant, libservlet2.3-java, wget, unzip
Build-Depends: dpatch, debhelper (>> 4.1.16)
Standards-Version: 3.7.2

Package: jspwiki
Architecture: all
Section: web
Priority: optional
Depends: tomcat5.5, debconf | debconf-2.0
Description: WikiWikiWeb clone written in Java
 JSPWiki is a simple WikiWiki clone to be run in a Java servlet container
 (eg. Tomcat).  It keeps all of its formatting in Java Server Pages (JSP)
 files, and uses a custom Java class called 'com.ecyrd.jspwiki.WikiEngine'
 to all interfacing with the Wiki system.
 .
  Homepage: http://www.jspwiki.org

Attachment: signature.asc
Description: Digital signature


Reply to: