Hi,
unfortunately I didn't find where/how to submit documentation fixes,
so I'm asking here now:
- I read the documentation from CVS HEAD and didn't find it.
- I tried to get information from <[EMAIL PROTECTED]>,
but ezmlm doesn't have any info about this list.
- I tried to submit a bug in bugzilla, but there is no way to
categorize a bug as documentation bug.
It's just a few little things, but if submitting patches is made too
difficult, one's mood tends to change towards "so what" :-)
Well, as the current traffic on this list currently doesn't seem to be
too much, I'll just attach my patches. It's nothing major, but still
stuff which should be fixed :-)
Uli
Fixed source example formatting.
Somebody forgot to embed the source in <source></source>.
Index: src/documentation/xdocs/userdocs/concepts/modules.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/src/documentation/xdocs/userdocs/concepts/modules.xml,v
retrieving revision 1.8
diff -u -3 -p -r1.8 modules.xml
--- src/documentation/xdocs/userdocs/concepts/modules.xml 5 Dec 2002 20:05:50 -0000 1.8
+++ src/documentation/xdocs/userdocs/concepts/modules.xml 11 Dec 2002 12:08:41 -0000
@@ -175,9 +175,11 @@
The following example demonstrates the use of XPath function
with <code>system-property</code> module.
</p>
+ <source>
<![CDATA[
<map:parameter name="users-home-base" value="{system-property:substring-before(user.home, user.name)}"/>
]]>
+ </source>
</s3>
<s3 title="Step 2b: Use it on an XSP">
<p>
Just a typo.
Index: src/documentation/xdocs/faq/faq-sitemap.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/src/documentation/xdocs/faq/faq-sitemap.xml,v
retrieving revision 1.8
diff -u -3 -p -r1.8 faq-sitemap.xml
--- src/documentation/xdocs/faq/faq-sitemap.xml 15 Nov 2002 13:36:23 -0000 1.8
+++ src/documentation/xdocs/faq/faq-sitemap.xml 11 Dec 2002 12:08:40 -0000
@@ -158,7 +158,7 @@
to "no."
</p>
- <p>In a nuthsell: By default, reload is "asynchron" which means:</p>
+ <p>In a nutshell: By default, reload is "asynchron" which means:</p>
<ol>
<li>Change sitemap</li>
<li>Hit reload</li>
This file contains UTF-8 encoded umlauts, but the encoding is
(wrongly) declared as latin1.
Index: src/documentation/xdocs/howto/howto-i18n-xmlform.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/src/documentation/xdocs/howto/howto-i18n-xmlform.xml,v
retrieving revision 1.4
diff -u -3 -p -r1.4 howto-i18n-xmlform.xml
--- src/documentation/xdocs/howto/howto-i18n-xmlform.xml 1 Nov 2002 13:46:18 -0000 1.4
+++ src/documentation/xdocs/howto/howto-i18n-xmlform.xml 11 Dec 2002 12:08:40 -0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../dtd/document-v10.dtd">
<document>
<header>