You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/07/19 15:18:22 UTC

cvs commit: xml-cocoon2/xdocs IMPORTANT 3rdparty.xml

cziegeler    01/07/19 06:18:22

  Modified:    .        Tag: cocoon_20_branch announcement.xml build.xml
                        changes.xml
               xdocs    Tag: cocoon_20_branch 3rdparty.xml
  Added:       xdocs    Tag: cocoon_20_branch IMPORTANT
  Log:
  Now we have two tags @docname@ and @doctitle@ which should be
  used in the documentation; @docname@ is the projectname and
  @doctitle@ is the projectname with version information.
  Added IMPORTANT doc with the information about these tags.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +7 -7      xml-cocoon2/announcement.xml
  
  Index: announcement.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/announcement.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- announcement.xml	2001/07/19 12:43:34	1.1.2.3
  +++ announcement.xml	2001/07/19 13:18:22	1.1.2.4
  @@ -1,19 +1,19 @@
   <?xml version="1.0"?>
   
   <announcement site="http://xml.apache.org/cocoon2">
  -  <project>@Name@ @version@</project>
  +  <project>@docname@ @version@</project>
     <abstract>
  -The Apache Cocoon team is proud to announce the @release@ release
  -of @docname@.  This release has been tested thoroughly.
  +The @docname@ team is proud to announce the @release@ release
  +of @doctitle@. This release has been tested thoroughly.
     </abstract>
     <body>
       <p>
  -@docname@ is a complete rewrite of the Cocoon XML publishing framework that
  +@doctitle@ is a complete rewrite of the Cocoon XML publishing framework that
   is supposed to remove all those design constraints that emerged from the
  -Apache Cocoon 1 experience.
  +@docname@ 1 experience.
       </p>
       <p>
  -The @Name@ Project has gone a long way since its creation on
  +The @docname@ Project has gone a long way since its creation on
   January 1999. It started as a simple servlet for static XSL styling and became
   more and more powerful as new features were added. Unfortunately, design
   decisions made early in the project influenced its evolution. Today, some of
  @@ -22,7 +22,7 @@
   reconsidered under this new light.
       </p>
       <p>
  -While @Name@ started as a small step in the direction of a new
  +While @docname@ started as a small step in the direction of a new
   web publishing idea based on better design patterns and reviewed estimations
   of management issues, the technology used was not mature enough for tools to
   emerge. Today, most web engineers consider XML as the key for an improved web
  
  
  
  1.8.2.20  +2 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.8.2.19
  retrieving revision 1.8.2.20
  diff -u -r1.8.2.19 -r1.8.2.20
  --- build.xml	2001/07/19 12:43:34	1.8.2.19
  +++ build.xml	2001/07/19 13:18:22	1.8.2.20
  @@ -214,7 +214,8 @@
       <filter token="release" value="${release}"/>
       <filter token="year"    value="${year}"/>
       <filter token="version" value="${version}"/>
  -    <filter token="docname" value="${fullname} ${short.version}"/>
  +    <filter token="docname" value="${fullname}"/>
  +    <filter token="doctitle" value="${fullname} ${short.version}"/>
       <filter token="date"    value="${TODAY}"/>
       <filter token="log"     value="true"/>
       <filter token="verbose" value="true"/>
  
  
  
  1.2.2.20  +5 -1      xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.2.2.19
  retrieving revision 1.2.2.20
  diff -u -r1.2.2.19 -r1.2.2.20
  --- changes.xml	2001/07/18 12:46:09	1.2.2.19
  +++ changes.xml	2001/07/19 13:18:22	1.2.2.20
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.2.2.19 2001/07/18 12:46:09 sylvain Exp $
  +  $Id: changes.xml,v 1.2.2.20 2001/07/19 13:18:22 cziegeler Exp $
   -->
   
   <changes title="History of Changes">
  @@ -26,6 +26,10 @@
    </devs>
   
    <release version="2.0b1-dev" date="@date@">
  +  <action dev="CZ" type="add">
  +    When a resource is not found (ResourceNotFoundException) the
  +    servlet sets only the status 404 and doesn't write to the output.    
  +  </action>
     <action dev="SW" type="add">
       In http environment, reset the response if it hasn't been committed
       before executing the handle-errors pipeline.
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +8 -8      xml-cocoon2/xdocs/3rdparty.xml
  
  Index: 3rdparty.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/xdocs/3rdparty.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- 3rdparty.xml	2001/06/07 19:13:49	1.1.2.1
  +++ 3rdparty.xml	2001/07/19 13:18:22	1.1.2.2
  @@ -15,7 +15,7 @@
   
    <s1 title="How to Contribute">
     <p>
  -   See <connect href="contrib.xml">How to contribute to Apache Cocoon</connect>.
  +   See <connect href="contrib.xml">How to contribute to @docname@</connect>.
     </p>
   
    </s1>
  @@ -25,7 +25,7 @@
      These are not necessarily deemed to be high enough quality to be included in the
      core distribution, but they have been tested under <connect href="contrib.xml">
      several key environments</connect>, they are provided under the same license
  -   as Cocoon, and they are included in the Cocoon distribution under the
  +   as @docname@, and they are included in the @docname@ distribution under the
      <code>contrib/</code> directory.
     </p>
   
  @@ -38,21 +38,21 @@
   
    <s1 title="Patch Queue">
     <p><connect href="patches.xml">Submissions of modifications</connect>
  -   to Cocoon which are awaiting review. Anyone can
  +   to @docname@ which are awaiting review. Anyone can
      comment on them on the cocoon-dev mailing list - code reviewers are needed!
  -   <strong>Use these at your own risk</strong> - although Cocoon has no guarantee
  +   <strong>Use these at your own risk</strong> - although @docname@ has no guarantee
      either, these patches have not been reviewed, let alone accepted.
     </p>
    </s1>
   
    <s1 title="Other Extensions">
  -  <p>The other extensions listed here are <strong>not endorsed</strong> by the Cocoon
  +  <p>The other extensions listed here are <strong>not endorsed</strong> by the @docname@
      project either - they are provided as a convenience only. They may or may not work,
      they may or may not be open source, etc.
     </p>
   
     <p>To have a link added to this table, see <connect href="contrib.xml">How to contribute
  -   to Apache Cocoon</connect>.</p>
  +   to @docname@</connect>.</p>
   
     <table>
      <tr>
  @@ -67,9 +67,9 @@
       <td><link href="http://www.geocities.com/SiliconValley/Monitor/7464/emacs/xslt-process/">
        XSLT-process</link></td>
       <td>Development Environment</td>
  -    <td>A minor mode for (X)Emacs that allows you to invoke an XSLT processor, or Cocoon on a buffer,
  +    <td>A minor mode for (X)Emacs that allows you to invoke an XSLT processor, or @docname@ on a buffer,
        thus yielding a fast turnaround time.</td>
  -    <td>Supports Xalan, Cocoon, Saxon</td>
  +    <td>Supports Xalan, @docname@, Saxon</td>
       <td>?</td>
       <td><link href="mailto:ovidiu@cup.hp.com">Ovidiu Predescu</link></td>
      </tr>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +7 -0      xml-cocoon2/xdocs/Attic/IMPORTANT
  
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org