source: trunk/Distribution/XSL/website/ChangeLog@ 2

Last change on this file since 2 was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 13.4 KB
Line 
12005-06-20 Michael Smith <xmldoc@users.sourceforge.net>
2
3 * .cvsignore: New file.
4
52005-06-17 Michael Smith <xmldoc@users.sourceforge.net>
6
7 * Makefile, param.xsl, param.xweb: Switch to "real" params build (i.e., same as docbook-xsl params).
8
9 * param.xweb: New file.
10
112005-04-15 Norman Walsh <nwalsh@users.sourceforge.net>
12
13 * website-common.xsl: Explicitly cast summary to a string
14
15 * website-common.xsl: Support @href on tocentry
16
172005-04-08 Michael Smith <xmldoc@users.sourceforge.net>
18
19 * makefile-dep.xsl: added depends-file param, to help make distclean behave as expected
20 when building non-tabular version of website
21
222005-04-06 Michael Smith <xmldoc@users.sourceforge.net>
23
24 * VERSION, website-common.xsl: VERSION scheme switched to same as that used by "xsl" module;
25 this enables auto-submitting info to Freshmeat as part of the build
26
27 * makefile-dep.xsl: clean also now removes depends.nontabular & website.database.xml
28
292005-03-30 Robert Stayton <bobstayton@users.sourceforge.net>
30
31 * toc-tabular.xsl: Fixed logic for @tocskip attribute.
32
332005-03-29 Robert Stayton <bobstayton@users.sourceforge.net>
34
35 * autolayout.xsl: Updated public and system identifiers in xsl:output element.
36
37 * toc-tabular.xsl: Fixed bug 1163939: toc-tabular depends on DTD validation.
38
39 * website-common.xsl: Added sample gentext strings for de and fr.
40
41 * website.xsl: Fixed bug 1019573 body tag, accessibility issue.
42
432005-03-28 Robert Stayton <bobstayton@users.sourceforge.net>
44
45 * olink.xsl: Fixed olink-entity to work with new olink setup.
46
47 * olink.xsl: Updated to work with revisions to olink in main DocBook stylesheet
48 starting with version 1.66.
49
50 * website-common.xsl: Fixed bug 1120883 Irrelevant mode attribute.
51
52 * website-common.xsl: Fixed bug 1120877 regarding duplicate match on website in title.markup mode.
53
542005-01-31 Robert Stayton <bobstayton@users.sourceforge.net>
55
56 * olink.xsl: Applied patch from bug report 1072576 to fix key mismatch since
57 1.66.1 update of olinks.
58
592005-01-06 Jirka Kosek <kosek@users.sourceforge.net>
60
61 * tabular.xsl: Fixed bug #1046632. Added missing relative path in front of image.
62
632004-06-04 Jirka Kosek <kosek@users.sourceforge.net>
64
65 * toc.xsl, website-common.xsl: Use gentext for "Home" text
66
672004-06-03 Jirka Kosek <kosek@users.sourceforge.net>
68
69 * tabular.xsl, website.xsl: Process all types of nodes under webpage (including PIs and comments) not only elements.
70
712003-11-25 Robert Stayton <bobstayton@users.sourceforge.net>
72
73 * website-common.xsl: Use normalize-space() on summary since used as an attribute value.
74
75 * website-common.xsl: baseuri attribute in website.database.xml now adds
76 the $filename-prefix value.
77
782003-09-18 Robert Stayton <bobstayton@users.sourceforge.net>
79
80 * tabular.xsl, website.xsl: Remove unused variable 'filename', which applies
81 templates in mode 'filename', but there is no such mode.
82
832003-09-08 Norman Walsh <nwalsh@users.sourceforge.net>
84
85 * makefile-dep.xsl: Accept patch #787260 from vyt
86
872003-07-18 Robert Stayton <bobstayton@users.sourceforge.net>
88
89 * tabular.xsl: Added normalize-space() function for summary
90 used as an attribute value.
91
922003-07-11 Norman Walsh <nwalsh@users.sourceforge.net>
93
94 * rss.xsl: Fixed bogus references to @resource instead of @rdf:resource
95
96 * tabular.xsl: Use table.navigation.cell.properties for the table.spacer.image in the navigation column. Use the spacer image again in the hspacer for that row. Added new param to the hspacer template so that the template can tell if its being called for the vspacer cell.
97
982003-06-22 Norman Walsh <nwalsh@users.sourceforge.net>
99
100 * param.xsl, tabular.xsl: Added table.spacer.image to improve tabular style accessibility. This is a fairly intrusive change, but I think its a significant improvement in accessibility.
101
1022003-05-27 Robert Stayton <bobstayton@users.sourceforge.net>
103
104 * olink.xsl: Fix typo in test attribute.
105
1062003-04-13 Norman Walsh <nwalsh@users.sourceforge.net>
107
108 * head.xsl: Feat Req #703116: add type to script
109
1102003-02-26 Jirka Kosek <kosek@users.sourceforge.net>
111
112 * toc-tabular.xsl: Make comparsion safe even if nav.graphics is specified as string type
113
1142003-02-20 Robert Stayton <bobstayton@users.sourceforge.net>
115
116 * chunk-common.xsl, olink.xsl, website-common.xsl, website-targets.xsl:
117 Added XSL-based olink processing.
118
1192003-02-18 Norman Walsh <nwalsh@users.sourceforge.net>
120
121 * autolayout.xsl: Updated version numbers to 2.4.1
122
1232003-02-16 Norman Walsh <nwalsh@users.sourceforge.net>
124
125 * rss.xsl: Check for localTime function before calling it
126
1272003-01-26 Robert Stayton <bobstayton@users.sourceforge.net>
128
129 * chunk-common.xsl: No longer terminates if exists() function not available.
130 Will not track dependencies, so all files built each time.
131
1322003-01-16 Norman Walsh <nwalsh@users.sourceforge.net>
133
134 * autolayout.xsl: Update the public and system identifers
135
1362003-01-11 Robert Stayton <bobstayton@users.sourceforge.net>
137
138 * makefile-dep.xsl: Add optional output-root param so dependency path
139 matches the output path.
140
1412002-11-17 Norman Walsh <nwalsh@users.sourceforge.net>
142
143 * website-common.xsl: Patch #540597: add rcsdate.format named template
144
1452002-10-02 Norman Walsh <nwalsh@users.sourceforge.net>
146
147 * autolayout.xsl, head.xsl: Support headlink element
148
149 * chunk-common.xsl: Support references to external pages when using XSLT exists() function to choose build order
150
1512002-09-16 Norman Walsh <nwalsh@users.sourceforge.net>
152
153 * makefile-dep.xsl: Use filename-prefix instead of prefix for consistency
154
155 * param.xsl, tabular.xsl, website-common.xsl, website.xsl:
156 Added allpages.banner
157
158 * tabular.xsl, website.xsl: Remove id attribute from div; conflicts with following a
159
160 * toc-tabular.xsl, toc.xsl: Always calculate toc-rel-path correctly in autolayout (regardless of the current context node)
161
162 * website-common.xsl: Calculate prev/next sequential links correctly even when they cross subdir boundaries
163
1642002-09-15 Norman Walsh <nwalsh@users.sourceforge.net>
165
166 * rss.xsl: Support cvs: date in RSS and updated 1.0 sources
167
168 * website-common.xsl: Handle webpage in title.markup mode
169
1702002-09-12 Norman Walsh <nwalsh@users.sourceforge.net>
171
172 * makefile-dep.xsl: Patch from Michael Wiedmann
173
1742002-09-11 Norman Walsh <nwalsh@users.sourceforge.net>
175
176 * rss.xsl: New file.
177
178 * website-common.xsl: Include rss.xsl
179
1802002-05-24 Norman Walsh <nwalsh@users.sourceforge.net>
181
182 * autolayout.xsl: Output correct doctype public and system identifiers
183
184 * xbel.xsl: Website tracker #518864: make sure lists are valid HTML
185
1862002-05-23 Norman Walsh <nwalsh@users.sourceforge.net>
187
188 * autolayout.xsl: Copy the revisionflag attribute
189
190 * chunk-common.xsl, tabular.xsl: Remove dup. definition of autolayout-file
191
192 * toc-tabular.xsl: Support revisionflag attribute
193
1942002-05-12 Norman Walsh <nwalsh@users.sourceforge.net>
195
196 * head.xsl, website-common.xsl: Output LINK elements in the HEAD for prev/next/up/first/last/etc. (works great in Mozilla 1.0CR1)
197
1982002-04-26 Norman Walsh <nwalsh@users.sourceforge.net>
199
200 * head.xsl: Call user.head.content so stylesheets can put things in page headers
201
2022002-03-20 Norman Walsh <nwalsh@users.sourceforge.net>
203
204 * param.xsl: Deprecated body.attributes attribute-set (in favor of body.attributes named template)
205
206 * tabular.xsl: Use body.attributes named template; support navtocwidth and navbgcolor as a page parameters
207
208 * toc-tabular.xsl: Support toc.expand.depth a page-configurable parameter
209
210 * website-common.xsl: Allow footlink in config of individual pages
211
212 * website.xsl: Use body.attributes named template instead of attribute-set
213
2142001-12-05 Norman Walsh <nwalsh@users.sourceforge.net>
215
216 * chunk-tabular.xsl, chunk-website.xsl: Point to the current rather than the snapshot release
217
2182001-12-04 Norman Walsh <nwalsh@users.sourceforge.net>
219
220 * tabular.xsl, website.xsl: Feature #456839: Add class values to body
221
2222001-11-12 Norman Walsh <nwalsh@users.sourceforge.net>
223
224 * tabular.xsl: Added new templates to wrap home.navhead.*
225
226 * toc-tabular.xsl: Support toc.expand.depth to force the top N-levels of the ToC to be expanded
227
2282001-10-13 Norman Walsh <nwalsh@users.sourceforge.net>
229
230 * website-common.xsl: Fixed URI for xsl:import
231
2322001-09-26 Norman Walsh <nwalsh@users.sourceforge.net>
233
234 * makefile-dep.xsl: Handle off-site links in the dependency list
235
236 * website-common.xsl: Attempt to support PHP PI
237
2382001-09-22 Norman Walsh <nwalsh@users.sourceforge.net>
239
240 * website-common.xsl, website.xsl: Remove public/system identifiers from xsl:output; it's impossible for a subsequent customization to remove them, so we shouldn't put them in
241
2422001-09-06 Norman Walsh <nwalsh@users.sourceforge.net>
243
244 * VERSION, autolayout.xsl, chunk-common.xsl, chunk-tabular.xsl, chunk-website-common.xsl, chunk-website.xsl, chunk.xml, chunklib.pl, chunktab.xml, head.xsl, hrefencode.pl, makefile-dep.xsl, param.xsl, tabular.xsl, toc-tabular.xsl, toc.xsl, website-common.xsl, website.xsl, xbel.xsl, xtchunk-tabular.xsl, xtchunk-website.xsl:
245 Merge V2-branch back onto the trunk; I'm abandoning V1-branch and V2-branch henceforth
246
2472001-08-07 Norman Walsh <nwalsh@users.sourceforge.net>
248
249 * autolayout.xsl, param.xsl, toc-tabular.xsl, toc.xsl, website-common.xsl, website.xsl:
250 Allow the TOC to contain links to external websites, parameterize the currentpage marker (@) in the text-only rendering
251
2522001-08-04 Norman Walsh <nwalsh@users.sourceforge.net>
253
254 * VERSION: Make VERSION a parameter so that it isn't an error that it collides with the DocBook stylesheet's VERSION
255
256 * autolayout.xsl: Turn off indentation (don't want extra spaces around copyright holders), but introduce a few linefeeds in safe places
257
258 * website-common.xsl: Why was this generating xhtml? Remove bogus @role hack for copyright holders
259
2602001-07-29 Norman Walsh <nwalsh@users.sourceforge.net>
261
262 * chunk-tabular.xsl, chunk-website.xsl, website-common.xsl:
263 Expand sf.net to sourceforge.net; too many DNS hickups for sf.net
264
265 * head.xsl: Add base element to head
266
267 * toc-tabular.xsl: Make preceding icons clickable
268
2692001-07-10 Norman Walsh <nwalsh@users.sourceforge.net>
270
271 * chunk-common.xsl: Support Xalan implementation of extension functions
272
2732001-07-09 Norman Walsh <nwalsh@users.sourceforge.net>
274
275 * website-common.xsl: Bug #435422; allow config in layout to override feedback.href
276
2772001-07-04 <uid48421@users.sourceforge.net>
278
279 * autolayout.xsl: Fix doctype-system and directory calculation
280
281 * head.xsl: Fix meta tag for http-equiv
282
283 * tabular.xsl: Whitespace changes
284
285 * website-common.xsl: Put commans between copyright holders
286
2872001-06-20 Norman Walsh <nwalsh@users.sourceforge.net>
288
289 * head.xsl: Support http-equiv on meta
290
291 * toc.xsl: Fixed bug where initial pages with more than max.toc.width entries formatted badly
292
2932001-06-17 Norman Walsh <nwalsh@users.sourceforge.net>
294
295 * autolayout.xsl, head.xsl, website-common.xsl: Add support for RDDL
296
2972001-06-14 Norman Walsh <nwalsh@users.sourceforge.net>
298
299 * chunk-tabular.xsl, chunk-website.xsl: Change import to point to web
300
301 * toc-tabular.xsl: Pass relpath to link.to.target so that relative paths are built correctly
302
303 * toc.xsl: Added max.toc.width parameter to control how large the header becomes
304
305 * website-common.xsl: Pass relpath to link.to.target so that relative paths are built correctly; resolve targetdocent with respect to the base URI of autolayout; change the import to point to the web
306
3072001-06-04 Norman Walsh <nwalsh@users.sourceforge.net>
308
309 * autolayout.xsl: Support tocksip attribute and default-filename config option
310
311 * head.xsl: Support absolute CSS stylesheet filenames
312
313 * param.xsl: Add sequential.links
314
315 * tabular.xsl, toc-tabular.xsl, website-common.xsl, website.xsl:
316 Hack and slash; make it work :-)
317
3182001-05-21 Norman Walsh <nwalsh@users.sourceforge.net>
319
320 * param.xsl: Added body.attributes attribute set
321
322 * tabular.xsl: Use body.attributes; make home.navhead.separator a template
323
3242001-04-17 Norman Walsh <nwalsh@users.sourceforge.net>
325
326 * chunk-tabular.xsl, chunk-website.xsl, website-common.xsl:
327 Fixed import paths
328
329 * head.xsl: Fixed VERSION variable reference
330
331 * tabular.xsl: Made table attributes into attribute-sets
332
3332001-04-15 Norman Walsh <nwalsh@users.sourceforge.net>
334
335 * VERSION, autolayout.xsl, chunk-common.xsl, chunk-tabular.xsl, chunk-website.xsl, head.xsl, makefile-dep.xsl, param.xsl, tabular.xsl, toc-tabular.xsl, toc.xsl, website-common.xsl, website.xsl, xbel.xsl:
336 New and very different files
337
338 * VERSION, chunk-tabular.xsl, chunk-website-common.xsl, chunk-website.xsl, chunk.xml, chunklib.pl, chunktab.xml, head.xsl, hrefencode.pl, tabular.xsl, xbel.xsl, xtchunk-tabular.xsl, xtchunk-website.xsl:
339 branches: 1.1.4;
340 Initial checkin of V1.10 sources
341
342 * autolayout.xsl: branches: 1.1.2;
343 file autolayout.xsl was initially added on branch V2-branch.
344
345 * chunk-common.xsl: branches: 1.1.2;
346 file chunk-common.xsl was initially added on branch V2-branch.
347
348 * chunk-tabular.xsl, chunk-website-common.xsl, chunk-website.xsl, chunk.xml, chunklib.pl, chunktab.xml, head.xsl, hrefencode.pl, tabular.xsl, website.xsl, xbel.xsl, xtchunk-tabular.xsl, xtchunk-website.xsl:
349 New file.
350
351 * makefile-dep.xsl: branches: 1.1.2;
352 file makefile-dep.xsl was initially added on branch V2-branch.
353
354 * param.xsl: branches: 1.1.2;
355 file param.xsl was initially added on branch V2-branch.
356
357 * toc-tabular.xsl: branches: 1.1.2;
358 file toc-tabular.xsl was initially added on branch V2-branch.
359
360 * toc.xsl: branches: 1.1.2;
361 file toc.xsl was initially added on branch V2-branch.
362
363 * website-common.xsl: branches: 1.1.2;
364 file website-common.xsl was initially added on branch V2-branch.
365
366 * website.xsl: branches: 1.2.4;
367 Support admon.graphics.extension
368
369 * website.xsl: Initial checkin of V1.10 sources
370
Note: See TracBrowser for help on using the repository browser.