Package: jspwiki Version: N/A Severity: normal Tags: patch Dear Debian maintainer,
On Thursday, October 25, 2007, I notified you of the beginning of a review process concerning debconf templates for jspwiki. The debian-l10n-english contributors have now reviewed these templates, and the proposed changes are attached to this bug report. Please review the suggested changes are suggested, and if you have any objections, let me know in the next 3 days. Please try to avoid uploading jspwiki with these changes right now. The second phase of this process will begin on Wednesday, November 14, 2007, when I will coordinate updates to translations of debconf templates. The existing translators will be notified of the changes: they will receive an updated PO file for their language. Simultaneously, a general call for new translations will be sent to the debian-i18n mailing list. Both these calls for translations will request updates to be sent as individual bug reports. That will probably trigger a lot of bug reports against your package, but these should be easier to deal with. The call for translation updates and new translations will run until about Wednesday, December 05, 2007. Please avoid uploading a package with fixed or changed debconf templates and/or translation updates in the meantime. Of course, other changes are safe. Please note that this is an approximative delay, which depends on my own availability to process this work and is influenced by the fact that I simultaneously work on many packages. Around Thursday, December 06, 2007, I will contact you again and will send a final patch summarizing all the updates (changes to debconf templates, updates to debconf translations and new debconf translations). Again, thanks for your attention and cooperation. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- jspwiki.old/debian/jspwiki.templates 2007-10-22 06:03:01.095575139 +0000 +++ jspwiki/debian/jspwiki.templates 2007-11-11 19:34:30.631360768 +0000 @@ -1,20 +1,30 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [EMAIL PROTECTED] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + 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. + Please enter the name of the wiki. This name appears in HTML titles + and log files, and is usually the same as the top level URL (for + instance 'http://www.example.org/JSPWiki'). 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. +_Description: Page storage mechanism to be used by JSPWiki: + Please choose the mechanism that should be used for storing pages: + . + FileSystemProvider: simply storing pages as files; + RCSFileProvider: using an external Revision Control System; + VersioningFileProvider: versioning storage implemented in Java. Template: jspwiki/usepagecache Type: boolean @@ -25,80 +35,82 @@ 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. +_Description: JSPWiki base URL: + Base URLs are used to rewrite all of JSPWiki's internal references. + . + A trailing slash ('/') character is mandatory when then URL seen + by JSPWiki 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. +_Description: Page encoding: + Please choose which character encoding should be used by + JSPWiki. UTF-8 is strongly recommended. 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'. + Please choose whether page titles should 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. + Choosing this option will cause JSPWiki to 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. + Please choose whether JSPWiki should 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. + JSPWiki can generate a Rich Site Summary feed so that users can track + changes to the wiki. 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. + Please choose the delay between RSS feed refreshes. 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. + Please give a channel description for the RSS feed, to be shown in + channel catalogs. There is no maximum length, so include whatever + details users may find helpful. 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. + Please choose the RSS feed language. This should match the language of the + wiki. 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. +_Description: Attachment storage mechanism to use: + 'BasicAttachmentProvider' uses the same directory structure as the + selected page storage mechanism. 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. - +_Description: Should all wiki pages be deleted on package purge? + Please choose whether you want all wiki pages to be removed when the + package is purged.. --- jspwiki.old/debian/control 2007-10-22 06:03:01.095575139 +0000 +++ jspwiki/debian/control 2007-11-07 05:42:45.796971774 +0000 @@ -6,16 +6,15 @@ 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 +Homepage: http://www.jspwiki.org 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 +Description: wiki which runs in a Java servlet container + JSPWiki is a simple wiki engine which runs in a Java servlet + container and keeps all of its formatting in flat JSP (Java Server + Page) files. Wiki content may optionally be handled by RCS. +