You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/10/14 22:09:28 UTC

svn commit: r321201 - in /cocoon/site/src/documentation/content/xdocs: ./ community/ link/

Author: vgritsenko
Date: Fri Oct 14 13:08:57 2005
New Revision: 321201

URL: http://svn.apache.org/viewcvs?rev=321201&view=rev
Log:
updated community/ to document v12

Modified:
    cocoon/site/src/documentation/content/xdocs/community/committer.xml
    cocoon/site/src/documentation/content/xdocs/community/contrib.xml
    cocoon/site/src/documentation/content/xdocs/community/incubation.xml
    cocoon/site/src/documentation/content/xdocs/community/mail-archives.xml
    cocoon/site/src/documentation/content/xdocs/community/mail-lists.xml
    cocoon/site/src/documentation/content/xdocs/community/members.xml
    cocoon/site/src/documentation/content/xdocs/index.xml
    cocoon/site/src/documentation/content/xdocs/link/in-the-press.xml
    cocoon/site/src/documentation/content/xdocs/link/tips-guides.xml
    cocoon/site/src/documentation/content/xdocs/link/xsl.xml
    cocoon/site/src/documentation/content/xdocs/site.xml
    cocoon/site/src/documentation/content/xdocs/whoweare.xml

Modified: cocoon/site/src/documentation/content/xdocs/community/committer.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/community/committer.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/community/committer.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/community/committer.xml Fri Oct 14 13:08:57 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
 <document>
   <header>
     <title>Tips for committers</title>

Modified: cocoon/site/src/documentation/content/xdocs/community/contrib.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/community/contrib.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/community/contrib.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/community/contrib.xml Fri Oct 14 13:08:57 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
 
 <document>
  <header>
@@ -12,7 +12,8 @@
 
  <body>
 
- <s1 title="Introduction">
+ <section id="intro">
+ <title>Introduction</title>
 
   <p>
    The Apache Cocoon Project is an <link href="http://www.opensource.org/">Open Source</link>
@@ -50,9 +51,10 @@
    you like to help but you're not familiar with the innermost technical details, don't worry:
    we have work for you!
   </p>
- </s1>
+ </section>
 
- <s1 title="Help Wanted Here">
+ <section id="help">
+ <title>Help Wanted Here</title>
   <p>
    The rest of this document is mainly about
    contributing new or improved code and/or documentation, but we would also be glad to have
@@ -88,10 +90,10 @@
   <p>
    Thank you very much. 
   </p>
- </s1>
+ </section>
 
- <anchor id="contrib"/>
- <s1 title="Contributions of Code and Documentation">
+ <section id="contrib">
+ <title>Contributions of Code and Documentation</title>
    <p>
      If you have a contribution that you would like to see incorporated into
      the Cocoon distribution, then please take note of the 
@@ -116,7 +118,8 @@
     decide to remove it, if issues are discovered.
   </p>
   
-  <s2 title="Testing Requirements for Cocoon Contrib and Distribution">
+  <section id="testing">
+  <title>Testing Requirements for Cocoon Contrib and Distribution</title>
    <p>All new code should be tested under at least the following servlet engines:</p>
    <ul>
     <li>Apache Tomcat 3.2.2</li>
@@ -135,9 +138,10 @@
     the contributor is not required to do the testing - indeed it is probably better
     if someone else tests it, because the contributor might be tempted to do less
     than thorough testing!</p>
- </s2>
+  </section>
 
- <s2 title="Documentation Requirements for Cocoon Distribution">
+ <section id="documentation">
+ <title>Documentation Requirements for Cocoon Distribution</title>
   <p>All new features (processor, logicsheets, config options etc.) should be documented
    appropriately (in XML or in <code>cocoon.xconf</code> in the case of config options).</p>
 
@@ -146,10 +150,10 @@
    and type <code>build.sh docs</code> or <code>build.bat docs</code> to test the
    documentation build.
   </p>
- </s2>
+ </section>
 
