File: diff-switch-jspwiki

package info (click to toggle)
jspwiki 2.0.52-12
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 2,328 kB
  • ctags: 1,756
  • sloc: java: 13,848; jsp: 1,171; xml: 233; sh: 123; makefile: 54; perl: 31
file content (347 lines) | stat: -rw-r--r-- 10,096 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
diff -ruN jspwiki-2.0.52.ori/debian/control jspwiki-2.0.52/debian/control
--- jspwiki-2.0.52.ori/debian/control	2004-02-12 09:21:13.000000000 -0800
+++ jspwiki-2.0.52/debian/control	2004-02-12 09:22:17.000000000 -0800
@@ -2,7 +2,7 @@
 Section: contrib/web
 Priority: optional
 Maintainer: Kalle Kivimaa <killer@debian.org>
-Build-Depends-Indep: jikes | java2-compiler, ant, libservlet2.3-java, debhelper (>> 3.0.0), wget, unzip
+Build-Depends-Indep: jikes | java2-compiler, ant, libservlet2.3-java, debhelper (>> 4.1.16), wget, unzip
 Standards-Version: 3.6.1.0
 
 Package: jspwiki
diff -ruN jspwiki-2.0.52.ori/debian/jspwiki.templates jspwiki-2.0.52/debian/jspwiki.templates
--- jspwiki-2.0.52.ori/debian/jspwiki.templates	2004-02-12 09:21:13.000000000 -0800
+++ jspwiki-2.0.52/debian/jspwiki.templates	2004-02-12 09:24:01.000000000 -0800
@@ -1,7 +1,7 @@
 Template: jspwiki/applicationname
 Type: string
 Default: JSPWiki
-Description: Default application name
+_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.
@@ -10,80 +10,79 @@
 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: 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 page cache
- Should JSPWiki store pages in memory cache. This usually improves performance
- but increases memory usage.
+_Description: Should JSPWiki use page cache
+ Should JSPWiki store pages in memory cache. This usually improves
+ performance but increases memory usage.
 
 Template: jspwiki/baseurl
 Type: string
-Default:
-Description: JSPWiki base URL (http://www.example.com/JSPWiki/)
- Base URL's are used to rewrite all of JSPWiki's internal references.
- Don't forget the trailing slash.
+Default: 
+_Description: JSPWiki base URL (http://www.example.com/JSPWiki/)
+ Base URL's are used to rewrite all of JSPWiki's internal references. Don't
+ forget the trailing slash.
 
 Template: jspwiki/encoding
 Type: select
 Choices: ISO-8859-1, UTF-8
 Default: UTF-8
-Description: Page encoding
+_Description: Page encoding
  Determines which character encoding JSPWiki should use.
 
 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 show as R S S Page.
+_Description: Break at capitals in page names
+ Should page titles be rendered using an extra space after each capital
+ letter. This causes RSSPage to show as R S S Page.
 
 Template: jspwiki/matchenglishplurals
 Type: boolean
 Default: false
-Description: Match plural form to singular form in page names
+_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
+_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
+_Description: Generate RSS feed
 
 Template: jspwiki/rss/refresh
 Type: string
 Default: 3600
-Description: RSS refresh time
+_Description: RSS refresh time
 
 Template: jspwiki/rss/channeldescription
 Type: string
-Description: RSS channel description
+_Description: RSS channel description
 
 Template: jspwiki/rss/channellanguage
 Type: string
 Default: en-us
-Description: RSS channel language
+_Description: RSS channel language
 
 Template: jspwiki/attachments/provider
 Type: select
-Choices: BasicAttachmentProvider, nothing
+_Choices: BasicAttachmentProvider, nothing
 Default: BasicAttachmentProvider
-Description: Attachment provider to use
+_Description: Attachment provider to use
 
 Template: jspwiki/purgewikifiles
 Type: boolean
 Default: false
-Description: Should ALL wiki pages be deleted
-
+_Description: Should ALL wiki pages be deleted
diff -ruN jspwiki-2.0.52.ori/debian/po/POTFILES.in jspwiki-2.0.52/debian/po/POTFILES.in
--- jspwiki-2.0.52.ori/debian/po/POTFILES.in	1969-12-31 16:00:00.000000000 -0800
+++ jspwiki-2.0.52/debian/po/POTFILES.in	2004-02-12 09:22:43.000000000 -0800
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] jspwiki.templates
diff -ruN jspwiki-2.0.52.ori/debian/po/templates.pot jspwiki-2.0.52/debian/po/templates.pot
--- jspwiki-2.0.52.ori/debian/po/templates.pot	1969-12-31 16:00:00.000000000 -0800
+++ jspwiki-2.0.52/debian/po/templates.pot	2004-02-12 09:22:44.000000000 -0800
@@ -0,0 +1,208 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-02-12 09:22-0800\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Default
+#: ../jspwiki.templates:3
+msgid "JSPWiki"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../jspwiki.templates:4
+msgid "Default application name"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../jspwiki.templates:4
+msgid ""
+"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."
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../jspwiki.templates:11
+msgid "FileSystemProvider, RCSFileProvider, VersioningFileProvider"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../jspwiki.templates:13
+msgid "Which page provider JSPWiki should use"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../jspwiki.templates:13
+msgid ""
+"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."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:22
+msgid "Should JSPWiki use page cache"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:22
+msgid ""
+"Should JSPWiki store pages in memory cache. This usually improves "
+"performance but increases memory usage."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../jspwiki.templates:29
+msgid "JSPWiki base URL (http://www.example.com/JSPWiki/)"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../jspwiki.templates:29
+msgid ""
+"Base URL's are used to rewrite all of JSPWiki's internal references. Don't "
+"forget the trailing slash."
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../jspwiki.templates:35
+msgid "ISO-8859-1, UTF-8"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../jspwiki.templates:37
+msgid "Page encoding"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../jspwiki.templates:37
+msgid "Determines which character encoding JSPWiki should use."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:43
+msgid "Break at capitals in page names"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:43
+msgid ""
+"Should page titles be rendered using an extra space after each capital "
+"letter. This causes RSSPage to show as R S S Page."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:50
+msgid "Match plural form to singular form in page names"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:50
+msgid "Match \"PageLinks\" to \"PageLink\" if \"PageLinks\" is not found."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:56
+msgid "Use CamelCase links"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:56
+msgid ""
+"Should JSPWiki consider traditional WikiNames (names of pages "
+"JustSmashedTogether without square brackets) as hyperlinks."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:63
+msgid "Generate RSS feed"
+msgstr ""
+
+#. Type: string
+#. Default
+#: ../jspwiki.templates:67
+msgid "3600"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../jspwiki.templates:68
+msgid "RSS refresh time"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../jspwiki.templates:72
+msgid "RSS channel description"
+msgstr ""
+
+#. Type: string
+#. Default
+#: ../jspwiki.templates:76
+msgid "en-us"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../jspwiki.templates:77
+msgid "RSS channel language"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../jspwiki.templates:81
+msgid "BasicAttachmentProvider, nothing"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../jspwiki.templates:83
+msgid "Attachment provider to use"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../jspwiki.templates:88
+msgid "Should ALL wiki pages be deleted"
+msgstr ""