To upgrade your tool, just unzip the new archive in the same
directory, it will overwrite the relevant files. Please send
comments, requests to change the standard style sheets file to
w3t-dev@w3.org
9612: version 1.0
9704: version 1.1
- fixed a bug in <h1>foo</h1> detection
- added variable LOGO in the makefile. Use this to change
the logo in your slides, for instance for WWW6 use ../Icons/www6.gif.
By default it is the regular
W3C logo,
../Icons/w3c_home.gif
- added variable STYLE_SHEET in the makefile. Use this
if you need a customized style sheet. Copy the default
../Tools/w3ctalk.css in your new talk directory and customize
that one only. Then link it to your talk using that variable.
- wrote a test document test.htm
9706: version 2.0
- The script has been rewritten in PERL, there are no more bugs
in the
<h1>*</h1>
detection
- Added checking for
ALT
in <IMG>
tags
- Added 3 CSS files
for 640, 800, 1024 pixels width displays
- moved parameters from make.bat and Makefile to
the common file infos.txt
9711: version 2.1
- Added the "Change size" button
- Added the cssUserFiles parameter
- Added the
<div class="comment">blabla</div>
functionality
- Rewrote the documentation
9804: version 2.2
- Anchors removed from slide links
9805: version 3.0
- Add support for navigation icons being in a single directory
C:/Talks/Icons/ whereas talks are in directories such as
C:/Talks/1998/MyTalk/ (uses relative links starting by
/Talks/Icons/ instead of ../Icons/ when applicable)
- Same fix for C:/Talks/Tools/
- 2 fixes above are especially useful for W3C AFS space
- added Slideme information for easy
slides creation
1998 June 1: version 3.1
- doctype HTML 4.0
transitional added on the slides (validation needed)
- previous and next slide buttons bear a title
- slides are numbered
1998 June 12: version 4.0 by Pierre Fillault
- main program w3cburst.pl is commented
- generate multiple table of contents
(TOC) corresponding to
the different style sheets
- keep the main TOC
without number so the server can pick it up with a request to
http://www.w3.org/Talks/1998/MyTalk/
- all the links contain extension (.html or .gif) so the
presentation can be given from anywhere (web server is not needed -
but this defeats content negotiation)
- white background style sheets have been added and fixed (better
for projection)
1999 June 4: version 4.01 by Masayasu Ishikawa
- fixed w3cburst.pl to generate valid
HTML 4.0
Transitional slides
1999 June 22: version 4.02 by Masayasu Ishikawa
- refined w3cburst.pl to generate cleaner code (e.g. quoted
all attribute values)
- updated documentation
1999 June 23: version 4.1 by Masayasu Ishikawa
- added support for
accesskey
; navigation icons can be
directly accessed via P (Previous), N (Next),
C (Contents) and S (change Style) keys
- changed order for link relationship for easier navigation
- added
title
for icons in addition to alt
1999 June 29: version 4.11 by Masayasu Ishikawa
- added new variables prevKey, nextKey,
tocKey and styleKey so that access keys can be
changed when those shortcuts conflict with other shortcuts
- added
accesskey
for first 9 slides (1-9) and
tabindex
for all slides from table of contents.
- updated documentation; added description for all parameters in
infos.txt
- refined Makefile and make.bat
- comments should be sent to w3t-dev@w3.org instead of webreq@w3.org
1999 July 16: version 4.12 by Masayasu Ishikawa
- fixed bug on $logoAlt
- preserved link(s) in the slide title
1999 July 17: version 4.13 by Masayasu Ishikawa
- fixed bug on generating TOCs
- fixed bug on $toclink
- added new style sheets slide-{640,800,1024}.css created by Chris
1999 July 19: version 4.14 by Masayasu Ishikawa
h1.slide
is now outside of table
- added samples for all style sheets in documentation