Author: nettings
Date: Mon Aug 13 04:21:20 2007
New Revision: 565310
URL: http://svn.apache.org/viewvc?view=rev&rev=565310
Log:
replaced publication.xconf by publication.xml
Modified:
lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml
lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/modules/index.xml
lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/configuration.xml
lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/publication-templating/index.xml
lenya/docu/src/documentation/content/xdocs/docs/2_0_x/tutorials/proxy.xml
Modified: lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml?view=diff&rev=565310&r1=565309&r2=565310
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml Mon Aug 13 04:21:20 2007
@@ -67,7 +67,7 @@
<p>However you can as well extend the catalog with modules, that you
can reuse in different publications. You need to add at least
<code>modules/{yourModule}/lenya/resources/i18n/cmsui.xml</code>.
- Don't forget to declare the module in <code>publication.xconf</code>
+ Don't forget to declare the module in <code>publication.xml</code>
so that the i18n catalog is detected.
</p>
</answer>
Modified: lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/modules/index.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/modules/index.xml?view=diff&rev=565310&r1=565309&r2=565310
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/modules/index.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/modules/index.xml Mon Aug 13 04:21:20 2007
@@ -216,7 +216,7 @@
<p>
A module can provide menu items which are added to the publication menu.
- To insert the menu items of a module, you have to add the module declaration to <code>publication.xconf</code>:
+ To insert the menu items of a module, you have to add the module declaration to <code>publication.xml</code>:
</p>
<source xml:space="preserve"><![CDATA[<publication>
Modified: lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/configuration.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/configuration.xml?view=diff&rev=565310&r1=565309&r2=565310
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/configuration.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/configuration.xml Mon Aug 13 04:21:20 2007
@@ -22,9 +22,9 @@
<body>
<section>
- <title>The publication.xconf file</title>
+ <title>The publication.xml file</title>
<p>
- The main configuration file of a publication is <code>$PUB_HOME/config/publication.xconf</code>.
+ The main configuration file of a publication is <code>$PUB_HOME/config/publication.xml</code>.
The namespace of this XML file is <code>http://apache.org/cocoon/lenya/publication/1.1</code>.
</p>
<source xml:space="preserve"><![CDATA[<publication xmlns="http://apache.org/cocoon/lenya/publication/1.1" >]]></source>
Modified: lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/publication-templating/index.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/publication-templating/index.xml?view=diff&rev=565310&r1=565309&r2=565310
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/publication-templating/index.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/publication/publication-templating/index.xml Mon Aug 13 04:21:20 2007
@@ -98,7 +98,7 @@
<section>
<title>Declaration of a Template</title>
- <p>The template of a publication is declared in <code>my-pub/config/publication.xconf</code>:</p>
+ <p>The template of a publication is declared in <code>my-pub/config/publication.xml</code>:</p>
<source xml:space="preserve"><![CDATA[<publication>
...
@@ -176,7 +176,7 @@
</map:match>]]></source>
<p>
The decision which <code>usecase.xmap</code> to choose is based on the usecase configuration
- in <code>publication.xconf</code>. To declare a usecase to be implemented by a publication,
+ in <code>publication.xml</code>. To declare a usecase to be implemented by a publication,
add the corresponding entry:
</p>
<source xml:space="preserve"><![CDATA[<publication>
@@ -230,7 +230,7 @@
</section>
<section>
- <title>Declare the Instantiator in <code>publication.xconf</code></title>
+ <title>Declare the Instantiator in <code>publication.xml</code></title>
</section>
<source xml:space="preserve"><![CDATA[<publication>
Modified: lenya/docu/src/documentation/content/xdocs/docs/2_0_x/tutorials/proxy.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/2_0_x/tutorials/proxy.xml?view=diff&rev=565310&r1=565309&r2=565310
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/2_0_x/tutorials/proxy.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/2_0_x/tutorials/proxy.xml Mon Aug 13 04:21:20 2007
@@ -178,12 +178,14 @@
When you use a proxy, Lenya has to convert all internal links accordingly.
Therefore you have to tell the publication about the proxy configuration.
Open the file <code>pubs/default/config/publication.xml</code> and uncomment
- and modify the <code><![CDATA[<proxy/]]></code> elements:
+ and modify the <code><![CDATA[<proxy/>]]></code> elements:
</p>
- <source xml:space="preserve"><![CDATA[<proxy ssl="false" area="authoring" url="http://cms.example.com"/>
-<proxy ssl="false" area="live" url="http://www.example.com"/>
-<proxy ssl="true" area="authoring" url="https://cms.example.com"/>
-<proxy ssl="true" area="live" url="https://www.example.com"/>]]></source>
+ <source xml:space="preserve"><![CDATA[<proxies>
+ <proxy ssl="false" area="authoring" url="http://cms.example.com"/>
+ <proxy ssl="false" area="live" url="http://www.example.com"/>
+ <proxy ssl="true" area="authoring" url="https://cms.example.com"/>
+ <proxy ssl="true" area="live" url="https://www.example.com"/>
+</proxies>]]></source>
</section>
<section>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.