Page: http://wiki.cocoondev.org/Wiki.jsp?page=Tutorials , version: 26 on Thu 
Apr  3 17:57:58 2003 by TonyCollen

- Hello Internet !!!! A list of links to Cocoon tutorials either in this Wiki, 
or elsewhere on the web
?                                                          
------------------------

+ Hello Internet !!!! A list of links to Cocoon tutorials elsewhere on the web.
?                                                                             +

+ 
+ You might want to check [HowTos] for info contained within this Wiki.


Page: http://wiki.cocoondev.org/Wiki.jsp?page=Snippets , version: 17 on Thu Apr 
 3 17:41:03 2003 by TonyCollen

- IMO most of this should be classified as FAQs.  This content could probably 
be moved to [FAQs] -- [TonyCollen]
?                 --------------------------------------------

+ IMO most of this could probably be moved to [FAQs] -- [TonyCollen]


Page: http://wiki.cocoondev.org/Wiki.jsp?page=HowTos , version: 84 on Thu Apr  
3 17:53:27 2003 by TonyCollen

- Quick HOW-TO documents to get to grips with particular chunks of 
functionality. 
?                                                                               
-

+ Quick HOW-TO documents to get to grips with particular chunks of 
functionality (In strict alphabetical order)
?                                                                               
 ++++++++++++++++++++++++++++++