- <anchor id="license"/>
- <s2 title="Licensing Requirements for the Cocoon Distribution">
+ <section id="license">
+ <title>Licensing Requirements for the Cocoon Distribution</title>
   <p>To avoid legal problems, the Apache Project Management Committee (PMC) have agreed on
    a policy for under what licensing code can be accepted into Apache projects:</p>
   <ul>
@@ -173,11 +177,11 @@
    Code in the contrib directory does not have to have its copyright assigned to the ASF
    - but it must still be released under the Apache license.</p>
   -->
- </s2>
- </s1>
+ </section>
+ </section>
 
- <anchor id="svnhowto"/>
- <s1 title="Subversion Usage Precis">
+ <section id="svnhowto">
+ <title>Subversion Usage Precis</title>
   <p>An overview of how to use Subversion to participate in Cocoon development.
    Do not be afraid - you cannot accidently destroy the actual code repository,
    because you are working with a local copy as an anonymous user. Therefore,
@@ -199,7 +203,8 @@
    to create a patch. (The commands are for Linux.)
   </p>
 
- <s2 title="How to Establish your Local Repository">
+ <section id="local-repository">
+ <title>How to Establish your Local Repository</title>
 
   <p>
    Decide whether you want to work with the "release branch" (2.1.X) or with
@@ -224,9 +229,10 @@
    for Cocoon on your local system. Go ahead and build and deploy as
    usual. Make some changes, re-build, and see the effect.
   </p>
- </s2>
+ </section>
 
- <s2 title="How to Keep it Up-to-date">
+ <section id="updating">
+ <title>How to Keep it Up-to-date</title>
 
   <p>
    Every so often you should synchronise your local copy with the master
@@ -244,9 +250,10 @@
    <li><code>svn update</code></li>
    <li><strong>... pay attention to the update messages</strong></li>
   </ol>
- </s2>
+ </section>
 
- <s2 title="How to Generate Differences">
+ <section id="diffing">
+ <title>How to Generate Differences</title>
 
   <p>
    To contribute your modifications, you need to produce a plain-text file
@@ -269,9 +276,10 @@
    <li><code>cd /usr/local/svn/cocoon/BRANCH_2_1_X/xdocs</code></li>
    <li><code>svn diff contrib.xml > $WORK/cocoon/contrib.xml.diff</code></li>
   </ol>
- </s2>
+ </section>
 
- <s2 title="How to get other branches">
+ <section id="branches">
+ <title>How to get other branches</title>
   <p>Okay, that got the current release branch of Cocoon into your local working copy.
    If you want some other branch, then find the relevant branch name
    from ViewCVS
@@ -293,11 +301,11 @@
    <li><code>cd /usr/local/svn/cocoon</code></li>
    <li><code>svn co http://svn.apache.org/repos/asf/cocoon/trunk cocoon-trunk</code></li>
   </ul>
- </s2>
- </s1>
+ </section>
+ </section>
 
- <anchor id="committer"/>
- <s1 title="Committer repository access">
+ <section id="committer">
+ <title>Committer repository access</title>
   <p>After a developer has consistently provided contributions (code,
    documentation and discussion), then the rest of the cocoon-dev community
    may vote to grant this developer commit access to the repository.   To be able to 
@@ -309,10 +317,10 @@
    <link href="http://www.apache.org/dev/version-control.html">ASF developer notes</link>
    about version control.
    </p>
- </s1>
+ </section>
 
- <anchor id="procedure"/>
- <s1 title="Procedure for Raising Development Issues">
+ <section id="procedure">
+ <title>Procedure for Raising Development Issues</title>
   <p>Documentation contributions can usually be added directly to the
     issue tracker. First read the 
     <link href="#contrib">contribution notes</link> above, then follow the
@@ -381,10 +389,10 @@
    posting - perhaps it was not clear enough
    and the readers' eyes glazed over.
   </p>
- </s1>
+ </section>
 
- <anchor id="tips"/>
- <s1 title="Contribution Notes and Tips">
+ <section id="tips">
+ <title>Contribution Notes and Tips</title>
   <p>
    This is a collection of tips for contributing to the project in a manner
    that is productive for all parties.
