jefft 2004/02/04 21:45:55
Modified: targets/fop changes.html changes.pdf changes.rss news.html
news.pdf team.html team.pdf
targets/fop/design/alt.design FOPropertySets.html
FoXMLEvent.html SyncedFoXmlEventsBuffer.html
XMLNamespaces.html codedisplay.js
targets/fop/design/alt.design/properties
AbstractPropertyValue.html FOAttributes.html
PropNames.html Property.html PropertyConsts.html
PropertyParser.html PropertySets.html
PropertyTokenizer.html PropertyValue.html
PropertyValueList.html ShorthandPropSets.html
codedisplay.js
Log:
Automatic publish at Thu Feb 5 07:03:29 CET 2004 from
http://forrestbot.cocoondev.org.
Revision Changes Path
1.25 +18 -2 xml-site/targets/fop/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/xml-site/targets/fop/changes.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- changes.html 21 Dec 2003 22:44:12 -0000 1.24
+++ changes.html 5 Feb 2004 05:45:54 -0000 1.25
@@ -321,6 +321,9 @@
</table>
<ul class="minitoc">
<li>
+<a href="#2004">Version 2004 (2004)</a>
+</li>
+<li>
<a href="#2003">Version 2003 (2003)</a>
</li>
<li>
@@ -331,7 +334,20 @@
<a href="changes.rss"><img alt="RSS" src="images/rss.png"></a>
</p>
-<a name="N1000E"></a><a name="2003"></a>
+<a name="N1000E"></a><a name="2004"></a>
+<h3>Version 2004 (2004)</h3>
+<div style="margin-left: 0 ; border: 2px">
+<ul>
+
+<li>
+<img class="icon" alt="update" src="images/update.jpg">
+ Abandoned code-generated property maker classes.
+ (FB)</li>
+
+</ul>
+</div>
+
+<a name="N1001B"></a><a name="2003"></a>
<h3>Version 2003 (2003)</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -461,7 +477,7 @@
</ul>
</div>
-<a name="N10099"></a><a name="2002"></a>
+<a name="N100A6"></a><a name="2002"></a>
<h3>Version 2002 (2002)</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
1.15 +151 -135 xml-site/targets/fop/changes.pdf
<<Binary file>>
1.2 +3 -139 xml-site/targets/fop/changes.rss
Index: changes.rss
===================================================================
RCS file: /home/cvs/xml-site/targets/fop/changes.rss,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.rss 27 Sep 2003 17:10:33 -0000 1.1
+++ changes.rss 5 Feb 2004 05:45:54 -0000 1.2
@@ -1,145 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title>FOP
Changes</title><link>http://xml.apache.org/fop//changes.html</link><description>FOP
Changes</description><language>en-us</language><item><title>code
fix</title><link>http://xml.apache.org/fop//changes.html</link><description>code
fix
+<rss version="0.91"><channel><title>FOP
Changes</title><link>http://xml.apache.org/fop//changes.html</link><description>FOP
Changes</description><language>en-us</language><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
by
- JM
+ FB
:
- Fix for bad font encodings in the PS renderer (Fonts get reencoded as
- WinAnsiEncoding, Symbol and ZapfDingbats show correctly now)
- Thanks to CTB/McGraw-Hill.</description></item><item><title>code
fix</title><link>http://xml.apache.org/fop//changes.html</link><description>code
fix
- by
- JM
- :
-
- Fix for bug #20239: Failure while generating XML metrics files from TT
- collections when names are in Unicode (JM)
- </description></item><item><title>code
fix</title><link>http://xml.apache.org/fop//changes.html</link><description>code
fix
- by
- JM
- :
-
- Fixed bug: PFBParser reports "Could not load the whole segment"
(#19764).
- Thanks to Matthias Germann.</description></item><item><title>code
add</title><link>http://xml.apache.org/fop//changes.html</link><description>code
add
- by
- JM
- :
-
- PS renderer got a configurable setting to do auto-landscape rotation.
- </description></item><item><title>code
fix</title><link>http://xml.apache.org/fop//changes.html</link><description>code
fix
- by
- JM
- :
-
- Fixed TrueType embedding. Width array now reflects the subset again.
- </description></item><item><title>code
fix</title><link>http://xml.apache.org/fop//changes.html</link><description>code
fix
- by
- JM
- :
-
- Fixed font registration for PDF renderer. "normal" and "bold" get
- accepted as font-weight again. Fixed font-weight normalization.
- </description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- KLL
- :
-
- Added markers to page when areas added.
- When an area is added that is created by an FO that contains markers
- then the markers can also be added. There are four types of positions
- for markers.
- </description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- KLL
- :
-
- Retrieved markers from page.
- When doing the static areas the markers will need to be available for
- retrieving. Layout currently has some issues.
- </description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- JM
- :
-
- PDF and PS transcoders now have a common base class. It also
- optionally supports Avalon Logging and Configuration. Support
for
- plugging in an EntityResolver into Batik is now included.
- </description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- JM
- :
-
- Implemented on-the-fly stream output (less buffering leads to
- decreased memory usage and increased speed).
- </description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- JM
- :
-
- General refactoring of the PDF library to centralize certain
- behaviour and reduce redundancy. Some memory allocation
- optimizations.
- </description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- JM
- :
-
- Enhanced PDF encryption support so it is optional depending on the
- availability of JCE and/or cryptographic algorithms.
- </description></item><item><title>code
add</title><link>http://xml.apache.org/fop//changes.html</link><description>code
add
- by
- JM
- :
-
- Added PDF encryption support (40bit RC4, PDF 1.3 level).
- Thanks to Patrick C. Lankswert.</description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- JM
- :
-
- Moved all sources from src/org/** to src/java/org/**.
- </description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- JM
- :
-
- Port of the PDF TextPainter to PostScript. Support for SEG_QUADTO
(curves).
- Some support for viewport traits (background and borders).
- Thanks to Zhong Yi.</description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- JM
- :
-
- Brought back the PostScript renderer. Compared to the branch it
- has a cleaner separation of PostScript generation code from
- renderer-specific code.
- </description></item><item><title>code
fix</title><link>http://xml.apache.org/fop//changes.html</link><description>code
fix
- by
- JM
- :
-
- Fixed bug #16257: Get ascender/descender from OS/2 table if the ones in
- hhea are zero (TrueType fonts).
- </description></item><item><title>code
fix</title><link>http://xml.apache.org/fop//changes.html</link><description>code
fix
- by
- JM
- :
-
- Fixed bug #15877: ArrayIndexOutOfBoundException with certain TrueType
- fonts. Reserved name indexes were not ignored.
- </description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- JM
- :
-
- Moved general font classes away from the PDF-dependent places to
- org.apache.fop.fonts. Various detail improvements to make the code
- easier to understand. No semantical changes.
- </description></item><item><title>code
update</title><link>http://xml.apache.org/fop//changes.html</link><description>code
update
- by
- JM
- :
-
- Moved all TrueType font related classes to
- org.apache.fop.fonts.truetype.
+ Abandoned code-generated property maker classes.
</description></item></channel></rss>
1.28 +43 -16 xml-site/targets/fop/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/xml-site/targets/fop/news.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- news.html 21 Dec 2003 22:44:12 -0000 1.27
+++ news.html 5 Feb 2004 05:45:54 -0000 1.28
@@ -321,6 +321,15 @@
</table>
<ul class="minitoc">
<li>
+<a href="#10+January+2004+-+New+Committers">10 January 2004 - New
Committers</a>
+</li>
+<li>
+<a href="#4+January+2004+-+New+Committer">4 January 2004 - New Committer</a>
+</li>
+<li>
+<a href="#29+November+2003+-+New+Committer">29 November 2003 - New
Committer</a>
+</li>
+<li>
<a href="#18+July+2003+FOP+0.20.5+released">18 July 2003 FOP 0.20.5
released</a>
</li>
<li>
@@ -367,7 +376,25 @@
</li>
</ul>
-<a name="N1000F"></a><a name="18+July+2003+FOP+0.20.5+released"></a>
+<a name="N1000F"></a><a name="10+January+2004+-+New+Committers"></a>
+<h3>10 January 2004 - New Committers</h3>
+<div style="margin-left: 0 ; border: 2px">
+<p>Welcome Chris Bowditch and Andreas Delmelle!</p>
+</div>
+
+<a name="N10019"></a><a name="4+January+2004+-+New+Committer"></a>
+<h3>4 January 2004 - New Committer</h3>
+<div style="margin-left: 0 ; border: 2px">
+<p>Welcome Finn Bock!</p>
+</div>
+
+<a name="N10023"></a><a name="29+November+2003+-+New+Committer"></a>
+<h3>29 November 2003 - New Committer</h3>
+<div style="margin-left: 0 ; border: 2px">
+<p>Welcome Peter Herweg!</p>
+</div>
+
+<a name="N1002D"></a><a name="18+July+2003+FOP+0.20.5+released"></a>
<h3>18 July 2003 FOP 0.20.5 released</h3>
<div style="margin-left: 0 ; border: 2px">
<p>Changes since 0.20.4 include:</p>
@@ -411,13 +438,13 @@
</p>
</div>
-<a name="N10054"></a><a name="29+June+2003+-+New+Committer"></a>
+<a name="N10072"></a><a name="29+June+2003+-+New+Committer"></a>
<h3>29 June 2003 - New Committer</h3>
<div style="margin-left: 0 ; border: 2px">
<p>Welcome Glen Mazza!</p>
</div>
-<a name="N1005E"></a><a
name="23+May+2003+-+FOP+0.20.5+Release+Candidate+3+available"></a>
+<a name="N1007C"></a><a
name="23+May+2003+-+FOP+0.20.5+Release+Candidate+3+available"></a>
<h3>23 May 2003 - FOP 0.20.5 Release Candidate 3 available</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -425,7 +452,7 @@
</p>
</div>
-<a name="N1006C"></a><a
name="18+February+2003+-+FOP+0.20.5+Release+Candidate+2+available"></a>
+<a name="N1008A"></a><a
name="18+February+2003+-+FOP+0.20.5+Release+Candidate+2+available"></a>
<h3>18 February 2003 - FOP 0.20.5 Release Candidate 2 available</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -433,7 +460,7 @@
</p>
</div>
-<a name="N1007A"></a><a name="2+February+2003+-+New+XML+PMC"></a>
+<a name="N10098"></a><a name="2+February+2003+-+New+XML+PMC"></a>
<h3>2 February 2003 - New XML PMC</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -441,14 +468,14 @@
</p>
</div>
-<a name="N10084"></a><a name="28+January+2003+-+FOP+logo+contest"></a>
+<a name="N100A2"></a><a name="28+January+2003+-+FOP+logo+contest"></a>
<h3>28 January 2003 - FOP logo contest</h3>
<div style="margin-left: 0 ; border: 2px">
<p>We are looking for a new logo. FOP <a href="logocontest.html">logo
contest</a> is started!</p>
</div>
-<a name="N10092"></a><a name="23+December+2002+-+Official+FOP+Wiki"></a>
+<a name="N100B0"></a><a name="23+December+2002+-+Official+FOP+Wiki"></a>
<h3>23 December 2002 - Official FOP Wiki</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -456,7 +483,7 @@
</p>
</div>
-<a name="N100A0"></a><a
name="10+December+2002+-+FOP+0.20.5+Release+Candidate+available"></a>
+<a name="N100BE"></a><a
name="10+December+2002+-+FOP+0.20.5+Release+Candidate+available"></a>
<h3>10 December 2002 - FOP 0.20.5 Release Candidate available</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -464,7 +491,7 @@
</p>
</div>
-<a name="N100AE"></a><a
name="23+November+2002+-+EXLSFO+project+has+been+created"></a>
+<a name="N100CC"></a><a
name="23+November+2002+-+EXLSFO+project+has+been+created"></a>
<h3>23 November 2002 - EXLSFO project has been created</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -474,19 +501,19 @@
</p>
</div>
-<a name="N100BC"></a><a name="22+November+2002+-+New+Committer"></a>
+<a name="N100DA"></a><a name="22+November+2002+-+New+Committer"></a>
<h3>22 November 2002 - New Committer</h3>
<div style="margin-left: 0 ; border: 2px">
<p>Welcome Victor Mote!</p>
</div>
-<a name="N100C6"></a><a name="9+November+2002+-+New+Committer"></a>
+<a name="N100E4"></a><a name="9+November+2002+-+New+Committer"></a>
<h3>9 November 2002 - New Committer</h3>
<div style="margin-left: 0 ; border: 2px">
<p>Welcome Oleg Tkachenko!</p>
</div>
-<a name="N100D0"></a><a name="7+July+2002+FOP+0.20.4+released"></a>
+<a name="N100EE"></a><a name="7+July+2002+FOP+0.20.4+released"></a>
<h3>7 July 2002 FOP 0.20.4 released</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -534,7 +561,7 @@
</p>
</div>
-<a name="N10107"></a><a
name="13+June+2002+FOP+0.20.4+Release+Candidate+available"></a>
+<a name="N10125"></a><a
name="13+June+2002+FOP+0.20.4+Release+Candidate+available"></a>
<h3>13 June 2002 FOP 0.20.4 Release Candidate available</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -542,13 +569,13 @@
</p>
</div>
-<a name="N10115"></a><a name="19+April+2002+-+New+Committers"></a>
+<a name="N10133"></a><a name="19+April+2002+-+New+Committers"></a>
<h3>19 April 2002 - New Committers</h3>
<div style="margin-left: 0 ; border: 2px">
<p>Welcome Jeremias Maerki, Joerg Pietschmann and Peter B. West!</p>
</div>
-<a name="N1011F"></a><a name="11+March+2002+-+FOP+0.20.3+released"></a>
+<a name="N1013D"></a><a name="11+March+2002+-+FOP+0.20.3+released"></a>
<h3>11 March 2002 - FOP 0.20.3 released</h3>
<div style="margin-left: 0 ; border: 2px">
<p>This is a maintenance release, the first version which supports the XSL-FO
@@ -560,7 +587,7 @@
<div class="attribution">
<span class="version">
- version 1.16</span>
+ version 1.17</span>
</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
1.18 +197 -149 xml-site/targets/fop/news.pdf
<<Binary file>>
1.12 +38 -57 xml-site/targets/fop/team.html
Index: team.html
===================================================================
RCS file: /home/cvs/xml-site/targets/fop/team.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- team.html 2 Jan 2004 21:08:02 -0000 1.11
+++ team.html 5 Feb 2004 05:45:55 -0000 1.12
@@ -333,9 +333,6 @@
<a href="#commit-inactive">Inactive Committers</a>
</li>
<li>
-<a href="#contribute-former">Former Contributors</a>
-</li>
-<li>
<a href="#expertise">Areas of Expertise</a>
</li>
</ul>
@@ -348,10 +345,22 @@
<ul>
<li>
+<a href="mailto:[EMAIL PROTECTED]">Finn Bock</a> (FB)</li>
+
+<li>
+<a href="mailto:[EMAIL PROTECTED]">Chris Bowditch</a> (CB)</li>
+
+<li>
+<a href="mailto:[EMAIL PROTECTED]">Andreas Delmelle</a> (AD)</li>
+
+<li>
<a name="cg"></a><a href="mailto:[EMAIL PROTECTED]">Christian Geisert</a>
(CG)</li>
<li>
-<a name="kll"></a><a href="mailto:[EMAIL PROTECTED]">Keiron Liddle</a>
(KLL)</li>
+<a href="mailto:[EMAIL PROTECTED]">Peter Herweg</a> (PH) is helping to
+ integrate the jfor project's RTF support into the upcoming FOP
1.0 version.
+ Born in 1978, he has been serving as an application developer
for a small
+ industrial company in Germany since 1999.</li>
<li>
<a name="jm"></a><a href="mailto:[EMAIL PROTECTED]">Jeremias Märki</a>
(JM)
@@ -365,12 +374,6 @@
systems analyst with EDS in Arlington, Virginia, USA.</li>
<li>
-<a name="wvm"></a><a href="mailto:[EMAIL PROTECTED]">Victor Mote</a> (WVM)
is the founder and
- manager of <a target="_blank"
href="http://www.outfitr.com">Enterprise Outfitters</a>, a business
- software company, and of <a target="_blank"
href="http://www.portagepub.com">Portage Publications</a>,
- a republisher of old documents. Both are located in Colorado
Springs, Colorado, USA.</li>
-
-<li>
<a name="jp"></a><a href="mailto:[EMAIL PROTECTED]">Jörg
Pietschmann</a> (JP)</li>
<li>
@@ -382,7 +385,7 @@
</ul>
</div>
-<a name="N10064"></a><a name="contribute-active"></a>
+<a name="N10066"></a><a name="contribute-active"></a>
<h3>Active Contributors</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -395,24 +398,6 @@
project on memory and performance issues.</li>
<li>
-<a href="mailto:[EMAIL PROTECTED]">Finn Bock</a>
-</li>
-
-<li>
-<a href="mailto:[EMAIL PROTECTED]">Chris Bowditch</a>
-</li>
-
-<li>
-<a href="mailto:[EMAIL PROTECTED]">Andreas Delmelle</a>
-</li>
-
-<li>
-<a href="mailto:[EMAIL PROTECTED]">Peter Herweg</a> is helping to
- integrate the jfor project's RTF support into the upcoming FOP
1.0 version.
- Born in 1978, he has been serving as an application developer
for a small
- industrial company in Germany since 1999.</li>
-
-<li>
<a href="mailto:[EMAIL PROTECTED]">Clay Leeds</a>
is a web/WAP/Palm developer from Laguna Beach, California, USA. A
recent XML/XSL-FO convert, he has been nit-picking FAQs &
assorted web
@@ -429,14 +414,14 @@
</ul>
</div>
-<a name="N1009B"></a><a name="founder"></a>
+<a name="N10088"></a><a name="founder"></a>
<h3>Founder</h3>
<div style="margin-left: 0 ; border: 2px">
<p>FOP was originally created and donated to the Apache Software Foundation
by <a href="mailto:[EMAIL PROTECTED]">James Tauber</a>.
Information about him can be found at <a target="_blank"
href="http://www.jtauber.com">his website</a>.</p>
</div>
-<a name="N100AD"></a><a name="commit-inactive"></a>
+<a name="N1009A"></a><a name="commit-inactive"></a>
<h3>Inactive Committers</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -470,6 +455,14 @@
</li>
<li>
+<a name="kll"></a><a href="mailto:[EMAIL PROTECTED]">Keiron Liddle</a>
+</li>
+
+<li>
+<a name="wvm"></a><a href="mailto:[EMAIL PROTECTED]">Victor Mote</a>
+</li>
+
+<li>
<a name="jn"></a><a href="mailto:[EMAIL PROTECTED]">Jordan Naftolin</a>
</li>
@@ -488,19 +481,7 @@
</ul>
</div>
-<a name="N100F9"></a><a name="contribute-former"></a>
-<h3>Former Contributors</h3>
-<div style="margin-left: 0 ; border: 2px">
-<ul>
-
-<li>
-<a name="ml"></a><a href="mailto:[EMAIL PROTECTED]">Mark Lillywhite</a>
-</li>
-
-</ul>
-</div>
-
-<a name="N10109"></a><a name="expertise"></a>
+<a name="N100F2"></a><a name="expertise"></a>
<h3>Areas of Expertise</h3>
<div style="margin-left: 0 ; border: 2px">
<table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -509,12 +490,12 @@
<th colspan="1" rowspan="1"></th>
<th colspan="1" rowspan="1">CG </th>
- <th colspan="1" rowspan="1">KLL</th>
- <th colspan="1" rowspan="1">JM </th>
- <th colspan="1" rowspan="1">GM </th>
- <th colspan="1" rowspan="1">WVM</th>
- <th colspan="1" rowspan="1">JP </th>
- <th colspan="1" rowspan="1">OT </th>
+ <th colspan="1" rowspan="1">FB</th>
+ <th colspan="1" rowspan="1">JM</th>
+ <th colspan="1" rowspan="1">GM</th>
+ <th colspan="1" rowspan="1">PH</th>
+ <th colspan="1" rowspan="1">JP</th>
+ <th colspan="1" rowspan="1">OT</th>
<th colspan="1" rowspan="1">PBW</th>
</tr>
@@ -527,9 +508,9 @@
<td colspan="1" rowspan="1">X</td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
+ <td colspan="1" rowspan="1">X</td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
- <td colspan="1" rowspan="1">X</td>
</tr>
@@ -565,7 +546,7 @@
<td colspan="1" rowspan="1">Layout</td>
<td colspan="1" rowspan="1"></td>
- <td colspan="1" rowspan="1">X</td>
+ <td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
@@ -593,7 +574,7 @@
<td colspan="1" rowspan="1">SVG</td>
<td colspan="1" rowspan="1"></td>
- <td colspan="1" rowspan="1">X</td>
+ <td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1">X</td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
@@ -607,7 +588,7 @@
<td colspan="1" rowspan="1">Java2D (AWT)</td>
<td colspan="1" rowspan="1"></td>
- <td colspan="1" rowspan="1">X</td>
+ <td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1">X</td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
@@ -621,7 +602,7 @@
<td colspan="1" rowspan="1">PDF</td>
<td colspan="1" rowspan="1"></td>
- <td colspan="1" rowspan="1">X</td>
+ <td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1">X</td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
@@ -666,7 +647,7 @@
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
- <td colspan="1" rowspan="1"></td>
+ <td colspan="1" rowspan="1">X</td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
<td colspan="1" rowspan="1"></td>
@@ -692,7 +673,7 @@
<div class="attribution">
<span class="version">
- version 1.24</span>
+ version 1.25</span>
</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
1.11 +192 -221 xml-site/targets/fop/team.pdf
<<Binary file>>
1.46 +0 -0
xml-site/targets/fop/design/alt.design/FOPropertySets.html
Index: FOPropertySets.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/FOPropertySets.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.37 +0 -0 xml-site/targets/fop/design/alt.design/FoXMLEvent.html
Index: FoXMLEvent.html
===================================================================
RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/FoXMLEvent.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
1.37 +0 -0
xml-site/targets/fop/design/alt.design/SyncedFoXmlEventsBuffer.html
Index: SyncedFoXmlEventsBuffer.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/SyncedFoXmlEventsBuffer.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
1.37 +0 -0 xml-site/targets/fop/design/alt.design/XMLNamespaces.html
Index: XMLNamespaces.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/XMLNamespaces.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
1.36 +0 -0 xml-site/targets/fop/design/alt.design/codedisplay.js
Index: codedisplay.js
===================================================================
RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/codedisplay.js,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/AbstractPropertyValue.html
Index: AbstractPropertyValue.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/AbstractPropertyValue.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/FOAttributes.html
Index: FOAttributes.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/FOAttributes.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/PropNames.html
Index: PropNames.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/PropNames.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/Property.html
Index: Property.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/Property.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/PropertyConsts.html
Index: PropertyConsts.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyConsts.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/PropertyParser.html
Index: PropertyParser.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyParser.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/PropertySets.html
Index: PropertySets.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertySets.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/PropertyTokenizer.html
Index: PropertyTokenizer.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyTokenizer.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/PropertyValue.html
Index: PropertyValue.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyValue.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/PropertyValueList.html
Index: PropertyValueList.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyValueList.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.46 +0 -0
xml-site/targets/fop/design/alt.design/properties/ShorthandPropSets.html
Index: ShorthandPropSets.html
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/ShorthandPropSets.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
1.36 +0 -0
xml-site/targets/fop/design/alt.design/properties/codedisplay.js
Index: codedisplay.js
===================================================================
RCS file:
/home/cvs/xml-site/targets/fop/design/alt.design/properties/codedisplay.js,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]