cziegeler 2003/10/12 10:00:55
Modified: site/2.1 who.html changes.html changes.rss who.pdf
overview.html performancetips.pdf changes.pdf
introduction.html performancetips.html todo.html
todo.pdf catalog-test.html index.html index.pdf
license.pdf license.html bylaws-addendum.pdf
bylaws-addendum.html introduction.pdf
catalog-test.pdf overview.pdf
Log:
Updating 2.1 site
Revision Changes Path
1.8 +45 -28 cocoon-site/site/2.1/who.html
Index: who.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/who.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- who.html 14 Aug 2003 12:15:20 -0000 1.7
+++ who.html 12 Oct 2003 17:00:54 -0000 1.8
@@ -56,7 +56,7 @@
<td width="6"><img alt="" height="8" width="6"
src="skin/images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.8em" border="0"
cellpadding="0" cellspacing="0">
<tr>
-<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a href="index.html"><font
color="#000000">Home</font></a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
+<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a class="base-selected"
href="index.html">Home</a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
</tr>
</table>
</td>
@@ -104,7 +104,7 @@
</li>
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
<li>
@@ -126,6 +126,10 @@
</li>
<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+
+<li>
<a href="installing/index.html">Installing</a>
</li>
@@ -160,6 +164,10 @@
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
</ul>
</li>
@@ -198,16 +206,16 @@
</li>
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
-</li>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+</li>
</ul>
</li>
@@ -234,15 +242,15 @@
<ul>
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
-</li>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
+</li>
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
</ul>
@@ -253,11 +261,11 @@
<li>
<a target="_blank" href="http://cocoon.apache.org/1.x/">Cocoon 1.x</a>
-</li>
+</li>
<li>
<a target="_blank" href="http://cocoon.apache.org/2.0/">Cocoon 2.0</a>
-</li>
+</li>
</ul>
</li>
@@ -294,40 +302,36 @@
<!--================= end middle NavBar ==================-->
<!--================= start Content==================-->
<tr>
-<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
+<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" align="left"
width="100%">
<div class="content">
<table class="title" summary="">
<tr>
<td valign="middle">
<h1>Who we are</h1>
-</td><script Language="Javascript">
-
-function printit(){
+</td><script language="Javascript" type="text/javascript">
+function printit() {
if (window.print) {
window.print() ;
} else {
- var WebBrowser = '<OBJECT
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" HEIGHT="0" WIDTH="0"
ID="WebBrowser1"></OBJECT>';
+ var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0"
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
-</script><script Language="Javascript">
+</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
- document.write('<td nowrap="nowrap" width="40" align="center">');
- document.write(' <a class="dida" href="javascript:printit()">');
- document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
- document.write(' print</a>');
- document.write('</td>');
+ document.write('<td nowrap="nowrap" width="40" align="center">');
+ document.write(' <a class="dida" href="javascript:printit()">');
+ document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
+ document.write(' print</a>');
+ document.write('</td>');
}
</script><td nowrap="nowrap" width="40" align="center"><a class="dida"
href="who.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a></td>
</tr>
</table>
-<p>
-<font size="-2">by Davanum Srinivas</font>
-</p>
<ul class="minitoc">
<li>
<a href="#Who+we+are">Who we are</a>
@@ -378,6 +382,12 @@
<li>Mark Butler (butlermh.at.apache.org)</li>
+<li>Guido Casper (gcasper.at.apache.org)</li>
+
+<li>Ugo Cei (ugo.at.apache.org)</li>
+
+<li>Tony Collen (tony.at.apache.org)</li>
+
<li>Marcus Crafter (crafterm.at.apache.org)</li>
<li>David Crossley (crossley.at.apache.org)</li>
@@ -390,6 +400,8 @@
<li>Pier Fumagalli (pier.at.apache.org)</li>
+<li>Antonio Gallardo (antonio.at.apache.org)</li>
+
<li>Vadim Gritsenko (vgritsenko.at.apache.org)</li>
<li>Christian Haul (haul.at.apache.org)</li>
@@ -422,6 +434,8 @@
<li>Reinhard Pötz(reinhard.at.apache.org)</li>
+<li>Marc Portier (mpo.at.apache.org)</li>
+
<li>Ovidiu Predescu (ovidiu.at.apache.org)</li>
<li>Jeremy Quinn (jeremy.at.apache.org)</li>
@@ -436,13 +450,15 @@
<li>Jeff Turner (jefft.at.apache.org)</li>
+<li>Upayavira (upayavira.at.apache.org)</li>
+
<li>Sylvain Wallez (sylvain.at.apache.org)</li>
<li>Carsten Ziegeler (cziegeler.at.apache.org)</li>
</ul>
</div>
-<a name="N1008D"></a><a name="Inactive+Committers"></a>
+<a name="N1009F"></a><a name="Inactive+Committers"></a>
<h4>Inactive Committers</h4>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -461,7 +477,7 @@
</ul>
</div>
-<a name="N100A5"></a><a name="Emeritus+Committers"></a>
+<a name="N100B7"></a><a name="Emeritus+Committers"></a>
<h4>Emeritus Committers</h4>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -503,6 +519,7 @@
</div>
+<div class="attribution">by Davanum Srinivas</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
</tr>
1.9 +89 -19 cocoon-site/site/2.1/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/changes.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changes.html 2 Oct 2003 12:49:15 -0000 1.8
+++ changes.html 12 Oct 2003 17:00:54 -0000 1.9
@@ -102,7 +102,7 @@
<a href="index.html">Index</a>
</li>
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
<li>
<a href="license.html">License</a>
@@ -119,6 +119,9 @@
<a href="introduction.html">Introduction</a>
</li>
<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+<li>
<a href="installing/index.html">Installing</a>
</li>
<li>
@@ -145,6 +148,9 @@
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
</ul>
</li>
<li>
@@ -174,13 +180,13 @@
<a href="who.html">Hall of Fame</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
</li>
</ul>
</li>
@@ -202,13 +208,13 @@
<font color="#CFDCED">Links</font>
<ul>
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
</ul>
</li>
@@ -288,7 +294,10 @@
</table>
<ul class="minitoc">
<li>
-<a href="#version_2.1.2">Version 2.1.2 (October 1 2003)</a>
+<a href="[EMAIL PROTECTED]@">Version @version@ (@date@)</a>
+</li>
+<li>
+<a href="#version_2.1.2">Version 2.1.2 (September 30 2003)</a>
</li>
<li>
<a href="#version_2.1.1">Version 2.1.1 (September 05 2003)</a>
@@ -314,8 +323,69 @@
</p>
-<a name="N1000E"></a><a name="version_2.1.2"></a>
-<h3>Version 2.1.2 (October 1 2003)</h3>
+<a name="N1000E"></a><a name="[EMAIL PROTECTED]@"></a>
+<h3>Version @version@ (@date@)</h3>
+<div style="margin-left: 0 ; border: 2px">
+<ul>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+ Patch to XMLDBTransformer to generate a key on create if it is not
provided
+ (GR) Thanks to <a href="mailto:[EMAIL PROTECTED]">Micheal Homeijer</a>.
Fixes <a
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14845">14845</a>.</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+ New JavaScriptBinding for Woody, which allows writing specific binding
strategies
+ with two JavaScript snippets (one for load, one for save).
+ (SW)</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+ Add initial support for IE in linotype.
+ (GH) Thanks to <a href="mailto:[EMAIL PROTECTED]">Klaus Bertram</a>.
Fixes <a
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22813">22813</a>.</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+ Woody block: New integer Datatype.
+ (AG)</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+ SimpleFormTransformer: multiple values not repeatedly inserted anymore,
+ value is consumed instead. Add repeater tag. Make transformer inherit
from
+ AbstractSAXTransformer. Update examples to show basic repeat tag usage.
+ (CH)</li>
+<li>
+<img class="icon" alt="update" src="images/update.jpg">
+ TraversableGenerators can now be used with plain resources too (not only
+ collections). XPathTraversableGenerator has been revamped
+ in the XML recognition pattern (using mime type mapping too).
+ While at it, a bug regarding non-existent sources has been
+ fixed.
+ (GR) Thanks to <a href="mailto:[EMAIL PROTECTED]">Unico Hommes</a>. Fixes
<a
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23575">23575</a>.</li>
+<li>
+<img class="icon" alt="update" src="images/update.jpg">
+ Update lib excalibur-i18n to 1.1, update iText to 1.01
+ (AG)</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+ HTMLGenerator: fixed NullPointerException in case the "HTML" file
contained an XML declaration.
+ (BRD) Thanks to <a href="mailto:[EMAIL PROTECTED]">Alfred Fuchs</a>.
Fixes <a
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23648">23648</a>.</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+ Fixed ResolverImplTestCase so that the "test" build target does not fail
(it still depends on the
+ deprecated block, though).
+ (UC)</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+ Woody: fixed a bug causing an endless loop during validation of a field
if
+ during the validation of the field the value of the field itself was
again
+ requested.
+ (BRD)</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+ Patched SQLTransformer to use only one connection.
+ (BRD) Thanks to <a href="mailto:[EMAIL PROTECTED]">Daniel Fagerstrom</a>.
Fixes <a
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16718">16718</a>.</li>
+</ul>
+</div>
+
+<a name="N10073"></a><a name="version_2.1.2"></a>
+<h3>Version 2.1.2 (September 30 2003)</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
<li>
@@ -383,7 +453,7 @@
(JH) Thanks to <a href="mailto:[EMAIL PROTECTED]">Yury Mikhienko</a>.
Fixes <a
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23208">23208</a>.</li>
<li>
<img class="icon" alt="fix" src="images/fix.jpg">
- Fixed issues the cron block had when cocoon (or the servlet contaier ?)
+ Fixed issues the cron block had when cocoon (or the servlet container ?)
allows reloads.
(GP)</li>
<li>
@@ -395,7 +465,7 @@
</ul>
</div>
-<a name="N10075"></a><a name="version_2.1.1"></a>
+<a name="N100DA"></a><a name="version_2.1.1"></a>
<h3>Version 2.1.1 (September 05 2003)</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -523,7 +593,7 @@
</ul>
</div>
-<a name="N10133"></a><a name="version_2.1"></a>
+<a name="N10198"></a><a name="version_2.1"></a>
<h3>Version 2.1 (August 12 2003)</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -593,7 +663,7 @@
</ul>
</div>
-<a name="N101CB"></a><a name="version_2.1rc1"></a>
+<a name="N10230"></a><a name="version_2.1rc1"></a>
<h3>Version 2.1rc1 (July 29 2003)</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -733,7 +803,7 @@
</ul>
</div>
-<a name="N10295"></a><a name="version_2.1m3"></a>
+<a name="N102FA"></a><a name="version_2.1m3"></a>
<h3>Version 2.1m3 (July 5 2003)</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -846,7 +916,7 @@
<li>
<img class="icon" alt="fix" src="images/fix.jpg">
Added/fixed internationalization support for HSSFSerializer by setting
the output encoding
- hardcoded to UTF-16. It's obviously only a hack, but so it is at least
usable for more people.
+ hardcoded to UTF-16. It is obviously only a hack, but so it is at least
usable for more people.
(JH) Thanks to <a href="mailto:[EMAIL PROTECTED]">Maciek Kaminski</a>.
Fixes <a
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15365">15365</a>.</li>
<li>
<img class="icon" alt="fix" src="images/fix.jpg">
@@ -898,7 +968,7 @@
</ul>
</div>
-<a name="N103C3"></a><a name="version_2.1m2"></a>
+<a name="N10428"></a><a name="version_2.1m2"></a>
<h3>Version 2.1m2 (May 20 2003)</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -1043,7 +1113,7 @@
</ul>
</div>
-<a name="N104F5"></a><a name="version_2.1-M1"></a>
+<a name="N1055A"></a><a name="version_2.1-M1"></a>
<h3>Version 2.1-M1 (April 29 2003)</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -1498,7 +1568,7 @@
<li>
<img class="icon" alt="update" src="images/update.jpg">
Correcting method names of new CacheableProcessingComponent interface.
- It's now possible to write components that support the 2.0.x and the
+ It is now possible to write components that support the 2.0.x and the
2.1.x caching algorithm.
(CZ)</li>
<li>
1.4 +45 -69 cocoon-site/site/2.1/changes.rss
Index: changes.rss
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/changes.rss,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- changes.rss 2 Oct 2003 12:49:15 -0000 1.3
+++ changes.rss 12 Oct 2003 17:00:54 -0000 1.4
@@ -1,111 +1,87 @@
<?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>Apache Cocoon
Changes</title><link>http://cocoon.apache.org//changes.html</link><description>Apache
Cocoon Changes</description><language>en-us</language><item><title> fix
- (bug 23516)
+ (bug 23648)
</title><link>http://cocoon.apache.org//changes.html</link><description> fix
by
- VG
- (fixes bug 23516)
+ BRD
+ (fixes bug 23648)
:
- Fix default namespace handling in Xscript variables.
- </description></item><item><title>
add</title><link>http://cocoon.apache.org//changes.html</link><description> add
+ HTMLGenerator: fixed NullPointerException in case the "HTML" file
contained an XML declaration.
+ Thanks to Alfred Fuchs.</description></item><item><title>
fix</title><link>http://cocoon.apache.org//changes.html</link><description> fix
by
- AG
+ UC
:
- OJB block: Object Relational mapping tool integration.
- </description></item><item><title>
add</title><link>http://cocoon.apache.org//changes.html</link><description> add
+ Fixed ResolverImplTestCase so that the "test" build target does not fail
(it still depends on the
+ deprecated block, though).
+ </description></item><item><title>
fix</title><link>http://cocoon.apache.org//changes.html</link><description> fix
by
- BD
+ BRD
:
- Slop block: New YAPT sample, lightweight presentation tool.
- </description></item><item><title>
add</title><link>http://cocoon.apache.org//changes.html</link><description> add
+ Woody: fixed a bug causing an endless loop during validation of a field
if
+ during the validation of the field the value of the field itself was
again
+ requested.
+ </description></item><item><title> fix
+ (bug 16718)
+
</title><link>http://cocoon.apache.org//changes.html</link><description> fix
by
- CZ
+ BRD
+ (fixes bug 16718)
+
:
- Fixing release of Source in the JXTemplateGenerator.
- Thanks to Volker Schmitt.</description></item><item><title>
update</title><link>http://cocoon.apache.org//changes.html</link><description>
update
+ Patched SQLTransformer to use only one connection.
+ Thanks to Daniel Fagerstrom.</description></item><item><title>
add</title><link>http://cocoon.apache.org//changes.html</link><description> add
by
- AG
+ GR
:
- Update lib commons-lang to 2.0, iText to 1.00
- </description></item><item><title>
add</title><link>http://cocoon.apache.org//changes.html</link><description> add
+ Patch to XMLDBTransformer to generate a key on create if it is not
provided
+ Thanks to Micheal Homeijer.</description></item><item><title>
add</title><link>http://cocoon.apache.org//changes.html</link><description> add
by
SW
:
- New event-handling system for Woody. Value change and action event
handlers
- can be attached respectively to field and action widgets, and event
handlers
- can be both Java classes or JavaScript snippets in the form definition.
-
- New <wd:repeater-action> widget to automatically handle rows
addition and
- deletion on repeaters (a very common need).
-
- New <wd:submit> widget to distinguish between actions (act on the
form and
- redisplay it) and submits that terminate the form.
-
- Ability to trigger form submit on any widget value change (including
inputs,
- popups, etc) to trigger server-side event handlers through client-side
interaction.
-
- Rewriting of the Woody/FlowScript integration to be more simple.
+ New JavaScriptBinding for Woody, which allows writing specific binding
strategies
+ with two JavaScript snippets (one for load, one for save).
</description></item><item><title>
update</title><link>http://cocoon.apache.org//changes.html</link><description>
update
by
- AG
- :
-
- Update libs Xerces to 2.5.0 and Ant to 1.5.4
- </description></item><item><title> fix
- (bug 23208)
-
</title><link>http://cocoon.apache.org//changes.html</link><description> fix
- by
- JH
- (fixes bug 23208)
-
- :
-
- Fixed internationalization support for HSSFSerializer by setting also
the
- output encoding in the Workbook to UTF-16.
- Thanks to Yury Mikhienko.</description></item><item><title>
fix</title><link>http://cocoon.apache.org//changes.html</link><description> fix
- by
- GP
+ GR
:
- Fixed issues the cron block had when cocoon (or the servlet contaier ?)
- allows reloads.
- </description></item><item><title>
remove</title><link>http://cocoon.apache.org//changes.html</link><description>
remove
+ TraversableGenerators can now be used with plain resources too (not only
+ collections). XPathTraversableGenerator has been revamped
+ in the XML recognition pattern (using mime type mapping too).
+ While at it, a bug regarding non-existent sources has been
+ fixed.
+ Thanks to Unico Hommes.</description></item><item><title>
update</title><link>http://cocoon.apache.org//changes.html</link><description>
update
by
- VG
+ AG
:
- Removed deprecated XPathProcessor and implementations. These classes
where
- moved into the Excalibur XMLUtil package. Removed Jaxen libraries used
by
- JaxenProcessorImpl.
- </description></item><item><title>
update</title><link>http://cocoon.apache.org//changes.html</link><description>
update
+ Update lib excalibur-i18n to 1.1, update iText to 1.01
+ </description></item><item><title>
add</title><link>http://cocoon.apache.org//changes.html</link><description> add
by
- JH
+ GH
:
- Replaced the deprecated LogkitManager stuff with its LoggerManager
- counterpart. This is Cocoon internal and should not affect components as
- long as you don't use LogKitManageable interface.
- </description></item><item><title>
fix</title><link>http://cocoon.apache.org//changes.html</link><description> fix
+ Add initial support for IE in linotype.
+ Thanks to Klaus Bertram.</description></item><item><title>
add</title><link>http://cocoon.apache.org//changes.html</link><description> add
by
- BRD
+ AG
:
- Woody binding framework: fixed a problem with the deletion of rows by
the
- repeater binding, whereby not all deleted rows where removed from the
- bean or XML model.
+ Woody block: New integer Datatype.
</description></item><item><title>
add</title><link>http://cocoon.apache.org//changes.html</link><description> add
by
- BRD
+ CH
:
- Errors handled by map:handle-errors are now logged to the logcategory
- "sitemap.handled-errors". Previously they weren't logged.
+ SimpleFormTransformer: multiple values not repeatedly inserted anymore,
+ value is consumed instead. Add repeater tag. Make transformer inherit
from
+ AbstractSAXTransformer. Update examples to show basic repeat tag usage.
</description></item></channel></rss>
1.5 +34 -34 cocoon-site/site/2.1/who.pdf
<<Binary file>>
1.8 +33 -26 cocoon-site/site/2.1/overview.html
Index: overview.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/overview.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- overview.html 14 Aug 2003 12:15:20 -0000 1.7
+++ overview.html 12 Oct 2003 17:00:54 -0000 1.8
@@ -56,7 +56,7 @@
<td width="6"><img alt="" height="8" width="6"
src="skin/images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.8em" border="0"
cellpadding="0" cellspacing="0">
<tr>
-<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a href="index.html"><font
color="#000000">Home</font></a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
+<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a class="base-selected"
href="index.html">Home</a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
</tr>
</table>
</td>
@@ -104,7 +104,7 @@
</li>
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
<li>
@@ -126,6 +126,10 @@
</li>
<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+
+<li>
<a href="installing/index.html">Installing</a>
</li>
@@ -160,6 +164,10 @@
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
</ul>
</li>
@@ -198,16 +206,16 @@
</li>
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
-</li>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+</li>
</ul>
</li>
@@ -234,15 +242,15 @@
<ul>
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
-</li>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
+</li>
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
</ul>
@@ -253,11 +261,11 @@
<li>
<a target="_blank" href="http://cocoon.apache.org/1.x/">Cocoon 1.x</a>
-</li>
+</li>
<li>
<a target="_blank" href="http://cocoon.apache.org/2.0/">Cocoon 2.0</a>
-</li>
+</li>
</ul>
</li>
@@ -294,40 +302,37 @@
<!--================= end middle NavBar ==================-->
<!--================= start Content==================-->
<tr>
-<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
+<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" align="left"
width="100%">
<div class="content">
<table class="title" summary="">
<tr>
<td valign="middle">
<h1>Overview of Apache Cocoon</h1>
-</td><script Language="Javascript">
-
-function printit(){
+</td><script language="Javascript" type="text/javascript">
+function printit() {
if (window.print) {
window.print() ;
} else {
- var WebBrowser = '<OBJECT
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" HEIGHT="0" WIDTH="0"
ID="WebBrowser1"></OBJECT>';
+ var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0"
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
-</script><script Language="Javascript">
+</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
- document.write('<td nowrap="nowrap" width="40" align="center">');
- document.write(' <a class="dida" href="javascript:printit()">');
- document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
- document.write(' print</a>');
- document.write('</td>');
+ document.write('<td nowrap="nowrap" width="40" align="center">');
+ document.write(' <a class="dida" href="javascript:printit()">');
+ document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
+ document.write(' print</a>');
+ document.write('</td>');
}
</script><td nowrap="nowrap" width="40" align="center"><a class="dida"
href="overview.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif"
class="skin"><br>
PDF</a></td>
</tr>
</table>
-<p>
-<font size="-2">by Tom Klaasen</font>
-</p>
+<p class="type">Type: Overview document</p>
<ul class="minitoc">
<li>
<a href="#What+is+Apache+Cocoon">What is Apache Cocoon</a>
@@ -443,6 +448,8 @@
</div>
</div>
+<div class="attribution">by Tom Klaasen; <span
class="version">0.2</span>
+</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
</tr>
1.4 +40 -40 cocoon-site/site/2.1/performancetips.pdf
<<Binary file>>
1.8 +1546 -1387cocoon-site/site/2.1/changes.pdf
<<Binary file>>
1.7 +31 -26 cocoon-site/site/2.1/introduction.html
Index: introduction.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/introduction.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- introduction.html 12 Aug 2003 18:43:24 -0000 1.6
+++ introduction.html 12 Oct 2003 17:00:54 -0000 1.7
@@ -56,7 +56,7 @@
<td width="6"><img alt="" height="8" width="6"
src="skin/images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.8em" border="0"
cellpadding="0" cellspacing="0">
<tr>
-<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a href="index.html"><font
color="#000000">Home</font></a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
+<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a class="base-selected"
href="index.html">Home</a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
</tr>
</table>
</td>
@@ -104,7 +104,7 @@
</li>
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
<li>
@@ -126,6 +126,10 @@
</li>
<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+
+<li>
<a href="installing/index.html">Installing</a>
</li>
@@ -160,6 +164,10 @@
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
</ul>
</li>
@@ -198,16 +206,16 @@
</li>
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
-</li>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+</li>
</ul>
</li>
@@ -234,15 +242,15 @@
<ul>
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
-</li>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
+</li>
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
</ul>
@@ -253,11 +261,11 @@
<li>
<a target="_blank" href="http://cocoon.apache.org/1.x/">Cocoon 1.x</a>
-</li>
+</li>
<li>
<a target="_blank" href="http://cocoon.apache.org/2.0/">Cocoon 2.0</a>
-</li>
+</li>
</ul>
</li>
@@ -294,40 +302,36 @@
<!--================= end middle NavBar ==================-->
<!--================= start Content==================-->
<tr>
-<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
+<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" align="left"
width="100%">
<div class="content">
<table class="title" summary="">
<tr>
<td valign="middle">
<h1>Introducing Cocoon</h1>
-</td><script Language="Javascript">
-
-function printit(){
+</td><script language="Javascript" type="text/javascript">
+function printit() {
if (window.print) {
window.print() ;
} else {
- var WebBrowser = '<OBJECT
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" HEIGHT="0" WIDTH="0"
ID="WebBrowser1"></OBJECT>';
+ var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0"
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
-</script><script Language="Javascript">
+</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
- document.write('<td nowrap="nowrap" width="40" align="center">');
- document.write(' <a class="dida" href="javascript:printit()">');
- document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
- document.write(' print</a>');
- document.write('</td>');
+ document.write('<td nowrap="nowrap" width="40" align="center">');
+ document.write(' <a class="dida" href="javascript:printit()">');
+ document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
+ document.write(' print</a>');
+ document.write('</td>');
}
</script><td nowrap="nowrap" width="40" align="center"><a class="dida"
href="introduction.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif"
class="skin"><br>
PDF</a></td>
</tr>
</table>
-<p>
-<font size="-2">by Stefano Mazzocchi</font>
-</p>
<ul class="minitoc">
<li>
<a href="#The+XML+Hype">The XML Hype</a>
@@ -777,6 +781,7 @@
</div>
+<div class="attribution">by Stefano Mazzocchi</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
</tr>
1.7 +65 -22 cocoon-site/site/2.1/performancetips.html
Index: performancetips.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/performancetips.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- performancetips.html 12 Aug 2003 18:44:10 -0000 1.6
+++ performancetips.html 12 Oct 2003 17:00:54 -0000 1.7
@@ -56,7 +56,7 @@
<td width="6"><img alt="" height="8" width="6"
src="skin/images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.8em" border="0"
cellpadding="0" cellspacing="0">
<tr>
-<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a href="index.html"><font
color="#000000">Home</font></a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
+<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a class="base-selected"
href="index.html">Home</a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
</tr>
</table>
</td>
@@ -98,129 +98,175 @@
<li>
<font color="#CFDCED">About</font>
<ul>
+
<li>
<a href="index.html">Index</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
+
<li>
<a href="license.html">License</a>
</li>
+
<li>
<a target="_blank" href="http://cocoon.apache.org/mirror.cgi">Download</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Documentation</font>
<ul>
+
<li>
<a href="introduction.html">Introduction</a>
</li>
+
+<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+
<li>
<a href="installing/index.html">Installing</a>
</li>
+
<li>
<a href="overview.html">Overview</a>
</li>
+
<li>
<a href="userdocs/index.html">User Guide</a>
</li>
+
<li>
<a href="developing/index.html">Dev Guide</a>
</li>
+
<li>
<a href="tutorial/index.html">Tutorials</a>
</li>
+
<li>
<a href="faq/index.html">FAQs</a>
</li>
+
<li>
<a href="howto/index.html">How-Tos</a>
</li>
+
<li>
<span class="sel"><font color="#ffcc00">Performance</font></span>
</li>
+
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Status</font>
<ul>
+
<li>
<a href="changes.html">Changes</a>
</li>
+
<li>
<a href="todo.html">Todo</a>
</li>
+
<li>
<a href="plan/index.html">Planning notes</a>
</li>
+
<li>
<a target="_blank"
href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Cocoon+2&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Cocoon+all&newqueryname=cocoon+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch
queue</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Community</font>
<ul>
+
<li>
<a href="bylaws-addendum.html">Cocoon Bylaws</a>
</li>
+
<li>
<a href="who.html">Hall of Fame</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Project</font>
<ul>
+
<li>
<a target="_blank" href="http://nagoya.apache.org/bugzilla/index.html">Bug
Database</a>
</li>
+
<li>
<a target="_blank" href="http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/">Code
Repository</a>
</li>
+
<li>
<a target="_blank" href="http://cocoon.apache.org/mirror.cgi#nightly">Dev
Snapshots</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Links</font>
<ul>
+
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Other Releases</font>
<ul>
+
<li>
<a target="_blank" href="http://cocoon.apache.org/1.x/">Cocoon 1.x</a>
</li>
+
<li>
<a target="_blank" href="http://cocoon.apache.org/2.0/">Cocoon 2.0</a>
</li>
+
</ul>
</li>
</ul>
@@ -256,40 +302,36 @@
<!--================= end middle NavBar ==================-->
<!--================= start Content==================-->
<tr>
-<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
+<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" align="left"
width="100%">
<div class="content">
<table class="title" summary="">
<tr>
<td valign="middle">
<h1>Apache Cocoon Performance Tips</h1>
-</td><script Language="Javascript">
-
-function printit(){
+</td><script language="Javascript" type="text/javascript">
+function printit() {
if (window.print) {
window.print() ;
} else {
- var WebBrowser = '<OBJECT
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" HEIGHT="0" WIDTH="0"
ID="WebBrowser1"></OBJECT>';
+ var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0"
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
-</script><script Language="Javascript">
+</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
- document.write('<td nowrap="nowrap" width="40" align="center">');
- document.write(' <a class="dida" href="javascript:printit()">');
- document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
- document.write(' print</a>');
- document.write('</td>');
+ document.write('<td nowrap="nowrap" width="40" align="center">');
+ document.write(' <a class="dida" href="javascript:printit()">');
+ document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
+ document.write(' print</a>');
+ document.write('</td>');
}
</script><td nowrap="nowrap" width="40" align="center"><a class="dida"
href="performancetips.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif"
class="skin"><br>
PDF</a></td>
</tr>
</table>
-<p>
-<font size="-2">by Gerhard Froehlich</font>
-</p>
<ul class="minitoc">
<li>
<a href="#Disclaimer">Disclaimer</a>
@@ -581,6 +623,7 @@
</ul>
</div>
+<div class="attribution">by Gerhard Froehlich</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
</tr>
1.7 +74 -41 cocoon-site/site/2.1/todo.html
Index: todo.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/todo.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- todo.html 12 Aug 2003 18:44:10 -0000 1.6
+++ todo.html 12 Oct 2003 17:00:54 -0000 1.7
@@ -56,7 +56,7 @@
<td width="6"><img alt="" height="8" width="6"
src="skin/images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.8em" border="0"
cellpadding="0" cellspacing="0">
<tr>
-<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a href="index.html"><font
color="#000000">Home</font></a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
+<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a class="base-selected"
href="index.html">Home</a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
</tr>
</table>
</td>
@@ -98,129 +98,175 @@
<li>
<font color="#CFDCED">About</font>
<ul>
+
<li>
<a href="index.html">Index</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
+
<li>
<a href="license.html">License</a>
</li>
+
<li>
<a target="_blank" href="http://cocoon.apache.org/mirror.cgi">Download</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Documentation</font>
<ul>
+
<li>
<a href="introduction.html">Introduction</a>
</li>
+
+<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+
<li>
<a href="installing/index.html">Installing</a>
</li>
+
<li>
<a href="overview.html">Overview</a>
</li>
+
<li>
<a href="userdocs/index.html">User Guide</a>
</li>
+
<li>
<a href="developing/index.html">Dev Guide</a>
</li>
+
<li>
<a href="tutorial/index.html">Tutorials</a>
</li>
+
<li>
<a href="faq/index.html">FAQs</a>
</li>
+
<li>
<a href="howto/index.html">How-Tos</a>
</li>
+
<li>
<a href="performancetips.html">Performance</a>
</li>
+
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Status</font>
<ul>
+
<li>
<a href="changes.html">Changes</a>
</li>
+
<li>
<span class="sel"><font color="#ffcc00">Todo</font></span>
</li>
+
<li>
<a href="plan/index.html">Planning notes</a>
</li>
+
<li>
<a target="_blank"
href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Cocoon+2&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Cocoon+all&newqueryname=cocoon+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch
queue</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Community</font>
<ul>
+
<li>
<a href="bylaws-addendum.html">Cocoon Bylaws</a>
</li>
+
<li>
<a href="who.html">Hall of Fame</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Project</font>
<ul>
+
<li>
<a target="_blank" href="http://nagoya.apache.org/bugzilla/index.html">Bug
Database</a>
</li>
+
<li>
<a target="_blank" href="http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/">Code
Repository</a>
</li>
+
<li>
<a target="_blank" href="http://cocoon.apache.org/mirror.cgi#nightly">Dev
Snapshots</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Links</font>
<ul>
+
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
+
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Other Releases</font>
<ul>
+
<li>
<a target="_blank" href="http://cocoon.apache.org/1.x/">Cocoon 1.x</a>
</li>
+
<li>
<a target="_blank" href="http://cocoon.apache.org/2.0/">Cocoon 2.0</a>
</li>
+
</ul>
</li>
</ul>
@@ -256,32 +302,31 @@
<!--================= end middle NavBar ==================-->
<!--================= start Content==================-->
<tr>
-<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
+<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" align="left"
width="100%">
<div class="content">
<table class="title" summary="">
<tr>
<td valign="middle">
<h1>Todo List</h1>
-</td><script Language="Javascript">
-
-function printit(){
+</td><script language="Javascript" type="text/javascript">
+function printit() {
if (window.print) {
window.print() ;
} else {
- var WebBrowser = '<OBJECT
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" HEIGHT="0" WIDTH="0"
ID="WebBrowser1"></OBJECT>';
+ var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0"
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
-</script><script Language="Javascript">
+</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
- document.write('<td nowrap="nowrap" width="40" align="center">');
- document.write(' <a class="dida" href="javascript:printit()">');
- document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
- document.write(' print</a>');
- document.write('</td>');
+ document.write('<td nowrap="nowrap" width="40" align="center">');
+ document.write(' <a class="dida" href="javascript:printit()">');
+ document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
+ document.write(' print</a>');
+ document.write('</td>');
}
</script><td nowrap="nowrap" width="40" align="center"><a class="dida"
href="todo.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a></td>
@@ -306,7 +351,7 @@
→ </li>
<li>
<strong>[docs]</strong>
- For 2.1: Attend to any high+ issues in the
+ Attend to any high+ issues in the
<a href="plan/todo-doc.html">Documentation To Do List</a>
→ </li>
<li>
@@ -316,7 +361,7 @@
→ </li>
<li>
<strong>[code]</strong>
- For 2.1: use (only) released versions of excalibur
+ Use (only) released versions of excalibur
(source, store, xmlutil). This requires a release of those
components in excalibur.
→ </li>
@@ -327,12 +372,12 @@
→ </li>
<li>
<strong>[code]</strong>
- For 2.1: Views must start not from the first encountered label, but
from the last one
+ For 2.2: Views must start not from the first encountered label, but
from the last one
(see
http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=101784499622172&w=2)
→ </li>
<li>
<strong>[code]</strong>
- For 2.1: Make comprehensive samples with the handle-errors sitemap and
real world
+ Make comprehensive samples with the handle-errors sitemap and real
world
use cases. Add also specific Selector and a FaqBuilder to be used by
the
NotifyingBuilder.
→ </li>
@@ -343,12 +388,6 @@
→ </li>
<li>
<strong>[code]</strong>
- Finish the document
- <a href="installing/updating.html">Updating Cocoon</a>
- which describes the major changes since 2.0.2
- → </li>
-<li>
-<strong>[code]</strong>
Finish the
<a href="plan/samples.html">refactoring of samples</a>
→ </li>
@@ -358,19 +397,12 @@
→ </li>
<li>
<strong>[code]</strong>
- There are some deprecated classes being used in 'build test'. (Note:
The testcase for
- the resolver should be moved to the Excalibur XMLUtil, since there is
the
- default resolver).
- → </li>
-<li>
-<strong>[code]</strong>
- Test that the new Catalog Entity Resolver works on all platforms,
following
- its move from Cocoon to Excalibur. See
- <a
href="http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=104814093018956">email
discussion</a>.
+ The testcase for the entity resolver should be moved to the Excalibur
XMLUtil,
+ since there is the default resolver.
→ </li>
<li>
<strong>[code]</strong>
- For 2.1: Enable the 'use-store' parameter of the XSLT processor
component. Test for occuring
+ Enable the 'use-store' parameter of the XSLT processor component. Test
for occuring
memory leaks. Seems only occuring if the xalan transformer is used.
There also seems to be
a problem during the serialization of the transient store, if the
servlet container were
stopped.
@@ -379,7 +411,7 @@
</div>
-<a name="N1005A"></a><a name="medium"></a>
+<a name="N1004A"></a><a name="medium"></a>
<h3>medium</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
@@ -402,7 +434,7 @@
→ </li>
<li>
<strong>[code]</strong>
- For 2.1: Redesign FragmentExtractorGenerator/Transformer so that it
works on a clustered
+ Redesign FragmentExtractorGenerator/Transformer so that it works on a
clustered
server: store fragments in the session rather than in a local store.
<br>
This couldn't work, because if you working with caching pipelines, you
cannot be sure
that the entries are in the session(Stephan).
@@ -416,6 +448,7 @@
</ul>
</div>
+<div class="attribution"></div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
</tr>
1.4 +57 -83 cocoon-site/site/2.1/todo.pdf
<<Binary file>>
1.8 +33 -26 cocoon-site/site/2.1/catalog-test.html
Index: catalog-test.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/catalog-test.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- catalog-test.html 14 Aug 2003 12:15:19 -0000 1.7
+++ catalog-test.html 12 Oct 2003 17:00:54 -0000 1.8
@@ -56,7 +56,7 @@
<td width="6"><img alt="" height="8" width="6"
src="skin/images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.8em" border="0"
cellpadding="0" cellspacing="0">
<tr>
-<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a href="index.html"><font
color="#000000">Home</font></a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
+<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a class="base-selected"
href="index.html">Home</a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
</tr>
</table>
</td>
@@ -104,7 +104,7 @@
</li>
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
<li>
@@ -126,6 +126,10 @@
</li>
<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+
+<li>
<a href="installing/index.html">Installing</a>
</li>
@@ -160,6 +164,10 @@
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
</ul>
</li>
@@ -198,16 +206,16 @@
</li>
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
-</li>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+</li>
</ul>
</li>
@@ -234,15 +242,15 @@
<ul>
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
-</li>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
+</li>
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
</ul>
@@ -253,11 +261,11 @@
<li>
<a target="_blank" href="http://cocoon.apache.org/1.x/">Cocoon 1.x</a>
-</li>
+</li>
<li>
<a target="_blank" href="http://cocoon.apache.org/2.0/">Cocoon 2.0</a>
-</li>
+</li>
</ul>
</li>
@@ -294,41 +302,38 @@
<!--================= end middle NavBar ==================-->
<!--================= start Content==================-->
<tr>
-<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
+<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" align="left"
width="100%">
<div class="content">
<table class="title" summary="">
<tr>
<td valign="middle">
<h1>Testing: Catalog Entity Resolver</h1>
-</td><script Language="Javascript">
-
-function printit(){
+</td><script language="Javascript" type="text/javascript">
+function printit() {
if (window.print) {
window.print() ;
} else {
- var WebBrowser = '<OBJECT
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" HEIGHT="0" WIDTH="0"
ID="WebBrowser1"></OBJECT>';
+ var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0"
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
-</script><script Language="Javascript">
+</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
- document.write('<td nowrap="nowrap" width="40" align="center">');
- document.write(' <a class="dida" href="javascript:printit()">');
- document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
- document.write(' print</a>');
- document.write('</td>');
+ document.write('<td nowrap="nowrap" width="40" align="center">');
+ document.write(' <a class="dida" href="javascript:printit()">');
+ document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
+ document.write(' print</a>');
+ document.write('</td>');
}
</script><td nowrap="nowrap" width="40" align="center"><a class="dida"
href="catalog-test.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif"
class="skin"><br>
PDF</a></td>
</tr>
</table>
<h3>Test document to ensure external entity resolution</h3>
-<p>
-<font size="-2">by David Crossley</font>
-</p>
+<p class="type">Type: Technical document</p>
<ul class="minitoc">
<li>
<a href="#Introduction">Introduction</a>
@@ -423,6 +428,8 @@
</div>
+<div class="attribution">by David Crossley; <span
class="version">1.0</span>
+</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
</tr>
1.8 +86 -31 cocoon-site/site/2.1/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.html 12 Aug 2003 18:43:24 -0000 1.7
+++ index.html 12 Oct 2003 17:00:54 -0000 1.8
@@ -56,7 +56,7 @@
<td width="6"><img alt="" height="8" width="6"
src="skin/images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.8em" border="0"
cellpadding="0" cellspacing="0">
<tr>
-<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a href="index.html"><font
color="#000000">Home</font></a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
+<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a class="base-selected"
href="index.html">Home</a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
</tr>
</table>
</td>
@@ -102,7 +102,7 @@
<span class="sel"><font color="#ffcc00">Index</font></span>
</li>
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
<li>
<a href="license.html">License</a>
@@ -119,6 +119,9 @@
<a href="introduction.html">Introduction</a>
</li>
<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+<li>
<a href="installing/index.html">Installing</a>
</li>
<li>
@@ -145,6 +148,9 @@
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
</ul>
</li>
<li>
@@ -174,13 +180,13 @@
<a href="who.html">Hall of Fame</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
</li>
</ul>
</li>
@@ -202,13 +208,13 @@
<font color="#CFDCED">Links</font>
<ul>
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
</ul>
</li>
@@ -256,57 +262,89 @@
<!--================= end middle NavBar ==================-->
<!--================= start Content==================-->
<tr>
-<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
+<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" align="left"
width="100%">
<div class="content">
<table class="title" summary="">
<tr>
<td valign="middle">
<h1>Apache Cocoon</h1>
-</td><script Language="Javascript">
-
-function printit(){
+</td><script language="Javascript" type="text/javascript">
+function printit() {
if (window.print) {
window.print() ;
} else {
- var WebBrowser = '<OBJECT
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" HEIGHT="0" WIDTH="0"
ID="WebBrowser1"></OBJECT>';
+ var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0"
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
-</script><script Language="Javascript">
+</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
- document.write('<td nowrap="nowrap" width="40" align="center">');
- document.write(' <a class="dida" href="javascript:printit()">');
- document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
- document.write(' print</a>');
- document.write('</td>');
+ document.write('<td nowrap="nowrap" width="40" align="center">');
+ document.write(' <a class="dida" href="javascript:printit()">');
+ document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
+ document.write(' print</a>');
+ document.write('</td>');
}
</script><td nowrap="nowrap" width="40" align="center"><a class="dida"
href="index.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a></td>
</tr>
</table>
<h3>XML Web Development Framework</h3>
-<p>
-<font size="-2">by cocoon-dev</font>
-</p>
<ul class="minitoc">
<li>
+<a href="#News">News</a>
+</li>
+<li>
<a href="#What+is+Cocoon%3F">What is Cocoon?</a>
</li>
<li>
<a href="#Where+can+I+find+it%3F">Where can I find it?</a>
</li>
<li>
+<a href="#Where+to+start%3F">Where to start?</a>
+</li>
+<li>
<a href="#More+News+about+Cocoon">More News about Cocoon</a>
</li>
</ul>
+
<div align="center">
<img class="figure" alt="Cocoon" src="images/cocoon.gif"></div>
+
+<a name="N1001A"></a><a name="News"></a>
+<h3>News</h3>
+<div style="margin-left: 0 ; border: 2px">
+<div class="frame note">
+<div class="label">Note</div>
+<div class="content">
+
+<strong>Security warning</strong>: A major security hole has been found in
XMLForm and JXForm that
+ can allow forged requests to execute arbitrary Java code on the
server. This affects Cocoon 2.1 only
+ (not the 2.0.x versions).
+ This hole has been fixed in the 2.1.1 release. If you use XMLForm or
JXForms but don't want to move
+ to this new release, we urge you to update the following source files
and rebuild your Cocoon distribution:
+ </div>
+</div>
+<ul>
+
+<li>XMLForm - in <span
class="codefrag">src/blocks/xmlform/java/org/apache/cocoon/components/xmlform</span>:
+ update <a
href="http://cvs.apache.org/viewcvs.cgi/*checkout*/cocoon-2.1/src/blocks/xmlform/java/org/apache/cocoon/components/xmlform/Form.java?rev=1.6">Form.java</a>
+
+</li>
+
+<li>JXForms - in <span
class="codefrag">src/blocks/jxforms/java/org/apache/cocoon/components/jxforms/xmlform</span>:
+ update <a
href="http://cvs.apache.org/viewcvs.cgi/*checkout*/cocoon-2.1/src/blocks/jxforms/java/org/apache/cocoon/components/jxforms/xmlform/Form.java?rev=1.4">Form.java</a>
+
+</li>
+
+</ul>
+</div>
-<a name="N1001A"></a><a name="What+is+Cocoon%3F"></a>
+<a name="N1003D"></a><a name="What+is+Cocoon%3F"></a>
<h3>What is Cocoon?</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -333,30 +371,46 @@
</p>
<p>
Cocoon interacts with many data sources, including filesystems,
RDBMS,
- LDAP, native XML databases, SAP® systems and network-based data
sources.
+ LDAP, native XML databases, SAP® systems and network-based data
sources.
It adapts content delivery to the capabilities of different devices
like HTML, WML,
PDF, SVG, and RTF, to name just a few. You can run Cocoon as a
Servlet as well as
- through a powerful, commandline interface. The deliberate design of
its abstract
- environment gives you the freedom to extend its functionality to
meet your
+ through a powerful, commandline interface. The deliberate design of
its abstract
+ environment gives you the freedom to extend its functionality to
meet your
special needs in a highly modular fashion.
</p>
</div>
-<a name="N10032"></a><a name="Where+can+I+find+it%3F"></a>
+<a name="N10055"></a><a name="Where+can+I+find+it%3F"></a>
<h3>Where can I find it?</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
- To download the latest release 2.1 of Apache Cocoon, go to the
+ To download the latest release 2.1.2 of Apache Cocoon, go to the
<a href="http://cocoon.apache.org/mirror.cgi">download area.</a>
</p>
<p>
- If you are looking for a past generation of Cocoon (no longer supported
but still available),
- go to the <a href="http://cocoon.apache.org/1.x/">Cocoon 1.x area</a>.
+ If you are looking for a past generation of Cocoon (no longer supported
but still available),
+ go to the <a href="http://cocoon.apache.org/1.x/">Cocoon 1.x area</a>.
+ </p>
+</div>
+
+<a name="N10069"></a><a name="Where+to+start%3F"></a>
+<h3>Where to start?</h3>
+<div style="margin-left: 0 ; border: 2px">
+<p>
+ With a large serving of core components and more than 45
additional "blocks", this has
+ become a big project and it is often hard for newcomers to find
their way through the
+ (wonderful) world of Cocoon.
+ </p>
+<p>
+ To make it easier, we have started to create <a
href="./tracks/index.html">documentation tracks</a>
+ to help you locate the parts of the documentation that are the
most relevant for your needs.
+ There are few tracks at the moment, but we hope to create more of
them depending
+ on the feedback and help that we can get.
</p>
</div>
-<a name="N10046"></a><a name="More+News+about+Cocoon"></a>
+<a name="N10079"></a><a name="More+News+about+Cocoon"></a>
<h3>More News about Cocoon</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -367,6 +421,7 @@
<div align="center">
<img class="figure" alt="Built with Apache Cocoon"
src="images/cocoon-built.gif"></div>
+<div class="attribution">by cocoon-dev</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
</tr>
1.5 +167 -82 cocoon-site/site/2.1/index.pdf
<<Binary file>>
1.4 +20 -20 cocoon-site/site/2.1/license.pdf
<<Binary file>>
1.8 +31 -26 cocoon-site/site/2.1/license.html
Index: license.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/license.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- license.html 12 Aug 2003 18:43:24 -0000 1.7
+++ license.html 12 Oct 2003 17:00:54 -0000 1.8
@@ -56,7 +56,7 @@
<td width="6"><img alt="" height="8" width="6"
src="skin/images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.8em" border="0"
cellpadding="0" cellspacing="0">
<tr>
-<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a href="index.html"><font
color="#000000">Home</font></a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
+<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a class="base-selected"
href="index.html">Home</a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
</tr>
</table>
</td>
@@ -104,7 +104,7 @@
</li>
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
<li>
@@ -126,6 +126,10 @@
</li>
<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+
+<li>
<a href="installing/index.html">Installing</a>
</li>
@@ -160,6 +164,10 @@
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
</ul>
</li>
@@ -198,16 +206,16 @@
</li>
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
-</li>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+</li>
</ul>
</li>
@@ -234,15 +242,15 @@
<ul>
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
-</li>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
+</li>
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
</ul>
@@ -253,11 +261,11 @@
<li>
<a target="_blank" href="http://cocoon.apache.org/1.x/">Cocoon 1.x</a>
-</li>
+</li>
<li>
<a target="_blank" href="http://cocoon.apache.org/2.0/">Cocoon 2.0</a>
-</li>
+</li>
</ul>
</li>
@@ -294,40 +302,36 @@
<!--================= end middle NavBar ==================-->
<!--================= start Content==================-->
<tr>
-<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
+<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" align="left"
width="100%">
<div class="content">
<table class="title" summary="">
<tr>
<td valign="middle">
<h1>Apache Cocoon Public License</h1>
-</td><script Language="Javascript">
-
-function printit(){
+</td><script language="Javascript" type="text/javascript">
+function printit() {
if (window.print) {
window.print() ;
} else {
- var WebBrowser = '<OBJECT
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" HEIGHT="0" WIDTH="0"
ID="WebBrowser1"></OBJECT>';
+ var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0"
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
-</script><script Language="Javascript">
+</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
- document.write('<td nowrap="nowrap" width="40" align="center">');
- document.write(' <a class="dida" href="javascript:printit()">');
- document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
- document.write(' print</a>');
- document.write('</td>');
+ document.write('<td nowrap="nowrap" width="40" align="center">');
+ document.write(' <a class="dida" href="javascript:printit()">');
+ document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
+ document.write(' print</a>');
+ document.write('</td>');
}
</script><td nowrap="nowrap" width="40" align="center"><a class="dida"
href="license.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a></td>
</tr>
</table>
-<p>
-<font size="-2">by Stefano Mazzocchi</font>
-</p>
<ul class="minitoc">
<li>
<a href="#Apache+Cocoon+Public+License">Apache Cocoon Public License</a>
@@ -390,6 +394,7 @@
</p>
</div>
+<div class="attribution">by Stefano Mazzocchi</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
</tr>
1.3 +44 -44 cocoon-site/site/2.1/bylaws-addendum.pdf
<<Binary file>>
1.8 +28 -25 cocoon-site/site/2.1/bylaws-addendum.html
Index: bylaws-addendum.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/2.1/bylaws-addendum.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bylaws-addendum.html 14 Aug 2003 12:15:19 -0000 1.7
+++ bylaws-addendum.html 12 Oct 2003 17:00:54 -0000 1.8
@@ -2,7 +2,7 @@
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Xml.Apache Cocoon Sub-project bylaws addendum </title>
+<title>Apache Cocoon project bylaws addendum</title>
<link type="text/css" href="skin/page.css" rel="stylesheet">
</head>
<body text="#000000" bgcolor="#FFFFFF">
@@ -56,7 +56,7 @@
<td width="6"><img alt="" height="8" width="6"
src="skin/images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.8em" border="0"
cellpadding="0" cellspacing="0">
<tr>
-<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a href="index.html"><font
color="#000000">Home</font></a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
+<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5"
alt="" src="skin/images/tabSel-left.gif"></td><td valign="middle"
bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica,
Sans-serif"><b><a class="base-selected"
href="index.html">Home</a></b></font></td><td valign="top" width="5"
bgcolor="#4C6C8F"><img height="5" width="5" alt=""
src="skin/images/tabSel-right.gif"></td>
</tr>
</table>
</td>
@@ -102,7 +102,7 @@
<a href="index.html">Index</a>
</li>
<li>
-<a href="http://cocoon.apache.org/news/">News</a>
+<a target="_blank" href="http://cocoon.apache.org/news/">News</a>
</li>
<li>
<a href="license.html">License</a>
@@ -119,6 +119,9 @@
<a href="introduction.html">Introduction</a>
</li>
<li>
+<a href="tracks/index.html">Tracks</a>
+</li>
+<li>
<a href="installing/index.html">Installing</a>
</li>
<li>
@@ -145,6 +148,9 @@
<li>
<a href="snippet/index.html">Snippets</a>
</li>
+<li>
+<a target="_blank" href="http://wiki.cocoondev.org/">Wiki Docs</a>
+</li>
</ul>
</li>
<li>
@@ -174,13 +180,13 @@
<a href="who.html">Hall of Fame</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
</li>
<li>
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail
Archives</a>
+<a target="_blank"
href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
</li>
</ul>
</li>
@@ -202,13 +208,13 @@
<font color="#CFDCED">Links</font>
<ul>
<li>
-<a href="http://cocoon.apache.org/link/index.html">Cocoon Links</a>
+<a target="_blank" href="http://cocoon.apache.org/link/index.html">Cocoon
Links</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/livesites.html">Live Sites</a>
+<a target="_blank"
href="http://cocoon.apache.org/link/livesites-2.1.html">Live Sites</a>
</li>
<li>
-<a href="http://cocoon.apache.org/link/hosting.html">Cocoon Hosting</a>
+<a target="_blank" href="http://cocoon.apache.org/link/hosting.html">Cocoon
Hosting</a>
</li>
</ul>
</li>
@@ -256,41 +262,37 @@
<!--================= end middle NavBar ==================-->
<!--================= start Content==================-->
<tr>
-<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
+<td align="left" width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" align="left"
width="100%">
<div class="content">
<table class="title" summary="">
<tr>
<td valign="middle">
-<h1>Xml.Apache Cocoon Sub-project bylaws addendum </h1>
-</td><script Language="Javascript">
-
-function printit(){
+<h1>Apache Cocoon project bylaws addendum</h1>
+</td><script language="Javascript" type="text/javascript">
+function printit() {
if (window.print) {
window.print() ;
} else {
- var WebBrowser = '<OBJECT
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" HEIGHT="0" WIDTH="0"
ID="WebBrowser1"></OBJECT>';
+ var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0"
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
-</script><script Language="Javascript">
+</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
- document.write('<td nowrap="nowrap" width="40" align="center">');
- document.write(' <a class="dida" href="javascript:printit()">');
- document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
- document.write(' print</a>');
- document.write('</td>');
+ document.write('<td nowrap="nowrap" width="40" align="center">');
+ document.write(' <a class="dida" href="javascript:printit()">');
+ document.write(' <img alt="Print this Page"
src="skin/images/printer.gif" class="skin"><br>');
+ document.write(' print</a>');
+ document.write('</td>');
}
</script><td nowrap="nowrap" width="40" align="center"><a class="dida"
href="bylaws-addendum.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif"
class="skin"><br>
PDF</a></td>
</tr>
</table>
<h3>The rules specific to Cocoon</h3>
-<p>
-<font size="-2">by Nicola Ken Barozzi</font>
-</p>
<ul class="minitoc">
<li>
<a href="#Communities">Communities</a>
@@ -363,7 +365,7 @@
<a name="N10058"></a><a name="Repositories"></a>
<h3>Repositories</h3>
<div style="margin-left: 0 ; border: 2px">
-<p>The Xml.Apache Cocoon Sub-project has the following CVS repositories.</p>
+<p>The Apache Cocoon project has the following CVS repositories.</p>
<a name="N10060"></a><a name="cocoon-2.0"></a>
<h4>cocoon-2.0</h4>
<div style="margin-left: 0 ; border: 2px">
@@ -380,6 +382,7 @@
</div>
</div>
+<div class="attribution">by Nicola Ken Barozzi</div>
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="skin/images/spacer.gif" class="spacer"></td>
</tr>
1.3 +63 -63 cocoon-site/site/2.1/introduction.pdf
<<Binary file>>
1.3 +26 -26 cocoon-site/site/2.1/catalog-test.pdf
<<Binary file>>
1.3 +46 -46 cocoon-site/site/2.1/overview.pdf
<<Binary file>>