@@ -483,7 +491,7 @@
     see the way other people do things. Follow the leading examples.
    </li>
   </ul>
- </s1>
+ </section>
 
 </body>
 </document>

Modified: cocoon/site/src/documentation/content/xdocs/community/incubation.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/community/incubation.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/community/incubation.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/community/incubation.xml Fri Oct 14 13:08:57 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN"
-"document-v12.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
 <document>
   <header>
     <title>The meaning of Cocoon sub-project incubation</title>

Modified: cocoon/site/src/documentation/content/xdocs/community/mail-archives.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/community/mail-archives.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/community/mail-archives.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/community/mail-archives.xml Fri Oct 14 13:08:57 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
 
 <document>
  <header>
@@ -11,7 +11,8 @@
 
  <body>
 
- <s1 title="Mailing List Archives">
+ <section id="mail-archives">
+ <title>Mailing List Archives</title>
   <p>
    There are a number of mailing list archives available. Email
    <link href="mailto:users@cocoon.apache.org">users@cocoon.apache.org</link> if you
@@ -79,7 +80,7 @@
     <td>Bulk retrieval</td>
    </tr>
   </table>
- </s1>
+ </section>
 
 </body>
 </document>

Modified: cocoon/site/src/documentation/content/xdocs/community/mail-lists.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/community/mail-lists.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/community/mail-lists.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/community/mail-lists.xml Fri Oct 14 13:08:57 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
 
 <document>
  <header>
@@ -10,7 +10,8 @@
  </header>
 
  <body>
-  <s1 title="Important Notice">
+  <section id="notice">
+  <title>Important Notice</title>
 
    <p><strong>IMPORTANT: Before posting a question or problem to any mailing list,
     </strong>please first look at the following resources:</p>
@@ -26,9 +27,10 @@
     work smarter.
     See tips for <link href="contrib.html#tips">Contributing</link>
    </p>
-  </s1>
+  </section>
 
-  <s1 title="Tips (keeping focus helps your points come across!)">
+  <section id="tips">
+  <title>Tips (keeping focus helps your points come across!)</title>
 
    <p>We use the mail list both as a media to transmit our thoughts and as a
 virtual location to hang around and feel part of something.
@@ -93,9 +95,10 @@
 Keep all these things in mind and you'll be impressed by how much fun
 and knowledge you can get out of all this open development thing.
    </p>
-  </s1>
+  </section>
   
-  <s1 title="Cocoon Users">
+  <section id="users">
+  <title>Cocoon Users</title>
    <p>Post mail to <code>users&lt;at&gt;cocoon.apache.org</code>.</p>
    <p><link href="mailto:users-subscribe@cocoon.apache.org">Subscribe</link>
       <link href="mailto:users-unsubscribe@cocoon.apache.org">Unsubscribe</link>
@@ -132,9 +135,10 @@
     are manually moderated through if applicable, our policy is to reject mails from
     regular posters who fail to properly subscribe. All this is to prevent spam, and
     to reduce the workload of the moderators.</note>
-  </s1>
+  </section>
 
-  <s1 title="Cocoon Dev">
+  <section id="devs">
+  <title>Cocoon Dev</title>
     <p>Post mail to <code>dev&lt;at&gt;cocoon.apache.org</code>.</p>
     <p><link href="mailto:dev-subscribe@cocoon.apache.org">Subscribe</link>
       <link href="mailto:dev-unsubscribe@cocoon.apache.org">Unsubscribe</link>
@@ -155,9 +159,10 @@
     are manually moderated through if applicable, our policy is to reject mails from
     regular posters who fail to properly subscribe. All this is to prevent spam, and
     to reduce the workload of the moderators.</note>
-  </s1>
+  </section>
 
-  <s1 title="Cocoon Docs">
+  <section id="docs">
+  <title>Cocoon Docs</title>
    <p>Post mail to <code>docs&lt;at&gt;cocoon.apache.org</code>.</p>
    <p><link href="mailto:docs-subscribe@cocoon.apache.org">Subscribe</link>
       <link href="mailto:docs-unsubscribe@cocoon.apache.org">Unsubscribe</link>
