daisy | 3 Jan 2006 23:36
Picon

[DAISY] Updated: Creating an Action

A document has been updated:

http://cocoon.zones.apache.org/daisy/documentation/676.html

Document ID: 676
Branch: main
Language: default
Name: Creating an Action (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 1/3/06 10:36:11 PM
Updated by: Ross Gardler

A new version has been created, state: publish

Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 6180 bytes (previous version: 6187 bytes)
Content diff:
(110 equal lines skipped)
    get the "theme" request parameter. We do this by accessing the Request object
    from the object model:</p>

--- <pre>Request request = RequestObjectModelHelper.getRequest( objectModel );
+++ <pre>Request request = ObjectModelHelper.getRequest( objectModel );
    String theme = request.getParameter("theme");
(Continue reading)

Apache Wiki | 4 Jan 2006 11:08
Picon
Favicon

[Cocoon Wiki] Update of "ControllingModCache" by BertrandDelacretaz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.

The following page has been changed by BertrandDelacretaz:
http://wiki.apache.org/cocoon/ControllingModCache

------------------------------------------------------------------------------
  </map:act>
  }}}

+ == Setting the Content-Length=
+ Unfortunately the "set content length" option of most serializers is not configurable, in some cases
you'll need to extend the appropriate Serializer class just to set the appropriate flag. This Needs
Improvement (tm).
+ 
+ Here's an example for the HTMLSerializer class:
+ {{{
+ package yourpackage;
+ 
+ import org.apache.cocoon.serialization.HTMLSerializer;
+ 
+ public class BufferingHtmlSerializer extends HTMLSerializer {
+     public boolean shouldSetContentLength() {
+         return true;
+     }
+ }
+ }}}
+ 
  = How to control mod_cache w/o touching Cocoon? =
(Continue reading)

Apache Wiki | 4 Jan 2006 11:09
Picon
Favicon

[Cocoon Wiki] Update of "ControllingModCache" by BertrandDelacretaz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.

The following page has been changed by BertrandDelacretaz:
http://wiki.apache.org/cocoon/ControllingModCache

The comment on the change is:
BufferingHtmlSerializer example added

------------------------------------------------------------------------------
  </map:act>
  }}}

- == Setting the Content-Length=
+ == Setting the Content-Length ==
  Unfortunately the "set content length" option of most serializers is not configurable, in some cases
you'll need to extend the appropriate Serializer class just to set the appropriate flag. This Needs
Improvement (tm).

  Here's an example for the HTMLSerializer class:

daisy | 5 Jan 2006 12:36
Picon

[DAISY] Created: Event Caching

A new document has been created.

http://cocoon.zones.apache.org/daisy/documentation/794.html

Document ID: 794
Branch: main
Language: default
Name: Event Caching
Document Type: Cocoon Document
Created: 1/5/06 11:36:02 AM
Creator (owner): Max Pfingsthorn
State: publish

Parts
=====

Content
-------
Mime type: text/xml
Size: 132 bytes
Content:
<html>
<body>

<p>This document describes the event caching block and getting it to work with
the webdav block.</p>

</body>
</html>

(Continue reading)

daisy | 5 Jan 2006 12:39
Picon

[DAISY] Updated: Navigation for the Cocoon documentation

A document has been updated:

http://cocoon.zones.apache.org/daisy/documentation/660.html

Document ID: 660
Branch: main
Language: default
Name: Navigation for the Cocoon documentation (unchanged)
Document Type: Navigation (unchanged)
Updated on: 1/5/06 11:39:09 AM
Updated by: Max Pfingsthorn

A new version has been created, state: publish

Parts
=====
Navigation Description
----------------------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 5998 bytes (previous version: 5954 bytes)
Content diff:
(6 equal lines skipped)
      <d:group id="blocks" label="Blocks">
        <d:doc id="686" nodeId="captcha" label="Captcha"/>
        <d:doc id="751" label="CTemplate"/>
+++     <d:doc id="794" label="Event Caching"/>
        <d:doc id="744" nodeId="javaflow" label="Javaflow"/>
        <d:doc id="683" nodeId="validation" label="Validation"/>
(Continue reading)

daisy | 5 Jan 2006 13:40
Picon

[DAISY] Updated: Event Caching

A document has been updated:

http://cocoon.zones.apache.org/daisy/documentation/794.html

Document ID: 794
Branch: main
Language: default
Name: Event Caching (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 1/5/06 12:39:53 PM
Updated by: Max Pfingsthorn

A new version has been created, state: publish

Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 2776 bytes (previous version: 132 bytes)
Content diff:
    <html>
    <body>

--- <p>This document describes the event caching block and getting it to work with
--- the webdav block.</p>
+++ <h2>Introduction</h2>

(Continue reading)

daisy | 11 Jan 2006 09:41
Picon

[DAISY] Comment added to Advanced Control Flow - JXTemplate

A comment has been created.

http://cocoon.zones.apache.org/daisy/legacydocs/511.html

Document ID: 511
Name: Advanced Control Flow - JXTemplate
Branch: main
Language: default

Created by: Andreas Hochsteger
Created on: 1/11/06 8:41:16 AM
Visibility: public

I'm missing the information, how to stream SAX events directly into the JXTemplate page.
Here's what I did to stream the cforms labels (I hope the XML syntax comes through):

<!-- Define macro for easier usage: -->
<jx:macro name="xmlize-widget-label">
  <jx:parameter name="widget"/>
  <jx:set var="ignored" value="${widget.generateLabel(cocoon.consumer)}"/>
</jx:macro>

<!-- Use somewhere in your page: -->
<xmlize-widget-label value="${widget}"/>

daisy | 11 Jan 2006 11:48
Picon

[DAISY] Comment added to Advanced Control Flow - JXTemplate

A comment has been created.

http://cocoon.zones.apache.org/daisy/legacydocs/511.html

Document ID: 511
Name: Advanced Control Flow - JXTemplate
Branch: main
Language: default

Created by: Ross Gardler
Created on: 1/11/06 10:48:18 AM
Visibility: public

Please use the user mailing list for support questions. The comments area is for suggestions for
improvements of these docs.

daisy | 11 Jan 2006 11:49
Picon

[DAISY] Comment deleted from Advanced Control Flow - JXTemplate

A comment has been deleted.

http://cocoon.zones.apache.org/daisy/legacydocs/511.html

Document ID: 511
Name: Advanced Control Flow - JXTemplate
Branch: main
Language: default

Deleted by: Ross Gardler
Deleted on: 1/11/06 10:48:56 AM

Please use the user mailing list for support questions. The comments area is for suggestions for
improvements of these docs.

daisy | 11 Jan 2006 16:09
Picon

[DAISY] Updated: M10N

A document has been updated:

http://cocoon.zones.apache.org/daisy/documentation/756.html

Document ID: 756
Branch: main
Language: default
Name: M10N (previously Cocoon's Mavenization)
Document Type: Cocoon Document (unchanged)
Updated on: 1/11/06 3:09:16 PM
Updated by: Jorg Heymans

A new version has been created, state: publish

Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 9264 bytes (previous version: 6341 bytes)
Content diff:
(61 equal lines skipped)

    <h2>The repository structure</h2>

+++ <p>The repository structure was flattened from 2.1 to allow for better
+++ integration with maven.</p>
+++ 
(Continue reading)


Gmane