cziegeler 02/01/18 00:33:42 Modified: src/documentation/stylesheets site2xhtml.xsl src/documentation/stylesheets/printer_skin site2xhtml.xsl src/documentation/xdocs index.xml Log: Applied docu patch from Nicola Ken Barozzi and fixed copyyright statement Revision Changes Path 1.3 +1 -1 xml-cocoon2/src/documentation/stylesheets/site2xhtml.xsl Index: site2xhtml.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/stylesheets/site2xhtml.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- site2xhtml.xsl 4 Jan 2002 10:13:15 -0000 1.2 +++ site2xhtml.xsl 18 Jan 2002 08:33:42 -0000 1.3 @@ -114,7 +114,7 @@ <tr> <td align="center"> <font color="#0086b2" face="arial,helvetica,sanserif" size="-1"> - <i>Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.</i> + <i>Copyright © @year@ The Apache Software Foundation. All Rights Reserved.</i> </font> </td> </tr> 1.3 +1 -1 xml-cocoon2/src/documentation/stylesheets/printer_skin/site2xhtml.xsl Index: site2xhtml.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/stylesheets/printer_skin/site2xhtml.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- site2xhtml.xsl 8 Jan 2002 10:34:06 -0000 1.2 +++ site2xhtml.xsl 18 Jan 2002 08:33:42 -0000 1.3 @@ -109,7 +109,7 @@ <tr> <td align="center"> <font color="#0086b2" face="arial,helvetica,sanserif" size="-1"> - <i>Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.</i> + <i>Copyright © @year@ The Apache Software Foundation. All Rights Reserved.</i> </font> </td> </tr> 1.4 +19 -15 xml-cocoon2/src/documentation/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 17 Jan 2002 16:17:52 -0000 1.3 +++ index.xml 18 Jan 2002 08:33:42 -0000 1.4 @@ -268,12 +268,12 @@ context contracts is the need for URL-encoded parameters to drive the page output. These overlaps break the pyramid model and increase the management costs.</p> - <p>In Cocoon, the reactor pattern will be abandoned in favor of + <p>Starting with Version 2.0, the reactor pattern has been abandoned in favor of a pipeline mapping technique. This is based on the fact that the number of different contracts is limited even for big sites and grows with a rate that is normally much less than its size.</p> - <p>Also, for performance reasons, Cocoon will try to compile + <p>Also, for performance reasons, Cocoon tries to compile everything that is possibly compilable (pages/XSP into generators, stylesheets into transformers, etc...) so, in this new model, the <em>processing chain</em> that generates the page contains (in a direct executable form) all the @@ -281,13 +281,13 @@ response.</p> <p>This means that instead of using event-driven request-time DTD interpretation - (done in all Cocoon 1 processors), these will be either compiled into transformers + (done in all Cocoon 1 processors), these are compiled into transformers directly (XSLT stylesheet compilation) or compiled into generators using logicsheets and XSP which will remove totally the need for request-time - interpretation solutions like DCP that will be removed.</p> + interpretation solutions like DCP that has been removed.</p> - <note>Some of these features are already present in latest Cocoon 1.x - releases but the Cocoon architecture will make them central to its new + <note>Some of these features were already present in latest Cocoon 1.x + releases but now the Cocoon architecture makes them central to its new core.</note> </s1> @@ -303,21 +303,24 @@ for more information on this.</p> </s1> - -<s1 title="Pre-compilation, Pre-generation and Caching"> - <p>The cache system in Cocoon 1 will be ported with very little - design changes since it's very flexible and was not polluted by early design - constraints since it appeared in later versions. The issue regarding static - file caching that, no matter what, will always be slower than direct web server - caching, means that Cocoon will be as <em>proxy friendly</em> as possible.</p> - +<s1 title="Caching"> + <p>The cache system of Cocoon has a very flexible and powerful design. + The algorithms and components used are not hard-wired to the core + of Cocoon. Instead they are dynamically configurable.</p> + <p>The cache system automatically checks for valid cached content and + delivers the valid content directly from the cache without any + pipeline processing.</p> + <p>The issue regarding static file caching that, no matter what, will + always be slower than direct web server caching, means that Cocoon tries + to be as <em>proxy friendly</em> as possible.</p> <p>To be able to put most of the static part of the job back on the web - server (where it belongs), Cocoon will greatly improve its command line + server (where it belongs), Cocoon provides a command line operation, allowing the creation of <em>site makefiles</em> that will automatically scan the web site and the source documents and will provide a way to <em>regenerate</em> the static part of a web site (images and tables included!) based on the same XML model used in the dynamic operation version.</p> +<!-- Needs rewriting <p>Cocoon will, in fact, be the integration between Cocoon 1 and Stylebook.</p> <p>It will be up to the web server administrator to use static @@ -332,6 +335,7 @@ <p>Also, it will be possible to avoid on-the-fly page and stylesheet compilation (which makes debugging harder) with command line pre-compilation hooks that will work like normal compilers from a developer's point of view.</p> +--> </s1> </body> </document>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]