+ * __[CocoonProtocolExample]__ -- how to use the cocoon:/ protocol to combine 
data from multiple sources
+ 
+ 
+ * __[Data Debugging Technique]__ -- a technique for debugging data that goes 
through several transformers -- [IlyaAKriveshko]
+ 
+ * __[Debug FlowScripts]__ -- how to visually debug flowscripts - [rgardler]
+ 
+ * __[Design Pipelines]__ -- how to design your pipelines and matchers -- 
[Reinhard Pötz|ReinhardPoetz]
+ 
+ * __[Error Handling]__ -- how to add error handling to your [Sitemap] -- 
[Leigh Dodds]
+ 
+ * __[Excel Generation]__ -- how to generate XLS (MS Excel format) from Cocoon
+ 
+ * __[File Uploads With Cocoon]__ -- Overview and configuration of file 
uploads with Cocoon [GeoffHoward]
+ 
+ * __[File Upload With Action]__ -- how to use file upload and do the 
processing in an Action
+ 
+ * __[Form Validation Using Cocoon]__ -- How to validate form input.
+ 
+ * __[JarProtocolExample]__ -- how to use the jar:/ protocol to read data from 
a jar (or zip) file
+ 
+ * __[MetaStylesheets]__ -- how to use meta-stylesheets (stylesheets that 
generate other stylesheets) in [Cocoon] -- [Leigh Dodds]
- * __[Simple Transformations by example|Jars2exclude]__ -- how to write the 
XSL transformation "Jars2exclude" mentioned in "Create Minimal Webapp" by 
''GeoffHoward''. [Scherler].
+ * __[OpenOffice files in Generator|OpenOfficeGeneration]__ -- How to use 
OpenOffice 1.0 files in the XML Generator. [Yves Vindevogel|Vindevogel]
+ 
+ * __[Profiling]__ -- how to use profiling in Cocoon -- [Reinhard 
Pötz|ReinhardPoetz]
+ 
+ * __[Redirecting]__ -- how to redirect correctly -- [NicolaKen]
+ 
+ * __[Request Parameter Encoding]__ -- how to let Cocoon know what encoding to 
use when retrieving request parameters - [BrunoDumon]
+ 
+ * __[Rtf Generation]__ -- how to generate RTF (MS Word-compatible format) 
from Cocoon
+ * __[Simple Transformations by example|Jars2exclude]__ -- how to write the 
XSL transformation "Jars2exclude" mentioned in "Create Minimal Webapp" by 
''GeoffHoward''. [Scherler].
- * __[Error Handling]__ -- how to add error handling to your [Sitemap] -- 
[Leigh Dodds]
- 
- * __[Form Validation Using Cocoon]__ -- How to validate form input.
- * __[MetaStylesheets]__ -- how to use meta-stylesheets (stylesheets that 
generate other stylesheets) in [Cocoon] -- [Leigh Dodds]
- 
- * __[Rtf Generation]__ -- how to generate RTF (MS Word-compatible format) 
from Cocoon
- 
- * __[Excel Generation]__ -- how to generate XLS (MS Excel format) from Cocoon
- 
- * __[File Uploads With Cocoon]__ -- Overview and configuration of file 
uploads with Cocoon [GeoffHoward]
- 
- * __[File Upload With Action]__ -- how to use file upload and do the 
processing in an Action
- 
- * __[CocoonProtocolExample]__ -- how to use the cocoon:/ protocol to combine 
data from multiple sources
- 
- * __[JarProtocolExample]__ -- how to use the jar:/ protocol to read data from 
a jar (or zip) file
- 
- * __[Profiling]__ -- how to use profiling in Cocoon -- [Reinhard 
Pötz|ReinhardPoetz]
- 
- * __[Redirecting]__ -- how to redirect correctly -- [NicolaKen]
- 
- * __[Data Debugging Technique]__ -- a technique for debugging data that goes 
through several transformers -- [IlyaAKriveshko]
- 
- 
- * __[Design Pipelines]__ -- how to design your pipelines and matchers -- 
[Reinhard Pötz|ReinhardPoetz]
- 
- * __[Debug FlowScripts]__ -- how to visually debug flowscripts - [rgardler]
- 
- * __[Request Parameter Encoding]__ -- how to let Cocoon know what encoding to 
use when retrieving request parameters - [BrunoDumon]
- 
- * __[OpenOffice files in Generator|OpenOfficeGeneration]__ -- How to use 
OpenOffice 1.0 files in the XML Generator. [Yves Vindevogel|Vindevogel]
+ * __[Embed SVG Fonts|Embedding_SVG_Fonts]__  -- description of Cocoon-based 
tools that add the svg:glyph elements necessary to render its text elements on 
a client lacking the specif. [BruceRobertson]
+ 
+ * __[Gzipped Compress XML Output|Gzip_XML_Serializer]__  -- description of a 
serializer that produces Gzipped XML output. Useful for generating *.svgz 
files, among other things. [BruceRobertson]
+ 
+ 
+ * __[Hot Deploy]__ -- effective Cocoon development -- [KonstantinPiroumian]
- * __[Hot Deploy]__ -- effective Cocoon development -- [KonstantinPiroumian]
+ * __[Load In Eclipse]__ -- how to load Cocoon in Eclipse - [SylvainWallez]
- * __[Embed SVG Fonts|Embedding_SVG_Fonts]__  -- description of Cocoon-based 
tools that add the svg:glyph elements necessary to render its text elements on 
a client lacking the specif. [BruceRobertson]
+ !! Apache/Tomcat
+ * __[AuthWithTomcat]__ -- how to let the servlet container (Tomcat) handle 
authentication and authorisation
- * __[Gzipped Compress XML Output|Gzip_XML_Serializer]__  -- description of a 
serializer that produces Gzipped XML output. Useful for generating *.svgz 
files, among other things. [BruceRobertson]
- 
- * __[Load In Eclipse]__ -- how to load Cocoon in Eclipse - [SylvainWallez]
- 
- 
- !! Apache/Tomcat
- * __[Cocoon And Apache ModRequest]__ -- how to Use Apache mod_request to 
provide client-side cache of Cocoon content - [BruceRobertson]
- 
- * __[AuthWithTomcat]__ -- how to let the servlet container (Tomcat) handle 
authentication and authorisation
+ * __[Cocoon And Apache ModRequest]__ -- how to Use Apache mod_request to 
provide client-side cache of Cocoon content - 
+ [BruceRobertson]
- * __[Using Apache's mod_proxy with Cocoon|ApacheModProxy]__ -- how to 
configure Apache mod_proxy as a front-end to Cocoon by [Pier 
Fumagalli|PierFumagalli] (Original emails part 
[#1|http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=104441321803644&w=2] and 
[#2|http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=104445792717349&w=2]).
?      ---------------

+ * __[mod_proxy with Cocoon|ApacheModProxy]__ -- how to configure Apache 
mod_proxy as a front-end to Cocoon by [Pier Fumagalli|PierFumagalli] (Original 
emails part 
[#1|http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=104441321803644&w=2] and 
[#2|http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=104445792717349&w=2]).
- 
+ * __[Integrating eXist into Cocoon|EXistInCocoon]__ -- Installing and 
configuring the eXist XML:DB into a Cocoon application. Integrating eXist 
allows you to avoid running eXist as a seperate server. [BenjaminYoung]
+ 
+ 
+ * __[Xindice Logicsheet]__ -- how to make a Xindice work in Cocoon, an 
utility logicsheet included -- [JosemaAlonso]
- * __[Xindice Logicsheet]__ -- how to make a Xindice work in Cocoon, an 
utility logicsheet included -- [JosemaAlonso]
- 
- * __[Integrating eXist into Cocoon|EXistInCocoon]__ -- Installing and 
configuring the eXist XML:DB into a Cocoon application. Integrating eXist 
allows you to avoid running eXist as a seperate server. [BenjaminYoung]


Reply via email to