@@ -181,9 +186,10 @@
     are manually moderated through if applicable, our policy is to reject mails from
     regular posters who fail to properly subscribe. All this is to prevent spam, and
     to reduce the workload of the moderators.</note>
-  </s1>
+  </section>
 
-  <s1 title="Cocoon Cvs">
+  <section id="scm">
+  <title>Cocoon CVS</title>
    <p><link href="mailto:cvs-subscribe@cocoon.apache.org">Subscribe</link>
       <link href="mailto:cvs-unsubscribe@cocoon.apache.org">Unsubscribe</link>
    </p>
@@ -196,14 +202,16 @@
 
    <note>You should never post to this list at all. Only the
     SVN server should post to it.</note>
+  </section>
 
-  </s1>
-  
-  <s1 title="Cocoon Users-Fr">
-    <p>This is a french-speaking users list. More information on this list in the <link href="site:fr/welcome">fr zone</link>.</p>
-  </s1>
+  <section id="users-fr">
+  <title>Cocoon Users-Fr</title>
+    <p>This is a french-speaking users list. More information on this list in
+     the <link href="site:fr/welcome">fr zone</link>.</p>
+  </section>
 
-  <s1 title="Related Mailing Lists">
+  <section id="related">
+  <title>Related Mailing Lists</title>
 
    <p>(See also <link href="http://dmoz.org/Computers/Data_Formats/Markup_Languages/XML/">
     ODP XML links</link> for related websites.)</p>
@@ -217,6 +225,7 @@
      <link href="mailto:tomcat-user-subscribe@jakarta.apache.org">tomcat-user</link> (note it is "user"
      and not "users").</li>
    </ul>
-  </s1>
+  </section>
+
  </body>
 </document>

Modified: cocoon/site/src/documentation/content/xdocs/community/members.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/community/members.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/community/members.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/community/members.xml Fri Oct 14 13:08:57 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
 <document>
  <header>
   <title>The Cocoon Community</title>

Modified: cocoon/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/index.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/index.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/index.xml Fri Oct 14 13:08:57 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
 <document>
   <header>
     <title>The Apache Cocoon Project</title>

Modified: cocoon/site/src/documentation/content/xdocs/link/in-the-press.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/link/in-the-press.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/link/in-the-press.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/link/in-the-press.xml Fri Oct 14 13:08:57 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
+
 <document>
     <header>
         <title>Articles about Cocoon: What they say about Cocoon</title>

Modified: cocoon/site/src/documentation/content/xdocs/link/tips-guides.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/link/tips-guides.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/link/tips-guides.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/link/tips-guides.xml Fri Oct 14 13:08:57 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
+
 <document>
   <header>
     <title>Cocoon Tips and Guides</title>

Modified: cocoon/site/src/documentation/content/xdocs/link/xsl.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/link/xsl.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/link/xsl.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/link/xsl.xml Fri Oct 14 13:08:57 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
+
 <document>
   <header>
     <title>XSL/XSLT Links</title>

Modified: cocoon/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/site.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/site.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/site.xml Fri Oct 14 13:08:57 2005
@@ -5,10 +5,10 @@
     <index label="Welcome" href="index.html"/>
     <whoweare label="Who we are" href="whoweare.html"/>
 
-    <!--|
+    <!--+
         |  Guidelines shouldn't be put live before they are properly voted upon.
         |  <guidelines label="Guidelines" href="guidelines.html"/>
-        |-->
+        +-->
 
     <history label="History" href="history.html"/>
     <news label="News" href="news/">

Modified: cocoon/site/src/documentation/content/xdocs/whoweare.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/content/xdocs/whoweare.xml?rev=321201&r1=321200&r2=321201&view=diff
==============================================================================
--- cocoon/site/src/documentation/content/xdocs/whoweare.xml (original)
+++ cocoon/site/src/documentation/content/xdocs/whoweare.xml Fri Oct 14 13:08:57 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN"
-"document-v12.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
 <document>
   <header>
     <title>The Apache Cocoon PMC</title>