greenrd 00/10/22 06:57:34
Modified: . changes.xml
xdocs mail-lists.xml
Added: xdocs mail-archives.xml
Log:
New mail archives page added
Revision Changes Path
1.133 +3 -0 xml-cocoon/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/changes.xml,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- changes.xml 2000/10/22 13:32:34 1.132
+++ changes.xml 2000/10/22 13:57:34 1.133
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.132 2000/10/22 13:32:34 greenrd Exp $
+ $Id: changes.xml,v 1.133 2000/10/22 13:57:34 greenrd Exp $
-->
<changes title="History of Changes">
@@ -17,6 +17,9 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="RDG" type="update">
+ New mail-archives page added in documentation
+ </action>
<action dev="RDG" type="fix" due-to="Maik Schmidt" due-to-email="[EMAIL
PROTECTED]">
Fixed XSPUtil.toMarkup to encode attributes correctly
</action>
1.4 +2 -12 xml-cocoon/xdocs/mail-lists.xml
Index: mail-lists.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/mail-lists.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mail-lists.xml 2000/10/20 18:22:09 1.3
+++ mail-lists.xml 2000/10/22 13:57:34 1.4
@@ -15,21 +15,11 @@
<p><strong>IMPORTANT: Before posting a question or problem to any mailing
list,
</strong>please first look at the <connect href="faq.xml">FAQs</connect>
- and the <link href="http://mail-archives.apache.org/">mailing list
- archives</link> (or the
- <link href="http://mailman.real-time.com/pipermail/cocoon-users/">backup
- mailing list archives</link>) to avoid asking a question which has
already been
+ and the <connect href="mail-archives.xml">mailing list
+ archives</connect> to avoid asking a question which has already been
asked and answered dozens of times before!
</p>
- <p>There is no official system for searching the mail archives yet, but
you can
- try this:</p>
-
- <ol>
- <li>Go to <link
href="http://www.google.com/">http://www.google.com/</link></li>
- <li>Enter <code>site:mailman.real-time.com cocoon-users</code> and then
your
- search terms in the search box.</li>
- </ol>
</s1>
<s1 title="Cocoon Users">
1.1 xml-cocoon/xdocs/mail-archives.xml
Index: mail-archives.xml
===================================================================
<?xml version="1.0"?>
<!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">
<document>
<header>
<title>Mail Archives</title>
<authors>
<person name="Robin Green" email="[EMAIL PROTECTED]"/>
</authors>
</header>
<body>
<s1 title="Mailing List Archives">
<p>
There are a number of mailing list archives available. Email
<link
href="mailto:[email protected]">[email protected]</link> if
you
know of more.
</p>
<table>
<tr>
<th>Address</th>
<th>Regularly updated?</th>
<th>Searchable?</th>
<th>Speed</th>
<th>Other features?</th>
</tr>
<tr>
<td><link
href="http://mail-archives.apache.org/">http://mail-archives.apache.org</link></td>
<td>No, at present</td>
<td>No</td>
<td>3/5</td>
<td></td>
</tr>
<tr>
<td><link
href="http://marc.theaimsgroup.com/">http://marc.theaimsgroup.com</link></td>
<td>?</td>
<td>Onsite, by subject/author/body</td>
<td>4/5</td>
<td>Chunked listings</td>
</tr>
<tr>
<td><link href="http://mailman.real-time.com/pipermail/cocoon-users/">
http://mailman.real-time.com/pipermail/cocoon-users</link></td>
<td>Yes</td>
<td>Yes - use www.google.com and prepend search with
<code>site:mailman.real-time.com cocoon-users</code></td>
<td>3/5</td>
<td>Sort by author/subject/date</td>
</tr>
<tr>
<td>Ezlm archives (contact <link href="mailto:[EMAIL PROTECTED]">
[EMAIL PROTECTED]</link> for automated instructions)</td>
<td>Yes</td>
<td>No</td>
<td>1/5</td>
<td>Bulk retrieval</td>
</tr>
</table>
</s1>
</body>
</document>