Skip to content

Commit

Permalink
Updating site generation for (new) servlet-service + fixing links to …
Browse files Browse the repository at this point in the history
…servlet-service and cocoon-configuration

git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk@1343750 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ilgrosso committed May 29, 2012
1 parent 9f3530e commit 093f318
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 104 deletions.
4 changes: 2 additions & 2 deletions site/cocoon-22-site/src/site/xdoc/index.xml
Expand Up @@ -39,9 +39,9 @@
both can be reused outside of Cocoon Core.
<br/>
The
<a href="../subprojects/configuration/1.0/1329_1_1.html">Spring Configurator</a> provides basic support for
<a href="../subprojects/configuration/index.html">Spring Configurator</a> provides basic support for
configuring web applications that make use of Spring. The
<a href="../subprojects/servlet-service/1.1/1325_1_1.html">Servlet Service Framework</a> enables modularization based
<a href="../subprojects/servlet-service/servlet-service-impl/index.html">Servlet Service Framework</a> enables modularization based
on the
<tt>javax.servlet.Servlet</tt> interface. Those servlet services are
<a href="http://en.wikipedia.org/wiki/Polymorphism_in_object-oriented_programming">polymorphic</a>.
Expand Down
2 changes: 1 addition & 1 deletion site/cocoon-core-site/core/2.2/src/site/xdoc/1257_1_1.xml
Expand Up @@ -21,7 +21,7 @@ describing loggin configuration. Is there any valuable information to grab or
could we remove this document?</div></div><p>Cocoon uses <a href="http://jakarta.apache.org/commons/logging/">Commons
Logging</a> by default and provides support for using Log4j (through commons
logging). The usual Cocoon web application sets up Log4j through the
<a href="../../../../subprojects/configuration/1.0/spring-configurator/2.0/1303_1_1.html">Cocoon Spring Configurator</a>.</p><p>The default configuration for Log4j is in the global application context
<a href="../../../../subprojects/configuration/spring-configurator/index.html">Cocoon Spring Configurator</a>.</p><p>The default configuration for Log4j is in the global application context
definition. Cocoon loads <em>WEB-INF/cocoon/log4j.xconf</em> as the
configuration for Log4J. If you want to make any changes to the configuration
file, it is advisable to not alter this default file but instead use your own
Expand Down
4 changes: 2 additions & 2 deletions site/cocoon-core-site/core/2.2/src/site/xdoc/1258_1_1.xml
Expand Up @@ -73,7 +73,7 @@ features of Spring 2.0:</p><pre>&lt;beans xmlns="http://www.springframework.org/
&lt;/beans&gt;
</pre><p>The two elements shown above are required to get Cocoon up and running inside
your web application. The first one, <tt>configurator:settings</tt>, initializes
the <a href="../../../../subprojects/configuration/1.0/spring-configurator/2.0/1304_1_1.html">Cocoon Spring-Configurator.</a> The second element,
the <a href="../../../../subprojects/configuration/spring-configurator/index.html">Cocoon Spring-Configurator.</a> The second element,
<tt>avalon:bridge</tt>, sets up the Spring-Avalon-Bridge. This bridge allows you
to run Avalon-based components in a Spring container; these Avalon components
are configured using the well-known Avalon-configuration files. And that's it.
Expand All @@ -83,6 +83,6 @@ context is up and running, Cocoon is ready as well. You can either use the
provided servlets to map requests to Cocoon or you can integrate Cocoon into
your web application framework by getting the Cocoon beans from the Spring
application context.</p><p>For more information on how to configure Cocoon, we suggest to read the
documentation about the <a href="../../../../subprojects/configuration/1.0/spring-configurator/2.0/1304_1_1.html">Cocoon Spring Configurator</a>
documentation about the <a href="../../../../subprojects/configuration/spring-configurator/index.html">Cocoon Spring Configurator</a>
first and then continue with the other configuration documents.</p></div></div>
</body></document>
4 changes: 2 additions & 2 deletions site/cocoon-core-site/core/2.2/src/site/xdoc/1259_1_1.xml
Expand Up @@ -20,8 +20,8 @@
of components (the cocoon.xconf), the later versions support to split this
configuration file into several files using an include mechanism. You can refer
to properties from within your configuration files and Cocoon will replace these
accordingly.</p><h1>Spring Configuration</h1><p>Spring configurations are supported through the <a href="../../../../subprojects/configuration/1.0/spring-configurator/2.0/1304_1_1.html">Spring
Configurator</a>. Have a look at the <a href="../../../../subprojects/configuration/1.0/spring-configurator/2.0/1312_1_1.html">documentation</a> for
accordingly.</p><h1>Spring Configuration</h1><p>Spring configurations are supported through the <a href="../../../../subprojects/configuration/spring-configurator/index.html">Spring
Configurator</a>. Have a look at the <a href="../../../../subprojects/configuration/spring-configurator/index.html">documentation</a> for
more information.</p><h1>Legacy Configuration</h1><p>Although Cocoon is moving away from the Avalon framework (which is of course
still supported for compatibility), still the main part of Cocoon is configured
by using the Avalon configuration file format. By default all configuration
Expand Down
2 changes: 1 addition & 1 deletion site/cocoon-core-site/core/2.2/src/site/xdoc/1261_1_1.xml
Expand Up @@ -23,7 +23,7 @@ without changing the files itself you can define properties to which you can
refer to from within the configuration files (and sitemaps and your own code).
In addition, Cocoon provides integrated support for the Spring property override
mechanism.</p><p>Cocoon uses the Cocoon Spring Configurator for these features. You can find a
complete description <a href="../../../../subprojects/configuration/1.0/spring-configurator/2.0/1304_1_1.html">here</a>. In short, you can define
complete description <a href="../../../../subprojects/configuration/spring-configurator/index.html">here</a>. In short, you can define
various property files and have different ways of configuring these properties.
You can refer to the values of a property by using the common
<tt>${PROPERTY_NAME}</tt> syntax in your configuration files or sitemaps. You
Expand Down
2 changes: 1 addition & 1 deletion site/cocoon-core-site/core/2.2/src/site/xdoc/1399_1_1.xml
Expand Up @@ -29,7 +29,7 @@ dumped to log files:</p><ul>
<tt>ERROR</tt> or <tt>FATAL_ERROR</tt> so only very important events are logged
(like crashes). While developing an application you would probably like to see
much more. It's up to you to choose an approporiate log level; little
experimantation will give you sense of each setting.<h1>Tweaking the configuration</h1>Configuration in Cocoon is handled by <a href="../../../../subprojects/configuration/1.0/spring-configurator/2.0/1304_1_1.html">Spring
experimantation will give you sense of each setting.<h1>Tweaking the configuration</h1>Configuration in Cocoon is handled by <a href="../../../../subprojects/configuration/spring-configurator/index.html">Spring
configurator</a>, go there for general information.<section name="How to set up a log level" style="background:none;padding:0;"/><div class="note"><div><strong>Note: </strong>Instructions put below assume that you have created a block
according to this <a href="../../../../2.2/1159_1_1.html">tutorial</a>. Please refer to it, first.
</div></div>Steps that you need to perform:<ol type="1">
Expand Down
8 changes: 4 additions & 4 deletions site/cocoon-main-site/src/site/xdoc/1416_1_1.xml
Expand Up @@ -22,10 +22,10 @@ Cocoon. This relaunch comprises a new design for the main site and the Cocoon
The new documentation reflects the new structure of <a href="2.2/1327_1_1.html">Cocoon
2.2</a> with a</p><ul>
<li>small <a href="2.2/core-modules/core/2.2/1270_1_1.html">core</a></li>
<li>which is based on the <a href="subprojects/1306_1_1.html">subprojects</a>
"<a href="subprojects/configuration/1.0/1329_1_1.html">Cocoon Configuration</a>" and
"<a href="subprojects/servlet-service/1.0/1325_1_1.html">Cocoon Servlet-Service Framework</a>"</li>
<li><a href="2.2/blocks/1204_1_1.html">blocks </a>with additional functionality (e.g. PDF or
<li>which is based on the <a href="subprojects/">subprojects</a>
"<a href="subprojects/configuration/">Cocoon Configuration</a>" and
"<a href="subprojects/servlet-service/servlet-service-impl/">Cocoon Servlet-Service Framework</a>"</li>
<li><a href="2.2/blocks/1204_1_1.html">blocks</a> with additional functionality (e.g. PDF or
SVG creation, form frameworks, etc.)</li>
<li>and <a href="2.2/maven-plugins/1208_1_1.html">Maven 2 plugins</a>.</li>
</ul>The content was also cleaned up so that information which had become
Expand Down
4 changes: 2 additions & 2 deletions site/cocoon-main-site/src/site/xdoc/1421_1_1.xml
Expand Up @@ -67,15 +67,15 @@
which can communicate with each other. The current implementation is based on
Spring 2.0. There are no dependencies on Cocoon core libraries at all.

http://cocoon.apache.org/subprojects/servlet-service/1.0/
http://cocoon.apache.org/subprojects/servlet-service/servlet-service-impl/

 * Cocoon Configuration 1.0.1
The Cocoon Configuration subproject provides basic support for configuring
web applications. Its current implementation, the Spring Configurator, is a
useful component providing support in common configuration issues when using the
Spring framework. There are no dependencies on Cocoon core libraries at all.

http://cocoon.apache.org/subprojects/configuration/1.0/
http://cocoon.apache.org/subprojects/configuration/

BLOCKS
------
Expand Down
4 changes: 2 additions & 2 deletions site/cocoon-main-site/src/site/xdoc/1445_1_1.xml
Expand Up @@ -73,7 +73,7 @@

There are no dependencies on Cocoon core libraries at all.

http://cocoon.apache.org/subprojects/servlet-service/1.0/
http://cocoon.apache.org/subprojects/servlet-service/servlet-service-impl/

* Cocoon Configuration 1.0.2
The Cocoon Configuration subproject provides basic support for
Expand All @@ -83,7 +83,7 @@

There are no dependencies on Cocoon core libraries at all.

http://cocoon.apache.org/subprojects/configuration/1.0/
http://cocoon.apache.org/subprojects/configuration/

Additional Cocoon 2.2.0 BLOCKS
------------------------------
Expand Down
Expand Up @@ -36,7 +36,7 @@ The Apache Cocoon Community is proud to announce the release of Cocoon 3.0.0-alp
Here is an example of a pipeline that uses SAX components:

Pipeline pipeline = new NonCachingPipeline();
pipeline.addComponent(new StringGenerator("<x></x>"));
pipeline.addComponent(new StringGenerator("&lt;x&gt;&lt;/x&gt;"));
pipeline.addComponent(new XSLTTransformer(
this.getClass().getResource("/test1.xslt")));
pipeline.addComponent(new XSLTTransformer(
Expand Down
83 changes: 0 additions & 83 deletions site/cocoon-servlet-service-site/pom.xml

This file was deleted.

4 changes: 2 additions & 2 deletions site/cocoon-subprojects-site/src/site/xdoc/index.xml
Expand Up @@ -51,12 +51,12 @@
<tr class="b">
<td>
<p>
<a href="servlet-service/1.0/index.html">Cocoon Servlet-Service-Framework</a>
<a href="servlet-service/servlet-service-impl/index.html">Cocoon Servlet-Service-Framework</a>
</p>
</td>
<td>
<p>
<a href="servlet-service/1.0/index.html">1.0</a>
<a href="servlet-service/servlet-service-impl/index.html">1.0</a>
</p>
</td>
<td>
Expand Down
1 change: 0 additions & 1 deletion site/pom.xml
Expand Up @@ -77,7 +77,6 @@
<module>cocoon-core-site</module>
<module>cocoon-subprojects-site</module>
<module>cocoon-maven-plugins-site</module>
<module>cocoon-servlet-service-site</module>
<module>cocoon-configuration-site</module>
</modules>
</profile>
Expand Down

0 comments on commit 093f318

Please sign in to comment.