Date: 2004-10-12T02:05:20 Editor: HelmaVanDerLinden <[EMAIL PROTECTED]> Wiki: Cocoon Wiki Page: Cocoon215TOC URL: http://wiki.apache.org/cocoon/Cocoon215TOC
no comment Change Log: ------------------------------------------------------------------------------ @@ -26,7 +26,7 @@ Download Cocoon distribution * Always go via the [:LatestRelease] page for download locations, mirrors, keys and notes. * [http://cocoon.apache.org/2.1/installing/index.html Installation instructions in the documentation] - * Why no binaries? ... ''Answer: blocks!'' ... and Answer: ensures that you have reliable operating environment and Answer: allows you to easily configure which parts you want ... See [http://wiki.apache.org/cocoon/LatestRelease other notes] at the bottom of the distribution mirror page + * Why no binaries? ... ''Answer: blocks!'' ... and Answer: ensures that you have reliable operating environment and Answer: allows you to easily configure which parts you want ... See [wiki:LatestRelease other notes] at the bottom of the distribution mirror page * CVS Access === Building Cocoon === @@ -46,8 +46,8 @@ * [wiki:BeginnerInstallTomcatWindows under Windows] (outdated, but probably still working) * [http://wiki.apache.org/cocoon/WebSphereV5_2e0Deployment under IBM Webshere 5.x] * Installing w/Apache in front of a servlet container - * [http://wiki.apache.org/cocoon/ApacheModProxy Installing w/Apache/mod_proxy] - * [http://wiki.apache.org/cocoon/VirtualHost Installing as virtual host] + * [wiki:ApacheModProxy Installing w/Apache/mod_proxy] + * [wiki:VirtualHost Installing as virtual host] * From the CLI/from Apache Ant === Cocoon Tracks (reading guides into various topics) === @@ -62,16 +62,16 @@ * Sitemap * [http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html Sitemap (userdocs)] - * [http://wiki.apache.org/cocoon/Sitemap Sitemap (wiki)] - * [http://wiki.apache.org/cocoon/SitemapPatterns Sitemap Patterns] - * [http://wiki.apache.org/cocoon/SitemapStructure Sitemap Structure] - * [http://wiki.apache.org/cocoon/SitemapVariableSubstitution Sitemap Variable substitution] + * [wiki:Sitemap Sitemap (wiki)] + * [wiki:SitemapPatterns Sitemap Patterns] + * [wiki:SitemapStructure Sitemap Structure] + * [wiki:SitemapVariableSubstitution Sitemap Variable substitution] * Aggregating * [http://www.peachpit.com/articles/article.asp?p=30037&seqNum=2 Advanced sitemap topics | Content aggregation] (from Matthew's and Carsten book, free sample chapter, advanced sitemap topics) * [http://cocoon.apache.org/2.1/faq/faq-aggregators.html Aggregators FAQs] - * [http://wiki.apache.org/cocoon/ContentAggregationExample Example for Content Aggregation] + * [wiki:ContentAggregationExample Example for Content Aggregation] * [http://cocoon.apache.org/2.1/userdocs/concepts/sitemap-examples.html Example sitemap snippets] - * [http://wiki.apache.org/cocoon/Pipeline Pipelines] + * [wiki:Pipeline Pipelines] * [http://cocoon.apache.org/2.1/userdocs/concepts/matchers_selectors.html Matchers and selectors] * [http://cocoon.apache.org/2.1/userdocs/matchers/matchers.html Matchers] * [http://cocoon.apache.org/2.1/userdocs/selectors/selectors.html Selectors] @@ -80,22 +80,22 @@ * [http://cocoon.apache.org/2.1/userdocs/transformers/transformers.html Transformers] *''Should SQL not be in the Core - database interaction is a fundemental to most web apps'' *2nd last para of [http://cocoon.apache.org/2.1/userdocs/transformers/filter-transformer.html Filter] is very obscure: omit or expand with detailed example - * [http://wiki.apache.org/cocoon/Transformer Transformer] + * [wiki:Transformer Transformer] * [http://cocoon.apache.org/2.1/userdocs/serializers/serializers.html Serializers] - * [http://wiki.apache.org/cocoon/Forms CForms] + * [wiki:Forms CForms] * Flowscript * [http://cocoon.apache.org/2.1/userdocs/flow/api.html Flowscript - API] - * [http://wiki.apache.org/cocoon/Flow Flow] - * [http://wiki.apache.org/cocoon/GettingStartedWithFlow Getting Started with Flow] + * [wiki:Flow Flow] + * [wiki:GettingStartedWithFlow Getting Started with Flow] * [http://wiki.apache.org/cocoon/FlowAndXsltHelloWorld Flow and XSLT Hello World] * [http://cocoon.apache.org/2.1/userdocs/flow/sitemap.html Sitemap] - * [http://wiki.apache.org/cocoon/DatabaseConnectionOverview Database Interaction] - * [http://wiki.apache.org/cocoon/InputModules Input modules] + * [wiki:DatabaseConnectionOverview Database Interaction] + * [wiki:InputModules Input modules] * ''See also: Input modules reference'' * [http://cocoon.apache.org/2.1/userdocs/concepts/catalog.html Catalog Entity Resolver] and [:ExternalDTD] for locating local copies of DTDs and other resources === Blocks === - * [http://wiki.apache.org/cocoon/BlockDescriptions Blocks Descriptions] + * [wiki:BlockDescriptions Blocks Descriptions] * ''See also: building Cocoon'' [This whole section should be removed - it relates to as yet unwritten code - UV] @@ -108,17 +108,17 @@ * Flow (vs Actions (vs. XSP)) * CInclude vs XInclude vs Aggregation - * [http://wiki.apache.org/cocoon/AddCIncludeToMinimalSitemap CInclude in sitemap] - * [http://wiki.apache.org/cocoon/Aggregator Aggregator] + * [wiki:AddCIncludeToMinimalSitemap CInclude in sitemap] + * [wiki:Aggregator Aggregator] * Logs * Location * Custom formats * JX * [http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html JXTemplate] (JXPath recommended; Jexl optional - remove references to it in main text and put on seperate page?) - * [http://wiki.apache.org/cocoon/JXTemplateGenerator JXTemplateGenerator] + * [wiki:JXTemplateGenerator JXTemplateGenerator] * [http://jakarta.apache.org/commons/jxpath/ JXPath] * WebDAV - * [http://wiki.apache.org/cocoon/WebDAVAuthentic WebDAV with Altova Authentic] + * [wiki:WebDAVAuthentic WebDAV with Altova Authentic] === Miscellaneous stuff === @@ -126,10 +126,10 @@ * Authentication * [http://cocoon.apache.org/2.1/developing/webapps/authentication.html Authentication Framework] - * [http://wiki.apache.org/cocoon/AuthFWErrorHandling Authentication Framework Errorhandling] + * [wiki:AuthFWErrorHandling Authentication Framework Errorhandling] * [http://wiki.cocoondev.org/Wiki.jsp?page=AuthFWWithFlow Authentication Framework with flow] (should be moved to Apache Wiki) - * [http://wiki.apache.org/cocoon/AuthWithTomcat Authentication with Tomcat] - * [http://wiki.apache.org/cocoon/I18NTransformer I18n] + * [wiki:AuthWithTomcat Authentication with Tomcat] + * [wiki:I18NTransformer I18n] * PortalEngine * Session/Request/Response attributes, lifecycle etc. @@ -143,10 +143,10 @@ * [http://cocoon.apache.org/2.1/userdocs/transformers/log-transformer.html LogTransformer] * [http://cocoon.apache.org/2.1/userdocs/concepts/profiler.html Profiler] - * [http://wiki.apache.org/cocoon/Profiling Profiler] - * [http://wiki.apache.org/cocoon/DebugFlowScripts JavaScript debugger] - * [http://wiki.apache.org/cocoon/DebuggingCocoon Debugging Cocoon in Eclipse] - * [http://wiki.apache.org/cocoon/DebuggingCocoon Debugging Cocoon with JSwat] + * [wiki:Profiling Profiler] + * [wiki:DebugFlowScripts JavaScript debugger] + * [wiki:DebuggingCocoon Debugging Cocoon in Eclipse] + * [wiki:DebuggingCocoon Debugging Cocoon with JSwat] === Optimizing Cocoon Performance === @@ -172,31 +172,31 @@ === Developing Your Own Components === * [http://cocoon.apache.org/2.1/developing/avalon.html Starting from Avalon framework] - * [http://wiki.apache.org/cocoon/WritingPipelineComponents Writing Pipeline Components] Start reading here for general information + * [wiki:WritingPipelineComponents Writing Pipeline Components] Start reading here for general information * !MyGenerator * !MyTransformer * !MySerializer * MyC!FormBinding * Unit testing - * [http://wiki.apache.org/cocoon/BlocksCob Sample of block descriptors] - * [http://wiki.apache.org/cocoon/BlocksDefinition Blocks definition] - * [http://wiki.apache.org/cocoon/BlocksFSLayout Blocks Filesystem Layout] - * [http://wiki.apache.org/cocoon/Ant Ant] + * [wiki:BlocksCob Sample of block descriptors] + * [wiki:BlocksDefinition Blocks definition] + * [wiki:BlocksFSLayout Blocks Filesystem Layout] + * [wiki:Ant Ant] == Appendix == === Reference of existing components, blocks, etc === - * [http://wiki.apache.org/cocoon/BlockDescriptions Blocks Descriptions] - * [http://wiki.apache.org/cocoon/Batik Batik/SVG] + * [wiki:BlockDescriptions Blocks Descriptions] + * [wiki:Batik Batik/SVG] * Action Reference * Flow API Reference *Woody/CForms Flow API Reference - * [http://wiki.apache.org/cocoon/Generator Generator Reference] + * [wiki:Generator Generator Reference] * !InputModule Reference * !OutputModule Reference - * [http://wiki.apache.org/cocoon/Serializer Serializer Reference] + * [wiki:Serializer Serializer Reference] * Sitemap Reference (biggie) * Transformer Reference @@ -212,7 +212,7 @@ * [http://cocoon.apache.org/community/mail-archives.html Search the mail archives] === Projects based on Cocoon === - * [http://wiki.apache.org/cocoon/Lenya Lenya] + * [wiki:Lenya Lenya] * [http://xml.apache.org/forrest/ Forrest] * [http://wiki.apache.org/cocoon/AddingCocoonBlocksToForrest Adding Cocoon blocks to Forrest]
