Modified: cocoon/site/site/2.1/changes.pdf URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/changes.pdf?view=diff&r1=159368&r2=159369 ============================================================================== Binary files - no diff available.
Modified: cocoon/site/site/2.1/changes.rss URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/changes.rss?view=diff&r1=159368&r2=159369 ============================================================================== --- cocoon/site/site/2.1/changes.rss (original) +++ cocoon/site/site/2.1/changes.rss Tue Mar 29 05:47:29 2005 @@ -1,27 +1,409 @@ -<?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> add</title><link>http://cocoon.apache.org//changes.html</link><description> add +<?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> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + AG + : + + Updated hsqldb to 1.7.3.3. + </description></item><item><title> fix</title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + VG + : + + Fix caching of i18n bundles with expires validities. + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + VG + : + + Implemented error handling for the internal requests. Error handling for + the internal requests configured using when attribute on + the handle-errors element. Supported values are: + external: This error handler should be used only on + external requests (default); + internal: This error handler should be used only on + internal requests; + always: This error handler can be used for all + requests. + + Currently, if internal error handling is enabled, only inner most error handler + will be used for errors which happened during internal pipeline + processing. + </description></item><item><title> fix</title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + VG + : + + Sitemap now properly throws ResourceNotFound exception for not matched + requests even if last pipeline marked as an internal pipeline. + </description></item><item><title> fix</title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + VG + : + + Sitemap handle-errors now reports an error if generator is missing, or + if type attribute (deprecated) specified and generator is present. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + AG + : + + Updated quartz to 1.4.5, jcs to 1.2.5-dev-20050313. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + SW + : + + Refactored the Deprecation class: the "forbidden-deprecation-level" parameter in web.xml + allows to raise deprecation exceptions depending on the log level. For example, DEBUG + allows no deprecations (strict mode), and FATAL_ERROR allows all (tolerant mode). + Default is ERROR, allowing messages up to WARN. + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + SW + : + + A flowscript's file encoding can now be specified by a comment on the script's + very first line, in the form "// encoding = xxxx". Otherwise, the + default platform encoding is used. + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + JQ + : + + Added QueryBean as a standalone block, copied over from 2.2.0. Removed + the original from the Lucene Block. Stores Favourites using OJB in HSQLDB. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + SW + : + + CForms: separate FormattingDateConvertor that uses + java.text.SimpleDateFormat and Icu4jDateFormatter + that uses ICU4J. There was previously an automatic switch to ICU4J if the + library was present in the classpath, which sometimes caused some strange + results are it behaves a bit differently. + </description></item><item><title> fix</title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + BD + : + + Tour block: fix "shapes" sample using if/else in flowscript + instead of switch. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + VG + : + + Build: Added exclude.all.blocks and include.all.blocks properties + to quickly toggle all blocks on or off. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + AG + : + + Updated antlr to 2.7.5, groovy to 1.0-beta-10, jetty to 4.2.23 + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + VG + : + + OJB Block: Marked as stable. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + all + : + + Make Cocoon compilable and buildable using JDK 5.0. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + CZ + : + + Remove scratchpad block - the scratchpad area is only available in trunk. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + AG + : + + Deprecated Pizza compiler support in XSP. To be removed in Cocoon 2.2. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + VG + : + + CForms: JavaSelectionList implementations can now be Contextualizable and + can build SelectionLists with XMLizable labels. + </description></item><item><title> fix + (bug 10277) + </title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + CZ + (fixes bug 10277) + + : + + Change the mime-type setting of a reader. See also bug #25121. + </description></item><item><title> fix + (bug 33836) + </title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + LG + (fixes bug 33836) + + : + + Fix thread safety problem in JXTemplateGenerator.setup() concerning template script reparsing. + Thanks to Niklas Therning.</description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + LG + : + + Polish i18n for CForms. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + VG + : + + OJB Block: Renamed JdoPMF component to JDO, OdmgImplementation to ODMG, and + removed PBFactory component - please use OJB PersistenceFactory API directly. + </description></item><item><title> fix</title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + VG + : + + Runnable Manager: Fix bug preventing scheduling of two different jobs at the same time. + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + SW + : + + Many changes in CForms block. + + Widgets: + + add Widget.getDefinition() to access the definition that was used to create the widget. + make widget definitions immutable once setup. This is necessary with the previous change as a definition + is shared by all of the widgets it creates and modifying it could lead to weird behaviors. + new "output" widget state, where values are displayed but not read on the request. The difference with + "disabled" is that "output" widgets are displayed as plain text and not as disabled inputs. + add on-create event listeners that are called when a widget is created. + deprecate "struct" in favor of "group" in definition, template and binding. More work is needed on the + relation between ft:group and fi:group provided by forms-page-styling.xsl + + + Field: + + a field's selection list can be removed by setting it to null. This previously re-installed the widget + definition's selection list. + a field can have an optional initial value defined using <initial-value locale="...">...</initial-value>. + The "locale" attribute is used to convert the value text into an object as defined by the datatype's convertor. + This feature is also available on AggregateField and BooleanField (for which locale is useless). + + + Form.js : + + the argument of new Form(...) can now be either a String or a DOM Element. + Accepting an Element allows the use of any kind of dynamic process to build the form + definition. + Form.showForm() now uses a single continuation, which saves memory and speeds + up processing by shortening the continuation chain when the user has a long interaction + with the form. + "ttl" parameter added to Form.showForm(), which has the same meaning as for cocoon.sendPageAndWait(). + new "cleanupHook" property on Form: this is a function that is called each time the form is displayed. + This is similar to the "fun" parameter of cocoon.sendPageAndWait(). + new "restoreHook" property on Form: this is a function that is called each time the continuation is called back, + to restore if needed the execution environment before processing the request. + + + Actions: + + the "action-command" attribute is deprecated and replaced by "command" which is now optional, except on + repeater-action and row-action where it indicates what to do. + new "insert-rows" repeater-action that insert new rows before the selected rows in a repeater + + + Styling: styling "output" is deprecated and will be removed in 2.1.8. The "output" widget state should be + used instead. + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + TC + : + + Added best-fit-while-keeping-aspect-ratio option to the ImageReader + </description></item><item><title> fix + (bug 33319) + </title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + VG + (fixes bug 33319) + + : + + Resource Reader: Make sure response is cacheable when expires parameter is not set. + Thanks to Adam Ratclife.</description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + VG + : + + Mail Block: Add support for replyTo. + Thanks to Andrew Thornton.</description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + UV + : + + CocoonBean can now process a URL to a SAX ContentHandler (skipping the serialiser), via cocoon.process(uri, handler). + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + VG + : + + OJB Block: Integrated OJB logging with Cocoon logging. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + CZ + : + + Add a deprecation logger that gives hint about used deprecated stuff. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + AG + : + + Updated commons-transaction to 1.0.1, castor to 0.9.6, groovy to beta-9, quartz to 1.4.4. + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + SW + : + + Remove restrictions on the flowscript object model (FOM): the objects available through the + cocoon object (request, session, response, etc) now provide the full API of the + corresponding Java classes. + </description></item><item><title> fix</title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + CZ + : + + CForms: forms generator and template transformer now use the same object model as the JXTG: access + to objects have to use the "cocoon" object, like "cocoon/continuation/id". + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + RP + : + + hsqldb: make name and path of database parameterizable - this way the database can be located outside of Cocoon + </description></item><item><title> fix + (bug 32987) + </title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + CZ + (fixes bug 32987) + + : + + Apply patch for a better exception handling in the Meta-InputModule when an input module is not found. + Thanks to Michal Durdina.</description></item><item><title> fix + (bug 33097) + </title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + JH + (fixes bug 33097) + + : + + Fixed caching of i18n bundles when using multiple locations. + </description></item><item><title> fix + (bug 33178) + </title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + SW + (fixes bug 33178) + + : + + Fix handling of environment context when returning from a pass-through sitemap mount. + Thanks to Jean-Baptiste Quenot.</description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + CZ + : + + Portal Block: Add portal tools framework contribution. + Thanks to Jens Maukisch.</description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + CZ + : + + Build system: External blocks can be built together with Cocoon. + </description></item><item><title> fix + (bug 33091) + </title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + RG + (fixes bug 33091) + + : + + Refreshing a page with a JSR-168 portlet in it could cause unexpected results. JSR-168 urls can + now be configured to contain the data required to generated the required events. + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add + by + AG + : + + Add <compiler-compliance-level> parameter for java XSP compiler. + This new parameter allow to specify the java code source version used to compile the XSP code. + It is useful to run cocoon using java 1.5 while using source code for 1.4. + + Posible values: + 1.3 = Java version 1.3 + 1.4 = Java version 1.4 + 1.5 = Java version 1.5 + auto = The version of the JVM where cocoon is running. (Default value). + + NOTE: The parameter is optional to keep backward compatibility. + The parameter currently works only with Sun Javac compiler. + The eclipse compiler version 3.0.1 currently does not support java 1.5. + The pizza compiler does not support java 1.5. + </description></item><item><title> fix + (bug 32838) + </title><link>http://cocoon.apache.org/changes.html</link><description> fix + by + RG + (fixes bug 32838) + + : + + PageLabel url's were not properly encoded. + Thanks to Roy Huang.</description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update + by + AG + : + + Updated quartz to 1.4.3, nekodtd to 0.1.11, nekohtml to 0.9.4 + castor to 0.9.5.4, commons-digester to 1.6, groovy to 1.0-beta-8, asm to 1.5.2 + and asm-util to 1.5.2. + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add by AG : Added commons-transaction 1.0 and commons-codec 1.3. Both are needed by slide 2.1. - </description></item><item><title> update</title><link>http://cocoon.apache.org//changes.html</link><description> update + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update by AG : Updated jakarta-slide-webdavlib to 2.1, jdom to 1.0, slide-kernel to 2.1, slide-stores to 2.1, slide-webdavservlet to 2.1. - </description></item><item><title> add</title><link>http://cocoon.apache.org//changes.html</link><description> add + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add by RG : - Portal now allows Cocoon to be deployed as a war (only supports local JSR-168 portlets) and - allows external portlets to be in a war. + Portal now allows Cocoon to be deployed as a war (only supports local JSR-168 portlets) and + allows external portlets to be in a war. </description></item><item><title> fix (bug 31668) - </title><link>http://cocoon.apache.org//changes.html</link><description> fix + </title><link>http://cocoon.apache.org/changes.html</link><description> fix by SW (fixes bug 31668) @@ -31,7 +413,7 @@ CForms: the parser used to read form files now uses the EntityResolver defined in cocoon.xconf. </description></item><item><title> fix (bug 32620) - </title><link>http://cocoon.apache.org//changes.html</link><description> fix + </title><link>http://cocoon.apache.org/changes.html</link><description> fix by AG (fixes bug 32620) @@ -41,7 +423,7 @@ Tiny typo in AbstractTextSerializer Thanks to Micah Dubinko.</description></item><item><title> fix (bug 32645) - </title><link>http://cocoon.apache.org//changes.html</link><description> fix + </title><link>http://cocoon.apache.org/changes.html</link><description> fix by RG (fixes bug 32645) @@ -49,7 +431,7 @@ : Modified PortletURLProviderImpl.toString() to create a copy of itself and register that with the event. - </description></item><item><title> add</title><link>http://cocoon.apache.org//changes.html</link><description> add + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add by LG : @@ -59,7 +441,7 @@ when session gets invalidated by servlet container. This is a good security option for web applications. </description></item><item><title> fix (bug 32083) - </title><link>http://cocoon.apache.org//changes.html</link><description> fix + </title><link>http://cocoon.apache.org/changes.html</link><description> fix by AG (fixes bug 32083) @@ -67,31 +449,31 @@ : Update Deli to x031104 (include over 300 vendor, operator and third party profiles) - Thanks to Mark H. Butler.</description></item><item><title> update</title><link>http://cocoon.apache.org//changes.html</link><description> update + Thanks to Mark H. Butler.</description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update by AG : - Updated hsqldb to 1.7.3, lucene to 1.4.3, ehcache to 1.1, log4j 1.2.9. - </description></item><item><title> add</title><link>http://cocoon.apache.org//changes.html</link><description> add + Updated hsqldb to 1.7.3, lucene to 1.4.3, ehcache to 1.1, log4j to 1.2.9. + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add by TC : - paranoid: make the classloader implementation configurable + Paranoid: make the classloader implementation configurable </description></item><item><title> fix (bug 32408) - </title><link>http://cocoon.apache.org//changes.html</link><description> fix + </title><link>http://cocoon.apache.org/changes.html</link><description> fix by AG (fixes bug 32408) : - typo on the date-selector doc. + Typo on the date-selector doc. Thanks to Juan Jose Pablos.</description></item><item><title> fix (bug 30043) - </title><link>http://cocoon.apache.org//changes.html</link><description> fix + </title><link>http://cocoon.apache.org/changes.html</link><description> fix by AG (fixes bug 30043) @@ -101,7 +483,7 @@ xml2html.xslt does not work on IE. Thanks to Micah Dubinko.</description></item><item><title> fix (bug 32417) - </title><link>http://cocoon.apache.org//changes.html</link><description> fix + </title><link>http://cocoon.apache.org/changes.html</link><description> fix by RG (fixes bug 32417) @@ -110,12 +492,12 @@ Portal: attributes "javax.portlet.request" and "javax.portlet.response" were not set for JSR-168 portlets running in the Cocoon webapp. - </description></item><item><title> add</title><link>http://cocoon.apache.org//changes.html</link><description> add + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add by RP : - cForms: added HTMLCleaning convertor (taken from Outerthought's Daisy) that cleans + CForms: added HTMLCleaning convertor (taken from Outerthought's Daisy) that cleans up the result by HTMLArea fields. The cleanup process, that is based upon Nekohtml can be configured. One confiugration is available at resource://org/apache/cocoon/forms/datatype/convertor/HtmlCleanerConfiguration.xml @@ -128,12 +510,12 @@ config="resource://org/apache/cocoon/forms/datatype/convertor/HtmlCleanerConfiguration.xml"/> </fd:datatype> - </description></item><item><title> add</title><link>http://cocoon.apache.org//changes.html</link><description> add + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add by RP : - cForms: 'htmlarea' fields can be directly configured in cForms templates + CForms: 'htmlarea' fields can be directly configured in cForms templates Example configuration (within the <conf> part the variable conf contains the configuration object of HTMLArea @@ -155,26 +537,26 @@ </conf> </fi:styling> - </description></item><item><title> fix</title><link>http://cocoon.apache.org//changes.html</link><description> fix + </description></item><item><title> fix</title><link>http://cocoon.apache.org/changes.html</link><description> fix by RP : - cForms: fields styled as 'htmlarea' can be used in tables (workaround for strange IE behaviour) - </description></item><item><title> add</title><link>http://cocoon.apache.org//changes.html</link><description> add + CForms: fields styled as 'htmlarea' can be used in tables (workaround for strange IE behaviour) + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add by SW : CForms: add a new "link" styling for action widgets, that renders the action as an hypertext link. - </description></item><item><title> update</title><link>http://cocoon.apache.org//changes.html</link><description> update + </description></item><item><title> update</title><link>http://cocoon.apache.org/changes.html</link><description> update by RG : DateInputModule now accepts date format string when specified in a sitemap. - Thanks to Nico Verwer.</description></item><item><title> add</title><link>http://cocoon.apache.org//changes.html</link><description> add + Thanks to Nico Verwer.</description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add by RG : @@ -182,7 +564,7 @@ Portal: Added support for storing JSR-168 Portlet preferences. </description></item><item><title> fix (bug 32342) - </title><link>http://cocoon.apache.org//changes.html</link><description> fix + </title><link>http://cocoon.apache.org/changes.html</link><description> fix by JH (fixes bug 32342) @@ -191,13 +573,13 @@ Batik block: Fixed handling for empty extract URIs when matching on null namespace URIs. - </description></item><item><title> add</title><link>http://cocoon.apache.org//changes.html</link><description> add + </description></item><item><title> add</title><link>http://cocoon.apache.org/changes.html</link><description> add by GP : Allow attribute values to be matches as well for EncodeURLTransformer. - </description></item><item><title> fix</title><link>http://cocoon.apache.org//changes.html</link><description> fix + </description></item><item><title> fix</title><link>http://cocoon.apache.org/changes.html</link><description> fix by BRD : @@ -206,7 +588,7 @@ handling between normal requests and multipart requests. </description></item><item><title> fix (bug 31887) - </title><link>http://cocoon.apache.org//changes.html</link><description> fix + </title><link>http://cocoon.apache.org/changes.html</link><description> fix by BRD (fixes bug 31887) @@ -214,7 +596,7 @@ : I18n (ParamSaxBuffer): handle case where substitution params like {0} are split over multiple character events. - Thanks to Neil Bacon.</description></item><item><title> fix</title><link>http://cocoon.apache.org//changes.html</link><description> fix + Thanks to Neil Bacon.</description></item><item><title> fix</title><link>http://cocoon.apache.org/changes.html</link><description> fix by LG : Modified: cocoon/site/site/2.1/developing/avalon.html URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/avalon.html?view=diff&r1=159368&r2=159369 ============================================================================== --- cocoon/site/site/2.1/developing/avalon.html (original) +++ cocoon/site/site/2.1/developing/avalon.html Tue Mar 29 05:47:29 2005 @@ -2,14 +2,18 @@ <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta content="Apache Forrest" name="Generator"> +<meta name="Forrest-version" content="0.6"> +<meta name="Forrest-skin-name" content="forrest-site"> <title>Avalon for Apache Cocoon</title> <link type="text/css" href="../skin/page.css" rel="stylesheet"> +<link rel="shortcut icon" href="../"> </head> <body text="#000000" bgcolor="#FFFFFF"> <!--================= start Navigation Path ==================--> <table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> -<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> +<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><a href="http://www.apache.org/">apache</a> > <a href="http://cocoon.apache.org/">cocoon</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> </tr> <tr> <td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" src="../skin/images/spacer.gif" class="spacer"></td> @@ -20,9 +24,9 @@ <table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <!--================= start Group Logo ==================--> -<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> +<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> <!--================= end Group Logo ==================--> -<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif"></a></td> +<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif" title="Apache Cocoon"></a></td> <!--================= end Project Logo ==================--> <!--================= start Search ==================--><td valign="top" rowspan="2" bgcolor="#294563"> <form target="_blank" action="http://www.google.com/search" method="get"> @@ -31,13 +35,13 @@ <td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> -<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="sitesearch" type="hidden"><input size="15" name="q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> +<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="as_sitesearch" type="hidden"><input size="15" name="as_q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> <br> <font face="Arial, Helvetica, Sans-serif" size="2" color="white"> - the Apache Cocoon site - - - </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> + the Apache Cocoon site + + + </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td><img alt="" border="0" height="10" width="9" src="../skin/images/search-left.gif"></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td><img alt="" border="0" height="10" width="9" src="../skin/images/search-right.gif"></td> @@ -45,7 +49,7 @@ </table> </form> </td> -<!--================= start Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<!--================= end Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td valign="bottom" bgcolor="#294563" colspan="2"> @@ -64,10 +68,10 @@ </table> </div> <!--================= end Tabs ==================--> -</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="../skin/images/spacer.gif" class="spacer"></td> +</td><td bgcolor="#294563"></td> </tr> <tr> -<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<td height="10" bgcolor="#4C6C8F" colspan="4"></td> </tr> </table> <!--================= end Banner ==================--> @@ -98,73 +102,93 @@ <li> <font color="#CFDCED">Navigation</font> <ul> + <li> <a href="../index.html">Main</a> </li> + </ul> </li> <li> <font color="#CFDCED">Concepts</font> <ul> + <li> <a href="httprequest.html">Internals</a> </li> + <li> <a href="extending.html">Extending</a> </li> + <li> <span class="sel"><font color="#ffcc00">Avalon</font></span> </li> + <li> <a href="source.html">Source Handling</a> </li> + <li> <a href="stores.html">Stores</a> </li> + <li> <a href="datasources.html">Using Databases</a> </li> + <li> <a href="parent-component-manager.html">Parent CM</a> </li> + <li> <a href="deliquick.html">DELI Quick Start</a> </li> + <li> <a href="deli.html">DELI</a> </li> + </ul> </li> <li> <font color="#CFDCED">Webapps</font> <ul> + <li> <a href="webapps/index.html">Developing Webapps</a> </li> + </ul> </li> <li> <font color="#CFDCED">Portal</font> <ul> + <li> <a href="portal/index.html">Building a portal</a> </li> + </ul> </li> <li> <font color="#CFDCED">Blocks</font> <ul> + <li> <a href="web3.html">Connect to SAP R/3</a> </li> + </ul> </li> <li> <font color="#CFDCED">Java</font> <ul> + <li> <a target="_blank" href="../apidocs/index.html">API (Javadoc)</a> </li> + </ul> </li> </ul> @@ -206,28 +230,8 @@ <tr> <td valign="middle"> <h1>Avalon for Apache Cocoon</h1> -</td><script language="Javascript" type="text/javascript"> -function printit() { -if (window.print) { - window.print() ; -} else { - 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" 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>'); -} -</script><td nowrap="nowrap" width="40" align="center"><a class="dida" href="avalon.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> - PDF</a></td> +</td><td nowrap="nowrap" width="40" align="center"><a class="dida" href="avalon.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> + PDF</a></td> </tr> </table> <p class="type">Type: Technical document</p> @@ -464,31 +468,22 @@ <div style="margin-left: 0 ; border: 2px"> <p>Avalon now incorporates a couple of modifiers for a Component definition that allows you to control the number of Components in a - pool, and how quickly it grows. This is especially helpful in Cocoon + pool. This is especially helpful in Cocoon where the defaults don't always work well.</p> -<p>The magic attributes are "pool-min", "pool-max", and "pool-grow". +<p>The magic attribute is "pool-max". The defaults are:</p> <ol> <li>pool-max: 8</li> - -<li>pool-min: 2</li> - -<li>pool-grow: pool-min (2)</li> </ol> <p>What this means is that the pool for the default component initially - contains 2 instances. If demand exceeds this then the pool will - increase, two components at a time, up to 8 instances. Beyond that the + contains zero instances. If demand exceeds this then the pool will + increase, one component at a time, up to 8 instances. Beyond that the pool turns into a factory. That is, new <span class="codefrag">Component</span> instances are created, but destroyed when they are returned. This is a performance issue - but it does manage the number of instances available at one time.</p> -<p>Please note that if not specified, "pool-grow" always matches - "pool-min". If not specified "pool-min" always equals "2". If you - specify the minimum to be higher than the maximum, then the maximum - will match the minimum, and the pool will be completely filled on - initialization.</p> </div> </div> @@ -506,11 +501,14 @@ <!--================= start Footer ==================--> <table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> -<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td> +<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a></td> </tr> <tr> -<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright © - 1999-2004 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!-- +<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif"><a href="http://www.apache.org/licenses/"> + Copyright © 1999-2005 + The Apache Software Foundation.</a> + All rights reserved. + <script type="text/javascript" language="JavaScript"><!-- document.write(" - "+"Last Published: " + document.lastModified); // --></script></font></td> </tr> Modified: cocoon/site/site/2.1/developing/avalon.pdf URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/avalon.pdf?view=diff&r1=159368&r2=159369 ============================================================================== Binary files - no diff available. Modified: cocoon/site/site/2.1/developing/datasources.html URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/datasources.html?view=diff&r1=159368&r2=159369 ============================================================================== --- cocoon/site/site/2.1/developing/datasources.html (original) +++ cocoon/site/site/2.1/developing/datasources.html Tue Mar 29 05:47:29 2005 @@ -2,14 +2,18 @@ <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta content="Apache Forrest" name="Generator"> +<meta name="Forrest-version" content="0.6"> +<meta name="Forrest-skin-name" content="forrest-site"> <title>Using Databases in Apache Cocoon</title> <link type="text/css" href="../skin/page.css" rel="stylesheet"> +<link rel="shortcut icon" href="../"> </head> <body text="#000000" bgcolor="#FFFFFF"> <!--================= start Navigation Path ==================--> <table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> -<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> +<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><a href="http://www.apache.org/">apache</a> > <a href="http://cocoon.apache.org/">cocoon</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> </tr> <tr> <td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" src="../skin/images/spacer.gif" class="spacer"></td> @@ -20,9 +24,9 @@ <table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <!--================= start Group Logo ==================--> -<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> +<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> <!--================= end Group Logo ==================--> -<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif"></a></td> +<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif" title="Apache Cocoon"></a></td> <!--================= end Project Logo ==================--> <!--================= start Search ==================--><td valign="top" rowspan="2" bgcolor="#294563"> <form target="_blank" action="http://www.google.com/search" method="get"> @@ -31,13 +35,13 @@ <td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> -<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="sitesearch" type="hidden"><input size="15" name="q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> +<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="as_sitesearch" type="hidden"><input size="15" name="as_q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> <br> <font face="Arial, Helvetica, Sans-serif" size="2" color="white"> - the Apache Cocoon site - - - </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> + the Apache Cocoon site + + + </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td><img alt="" border="0" height="10" width="9" src="../skin/images/search-left.gif"></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td><img alt="" border="0" height="10" width="9" src="../skin/images/search-right.gif"></td> @@ -45,7 +49,7 @@ </table> </form> </td> -<!--================= start Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<!--================= end Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td valign="bottom" bgcolor="#294563" colspan="2"> @@ -64,10 +68,10 @@ </table> </div> <!--================= end Tabs ==================--> -</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="../skin/images/spacer.gif" class="spacer"></td> +</td><td bgcolor="#294563"></td> </tr> <tr> -<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<td height="10" bgcolor="#4C6C8F" colspan="4"></td> </tr> </table> <!--================= end Banner ==================--> @@ -98,93 +102,73 @@ <li> <font color="#CFDCED">Navigation</font> <ul> - <li> <a href="../index.html">Main</a> </li> - </ul> </li> <li> <font color="#CFDCED">Concepts</font> <ul> - <li> <a href="httprequest.html">Internals</a> </li> - <li> <a href="extending.html">Extending</a> </li> - <li> <a href="avalon.html">Avalon</a> </li> - <li> <a href="source.html">Source Handling</a> </li> - <li> <a href="stores.html">Stores</a> </li> - <li> <span class="sel"><font color="#ffcc00">Using Databases</font></span> </li> - <li> <a href="parent-component-manager.html">Parent CM</a> </li> - <li> <a href="deliquick.html">DELI Quick Start</a> </li> - <li> <a href="deli.html">DELI</a> </li> - </ul> </li> <li> <font color="#CFDCED">Webapps</font> <ul> - <li> <a href="webapps/index.html">Developing Webapps</a> </li> - </ul> </li> <li> <font color="#CFDCED">Portal</font> <ul> - <li> <a href="portal/index.html">Building a portal</a> </li> - </ul> </li> <li> <font color="#CFDCED">Blocks</font> <ul> - <li> <a href="web3.html">Connect to SAP R/3</a> </li> - </ul> </li> <li> <font color="#CFDCED">Java</font> <ul> - <li> <a target="_blank" href="../apidocs/index.html">API (Javadoc)</a> </li> - </ul> </li> </ul> @@ -226,28 +210,8 @@ <tr> <td valign="middle"> <h1>Using Databases in Apache Cocoon</h1> -</td><script language="Javascript" type="text/javascript"> -function printit() { -if (window.print) { - window.print() ; -} else { - 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" 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>'); -} -</script><td nowrap="nowrap" width="40" align="center"><a class="dida" href="datasources.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> - PDF</a></td> +</td><td nowrap="nowrap" width="40" align="center"><a class="dida" href="datasources.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> + PDF</a></td> </tr> </table> <p class="type">Type: Overview document</p> @@ -260,6 +224,14 @@ </li> <li> <a href="#Defining+a+Data+Source">Defining a Data Source</a> +<ul class="minitoc"> +<li> +<a href="#The+JDBC+Connection+Properties">The JDBC Connection Properties</a> +</li> +<li> +<a href="#The+J2EE+Connection+Property">The J2EE Connection Property</a> +</li> +</ul> </li> <li> <a href="#Using+the+Data+Source+Component">Using the Data Source Component</a> @@ -306,7 +278,7 @@ are separated by white space or commas. </p> </div> -<a name="N10032"></a><a name="Defining+a+Data+Source"></a> +<a name="N10031"></a><a name="Defining+a+Data+Source"></a> <h4>Defining a Data Source</h4> <div style="margin-left: 0 ; border: 2px"> <p> @@ -341,7 +313,7 @@ </datasources> </pre> -<a name="N10042"></a><a name="The+JDBC+Connection+Properties"></a> +<a name="N10040"></a><a name="The+JDBC+Connection+Properties"></a> <h5>The JDBC Connection Properties</h5> <div style="margin-left: 0 ; border: 2px"> <p> @@ -396,7 +368,7 @@ </ul> </div> -<a name="N10069"></a><a name="The+J2EE+Connection+Property"></a> +<a name="N10067"></a><a name="The+J2EE+Connection+Property"></a> <h5>The J2EE Connection Property</h5> <div style="margin-left: 0 ; border: 2px"> <p> @@ -406,7 +378,7 @@ </p> </div> </div> -<a name="N10073"></a><a name="Using+the+Data+Source+Component"></a> +<a name="N10071"></a><a name="Using+the+Data+Source+Component"></a> <h4>Using the Data Source Component</h4> <div style="margin-left: 0 ; border: 2px"> <p> @@ -473,11 +445,14 @@ <!--================= start Footer ==================--> <table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> -<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td> +<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a></td> </tr> <tr> -<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright © - 1999-2004 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!-- +<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif"><a href="http://www.apache.org/licenses/"> + Copyright © 1999-2005 + The Apache Software Foundation.</a> + All rights reserved. + <script type="text/javascript" language="JavaScript"><!-- document.write(" - "+"Last Published: " + document.lastModified); // --></script></font></td> </tr> Modified: cocoon/site/site/2.1/developing/datasources.pdf URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/datasources.pdf?view=diff&r1=159368&r2=159369 ============================================================================== Binary files - no diff available. Modified: cocoon/site/site/2.1/developing/deli.html URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/deli.html?view=diff&r1=159368&r2=159369 ============================================================================== --- cocoon/site/site/2.1/developing/deli.html (original) +++ cocoon/site/site/2.1/developing/deli.html Tue Mar 29 05:47:29 2005 @@ -2,14 +2,18 @@ <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta content="Apache Forrest" name="Generator"> +<meta name="Forrest-version" content="0.6"> +<meta name="Forrest-skin-name" content="forrest-site"> <title>DELI</title> <link type="text/css" href="../skin/page.css" rel="stylesheet"> +<link rel="shortcut icon" href="../"> </head> <body text="#000000" bgcolor="#FFFFFF"> <!--================= start Navigation Path ==================--> <table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> -<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> +<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><a href="http://www.apache.org/">apache</a> > <a href="http://cocoon.apache.org/">cocoon</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> </tr> <tr> <td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" src="../skin/images/spacer.gif" class="spacer"></td> @@ -20,9 +24,9 @@ <table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <!--================= start Group Logo ==================--> -<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> +<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> <!--================= end Group Logo ==================--> -<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif"></a></td> +<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif" title="Apache Cocoon"></a></td> <!--================= end Project Logo ==================--> <!--================= start Search ==================--><td valign="top" rowspan="2" bgcolor="#294563"> <form target="_blank" action="http://www.google.com/search" method="get"> @@ -31,13 +35,13 @@ <td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> -<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="sitesearch" type="hidden"><input size="15" name="q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> +<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="as_sitesearch" type="hidden"><input size="15" name="as_q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> <br> <font face="Arial, Helvetica, Sans-serif" size="2" color="white"> - the Apache Cocoon site - - - </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> + the Apache Cocoon site + + + </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td><img alt="" border="0" height="10" width="9" src="../skin/images/search-left.gif"></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td><img alt="" border="0" height="10" width="9" src="../skin/images/search-right.gif"></td> @@ -45,7 +49,7 @@ </table> </form> </td> -<!--================= start Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<!--================= end Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td valign="bottom" bgcolor="#294563" colspan="2"> @@ -64,10 +68,10 @@ </table> </div> <!--================= end Tabs ==================--> -</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="../skin/images/spacer.gif" class="spacer"></td> +</td><td bgcolor="#294563"></td> </tr> <tr> -<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<td height="10" bgcolor="#4C6C8F" colspan="4"></td> </tr> </table> <!--================= end Banner ==================--> @@ -226,28 +230,8 @@ <tr> <td valign="middle"> <h1>DELI</h1> -</td><script language="Javascript" type="text/javascript"> -function printit() { -if (window.print) { - window.print() ; -} else { - 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" 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>'); -} -</script><td nowrap="nowrap" width="40" align="center"><a class="dida" href="deli.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> - PDF</a></td> +</td><td nowrap="nowrap" width="40" align="center"><a class="dida" href="deli.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> + PDF</a></td> </tr> </table> <ul class="minitoc"> @@ -274,6 +258,23 @@ </li> <li> <a href="#Main+Configuration+File">Main Configuration File</a> +<ul class="minitoc"> +<li> +<a href="#Caching+options">Caching options</a> +</li> +<li> +<a href="#Debugging+options">Debugging options</a> +</li> +<li> +<a href="#Legacy+device+options">Legacy device options</a> +</li> +<li> +<a href="#Protocol+options">Protocol options</a> +</li> +<li> +<a href="#Vocabulary+options">Vocabulary options</a> +</li> +</ul> </li> <li> <a href="#Configuring+Legacy+Devices">Configuring Legacy Devices</a> @@ -439,7 +440,7 @@ solution so hopefully a more robust way of representing this information will be used in later versions of UAProf.</p> </div> -<a name="N100CA"></a><a name="W-HTTP+Protocol"></a> +<a name="N100C9"></a><a name="W-HTTP+Protocol"></a> <h3>W-HTTP Protocol</h3> <div style="margin-left: 0 ; border: 2px"> <p>An @@ -509,14 +510,14 @@ applying the UAProf resolution rules.</p> </div> -<a name="N100F9"></a><a name="Configuring+DELI"></a> +<a name="N100F5"></a><a name="Configuring+DELI"></a> <h3>Configuring DELI</h3> <div style="margin-left: 0 ; border: 2px"> <p>In order to use DELI, you need to enable the DELI component. In addition, you may want to configure DELI using <span class="codefrag">deliConfig.xml</span>, the DELI configuration file or <span class="codefrag">legacyDevices.xml</span>, the DELI legacy device support file.</p> -<a name="N10107"></a><a name="Cocoon.xconf"></a> +<a name="N10103"></a><a name="Cocoon.xconf"></a> <h4>Cocoon.xconf</h4> <div style="margin-left: 0 ; border: 2px"> <p>In order to use DELI you need to configure Deli and specify @@ -529,7 +530,7 @@ </deli> </pre> </div> -<a name="N1011B"></a><a name="Sitemap.xmap"></a> +<a name="N10116"></a><a name="Sitemap.xmap"></a> <h4>Sitemap.xmap</h4> <div style="margin-left: 0 ; border: 2px"> <p>In order to make profile information available to your stylesheet then you @@ -546,7 +547,7 @@ </map:match> </pre> </div> -<a name="N1012F"></a><a name="Main+Configuration+File"></a> +<a name="N10129"></a><a name="Main+Configuration+File"></a> <h4>Main Configuration File</h4> <div style="margin-left: 0 ; border: 2px"> <p>DELI also has its own @@ -573,7 +574,7 @@ </pre> <p>This file can contain a number of configuration directives described in in the following sections:</p> -<a name="N10145"></a><a name="Caching+options"></a> +<a name="N1013E"></a><a name="Caching+options"></a> <h5>Caching options</h5> <div style="margin-left: 0 ; border: 2px"> <p>The caching options control how the server @@ -617,7 +618,7 @@ </table> </div> -<a name="N10199"></a><a name="Debugging+options"></a> +<a name="N10192"></a><a name="Debugging+options"></a> <h5>Debugging options</h5> <div style="margin-left: 0 ; border: 2px"> <p>The debugging options are used to control the @@ -658,7 +659,7 @@ </table> </div> -<a name="N101ED"></a><a name="Legacy+device+options"></a> +<a name="N101E6"></a><a name="Legacy+device+options"></a> <h5>Legacy device options</h5> <div style="margin-left: 0 ; border: 2px"> <p>As already mentioned DELI can support legacy devices @@ -696,7 +697,7 @@ </table> </div> -<a name="N1022F"></a><a name="Protocol+options"></a> +<a name="N10228"></a><a name="Protocol+options"></a> <h5>Protocol options</h5> <div style="margin-left: 0 ; border: 2px"> <p>It is @@ -723,7 +724,7 @@ </table> </div> -<a name="N1025F"></a><a name="Vocabulary+options"></a> +<a name="N10258"></a><a name="Vocabulary+options"></a> <h5>Vocabulary options</h5> <div style="margin-left: 0 ; border: 2px"> <p>DELI has a number of vocabulary options. Firstly @@ -791,7 +792,7 @@ </table> </div> </div> -<a name="N102DB"></a><a name="Configuring+Legacy+Devices"></a> +<a name="N102D4"></a><a name="Configuring+Legacy+Devices"></a> <h4>Configuring Legacy Devices</h4> <div style="margin-left: 0 ; border: 2px"> <p>It is easy to configure DELI to recognise legacy @@ -819,7 +820,7 @@ </div> </div> -<a name="N102F6"></a><a name="Writing+CC%2FPP+and+UAProf+aware+stylesheets"></a> +<a name="N102EE"></a><a name="Writing+CC%2FPP+and+UAProf+aware+stylesheets"></a> <h3>Writing CC/PP and UAProf aware stylesheets</h3> <div style="margin-left: 0 ; border: 2px"> <p>Once you have got DELI running on Cocoon, the next @@ -889,7 +890,7 @@ </pre> </div> -<a name="N10319"></a><a name="Incorporating+DELI+into+other+Cocoon+components"></a> +<a name="N10310"></a><a name="Incorporating+DELI+into+other+Cocoon+components"></a> <h3>Incorporating DELI into other Cocoon components</h3> <div style="margin-left: 0 ; border: 2px"> <p>If you want to use DELI in other Cocoon components, DELI needs to go through an @@ -995,7 +996,7 @@ </pre> </div> -<a name="N10363"></a><a name="More+information+%3F"></a> +<a name="N10353"></a><a name="More+information+%3F"></a> <h3>More information ?</h3> <div style="margin-left: 0 ; border: 2px"> <p>For more information on the DELI library please refer to the @@ -1015,11 +1016,14 @@ <!--================= start Footer ==================--> <table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> -<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td> +<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a></td> </tr> <tr> -<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright © - 1999-2004 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!-- +<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif"><a href="http://www.apache.org/licenses/"> + Copyright © 1999-2005 + The Apache Software Foundation.</a> + All rights reserved. + <script type="text/javascript" language="JavaScript"><!-- document.write(" - "+"Last Published: " + document.lastModified); // --></script></font></td> </tr> Modified: cocoon/site/site/2.1/developing/deli.pdf URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/deli.pdf?view=diff&r1=159368&r2=159369 ============================================================================== Binary files - no diff available. Modified: cocoon/site/site/2.1/developing/deliquick.html URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/deliquick.html?view=diff&r1=159368&r2=159369 ============================================================================== --- cocoon/site/site/2.1/developing/deliquick.html (original) +++ cocoon/site/site/2.1/developing/deliquick.html Tue Mar 29 05:47:29 2005 @@ -2,14 +2,18 @@ <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta content="Apache Forrest" name="Generator"> +<meta name="Forrest-version" content="0.6"> +<meta name="Forrest-skin-name" content="forrest-site"> <title>DELI Quick Start Guide</title> <link type="text/css" href="../skin/page.css" rel="stylesheet"> +<link rel="shortcut icon" href="../"> </head> <body text="#000000" bgcolor="#FFFFFF"> <!--================= start Navigation Path ==================--> <table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> -<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> +<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><a href="http://www.apache.org/">apache</a> > <a href="http://cocoon.apache.org/">cocoon</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> </tr> <tr> <td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" src="../skin/images/spacer.gif" class="spacer"></td> @@ -20,9 +24,9 @@ <table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <!--================= start Group Logo ==================--> -<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> +<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> <!--================= end Group Logo ==================--> -<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif"></a></td> +<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif" title="Apache Cocoon"></a></td> <!--================= end Project Logo ==================--> <!--================= start Search ==================--><td valign="top" rowspan="2" bgcolor="#294563"> <form target="_blank" action="http://www.google.com/search" method="get"> @@ -31,13 +35,13 @@ <td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> -<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="sitesearch" type="hidden"><input size="15" name="q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> +<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="as_sitesearch" type="hidden"><input size="15" name="as_q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> <br> <font face="Arial, Helvetica, Sans-serif" size="2" color="white"> - the Apache Cocoon site - - - </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> + the Apache Cocoon site + + + </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td><img alt="" border="0" height="10" width="9" src="../skin/images/search-left.gif"></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td><img alt="" border="0" height="10" width="9" src="../skin/images/search-right.gif"></td> @@ -45,7 +49,7 @@ </table> </form> </td> -<!--================= start Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<!--================= end Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td valign="bottom" bgcolor="#294563" colspan="2"> @@ -64,10 +68,10 @@ </table> </div> <!--================= end Tabs ==================--> -</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="../skin/images/spacer.gif" class="spacer"></td> +</td><td bgcolor="#294563"></td> </tr> <tr> -<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<td height="10" bgcolor="#4C6C8F" colspan="4"></td> </tr> </table> <!--================= end Banner ==================--> @@ -98,73 +102,93 @@ <li> <font color="#CFDCED">Navigation</font> <ul> + <li> <a href="../index.html">Main</a> </li> + </ul> </li> <li> <font color="#CFDCED">Concepts</font> <ul> + <li> <a href="httprequest.html">Internals</a> </li> + <li> <a href="extending.html">Extending</a> </li> + <li> <a href="avalon.html">Avalon</a> </li> + <li> <a href="source.html">Source Handling</a> </li> + <li> <a href="stores.html">Stores</a> </li> + <li> <a href="datasources.html">Using Databases</a> </li> + <li> <a href="parent-component-manager.html">Parent CM</a> </li> + <li> <span class="sel"><font color="#ffcc00">DELI Quick Start</font></span> </li> + <li> <a href="deli.html">DELI</a> </li> + </ul> </li> <li> <font color="#CFDCED">Webapps</font> <ul> + <li> <a href="webapps/index.html">Developing Webapps</a> </li> + </ul> </li> <li> <font color="#CFDCED">Portal</font> <ul> + <li> <a href="portal/index.html">Building a portal</a> </li> + </ul> </li> <li> <font color="#CFDCED">Blocks</font> <ul> + <li> <a href="web3.html">Connect to SAP R/3</a> </li> + </ul> </li> <li> <font color="#CFDCED">Java</font> <ul> + <li> <a target="_blank" href="../apidocs/index.html">API (Javadoc)</a> </li> + </ul> </li> </ul> @@ -206,28 +230,8 @@ <tr> <td valign="middle"> <h1>DELI Quick Start Guide</h1> -</td><script language="Javascript" type="text/javascript"> -function printit() { -if (window.print) { - window.print() ; -} else { - 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" 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>'); -} -</script><td nowrap="nowrap" width="40" align="center"><a class="dida" href="deliquick.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> - PDF</a></td> +</td><td nowrap="nowrap" width="40" align="center"><a class="dida" href="deliquick.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> + PDF</a></td> </tr> </table> <ul class="minitoc"> @@ -269,11 +273,14 @@ <!--================= start Footer ==================--> <table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> -<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td> +<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a></td> </tr> <tr> -<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright © - 1999-2004 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!-- +<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif"><a href="http://www.apache.org/licenses/"> + Copyright © 1999-2005 + The Apache Software Foundation.</a> + All rights reserved. + <script type="text/javascript" language="JavaScript"><!-- document.write(" - "+"Last Published: " + document.lastModified); // --></script></font></td> </tr> Modified: cocoon/site/site/2.1/developing/deliquick.pdf URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/deliquick.pdf?view=diff&r1=159368&r2=159369 ============================================================================== Binary files - no diff available. Modified: cocoon/site/site/2.1/developing/extending.html URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/extending.html?view=diff&r1=159368&r2=159369 ============================================================================== --- cocoon/site/site/2.1/developing/extending.html (original) +++ cocoon/site/site/2.1/developing/extending.html Tue Mar 29 05:47:29 2005 @@ -2,14 +2,18 @@ <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta content="Apache Forrest" name="Generator"> +<meta name="Forrest-version" content="0.6"> +<meta name="Forrest-skin-name" content="forrest-site"> <title>Extending Apache Cocoon</title> <link type="text/css" href="../skin/page.css" rel="stylesheet"> +<link rel="shortcut icon" href="../"> </head> <body text="#000000" bgcolor="#FFFFFF"> <!--================= start Navigation Path ==================--> <table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> -<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> +<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><!--===== breadcrumb trail (javascript-generated) ====--><font size="2" face="Arial, Helvetica, Sans-serif"><a href="http://www.apache.org/">apache</a> > <a href="http://cocoon.apache.org/">cocoon</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td> </tr> <tr> <td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" src="../skin/images/spacer.gif" class="spacer"></td> @@ -20,9 +24,9 @@ <table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <!--================= start Group Logo ==================--> -<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> +<td bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/cocoon-project-logo.png"></a></td> <!--================= end Group Logo ==================--> -<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img border="0" class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif"></a></td> +<!--================= start Project Logo ==================--><td width="100%" align="center" bgcolor="#294563"><a href="http://cocoon.apache.org/"><img class="logoImage" alt="Apache Cocoon" src="../images/project-logo.gif" title="Apache Cocoon"></a></td> <!--================= end Project Logo ==================--> <!--================= start Search ==================--><td valign="top" rowspan="2" bgcolor="#294563"> <form target="_blank" action="http://www.google.com/search" method="get"> @@ -31,13 +35,13 @@ <td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> -<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="sitesearch" type="hidden"><input size="15" name="q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> +<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"><input value="cocoon.apache.org" name="as_sitesearch" type="hidden"><input size="15" name="as_q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="Search" type="submit"> <br> <font face="Arial, Helvetica, Sans-serif" size="2" color="white"> - the Apache Cocoon site - - - </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> + the Apache Cocoon site + + + </font></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td><img alt="" border="0" height="10" width="9" src="../skin/images/search-left.gif"></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td><img alt="" border="0" height="10" width="9" src="../skin/images/search-right.gif"></td> @@ -45,7 +49,7 @@ </table> </form> </td> -<!--================= start Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<!--================= end Search ==================--><td bgcolor="#294563"><img height="10" width="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td valign="bottom" bgcolor="#294563" colspan="2"> @@ -64,10 +68,10 @@ </table> </div> <!--================= end Tabs ==================--> -</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="../skin/images/spacer.gif" class="spacer"></td> +</td><td bgcolor="#294563"></td> </tr> <tr> -<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="../skin/images/spacer.gif" class="spacer"></td> +<td height="10" bgcolor="#4C6C8F" colspan="4"></td> </tr> </table> <!--================= end Banner ==================--> @@ -226,28 +230,8 @@ <tr> <td valign="middle"> <h1>Extending Apache Cocoon</h1> -</td><script language="Javascript" type="text/javascript"> -function printit() { -if (window.print) { - window.print() ; -} else { - 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" 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>'); -} -</script><td nowrap="nowrap" width="40" align="center"><a class="dida" href="extending.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> - PDF</a></td> +</td><td nowrap="nowrap" width="40" align="center"><a class="dida" href="extending.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br> + PDF</a></td> </tr> </table> <p class="type">Type: Technical document</p> @@ -536,11 +520,14 @@ <!--================= start Footer ==================--> <table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> -<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td> +<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a></td> </tr> <tr> -<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright © - 1999-2004 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!-- +<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif"><a href="http://www.apache.org/licenses/"> + Copyright © 1999-2005 + The Apache Software Foundation.</a> + All rights reserved. + <script type="text/javascript" language="JavaScript"><!-- document.write(" - "+"Last Published: " + document.lastModified); // --></script></font></td> </tr> Modified: cocoon/site/site/2.1/developing/extending.pdf URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/developing/extending.pdf?view=diff&r1=159368&r2=159369 ============================================================================== Binary files - no diff available.