You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/04/25 18:24:24 UTC

svn commit: r1330392 - in /cocoon/trunk/site/cocoon-22-site/src/site: resources/images/pipeline.gif xdoc/1290_1_1.xml

Author: ilgrosso
Date: Wed Apr 25 16:24:22 2012
New Revision: 1330392

URL: http://svn.apache.org/viewvc?rev=1330392&view=rev
Log:
Fixed missing pipeline image

Added:
    cocoon/trunk/site/cocoon-22-site/src/site/resources/images/pipeline.gif   (with props)
Modified:
    cocoon/trunk/site/cocoon-22-site/src/site/xdoc/1290_1_1.xml

Added: cocoon/trunk/site/cocoon-22-site/src/site/resources/images/pipeline.gif
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-22-site/src/site/resources/images/pipeline.gif?rev=1330392&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/site/cocoon-22-site/src/site/resources/images/pipeline.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Modified: cocoon/trunk/site/cocoon-22-site/src/site/xdoc/1290_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-22-site/src/site/xdoc/1290_1_1.xml?rev=1330392&r1=1330391&r2=1330392&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-22-site/src/site/xdoc/1290_1_1.xml (original)
+++ cocoon/trunk/site/cocoon-22-site/src/site/xdoc/1290_1_1.xml Wed Apr 25 16:24:22 2012
@@ -24,7 +24,7 @@ project.</p><p>In this tutorial you will
 <li>enhance this first pipeline by adding an XML transformation step based on
 XSLT that produces HTML as output</li>
 <li>write a pipeline that creates a PDF document</li>
-</ol><h1>Overview</h1>Cocoon is based around the concept of pipelines:<img width="713" height="223" name="pipeline" alt="pipeline" src="NO_LINK"/>If a request comes in, a <a href="../2.2/core-modules/core/2.2/850_1_1.html"><strong>generator</strong>
+</ol><h1>Overview</h1><img src="images/pipeline.gif" alt="pipeline" /><br/>Cocoon is based around the concept of pipelines: If a request comes in, a <a href="../2.2/core-modules/core/2.2/850_1_1.html"><strong>generator</strong>
 </a>produces <a href="http://www.saxproject.org/">SAX events</a> that represent
 the XML, <a href="../2.2/core-modules/core/2.2/851_1_1.html"><strong>tranformers</strong> </a>can alter the
 stream of SAX events and a
@@ -211,4 +211,4 @@ pom.xml of your block:</p><pre>  &lt;dep
   &lt;/dependencies&gt;</pre><p>Rebuild your block</p><pre>mvn compile</pre><p>and start the servlet container again:</p><pre>mvn jetty:run</pre><p>Now you can point your browser at
 <tt>http://localhost:8888/myBlock</tt><tt><tt>1</tt>/myThirdPipeline</tt> and
 you will get a PDF as result.</p></div></div>
-       </body></document>
\ No newline at end of file
+       </body></document>