You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/02/15 05:21:43 UTC

cvs commit: xml-cocoon2/src/blocks/chaperon/samples/misc samples.xml

crossley    2003/02/14 20:21:43

  Modified:    src/blocks/chaperon/samples/misc samples.xml
  Log:
  Add links to some documentation.
  Minor text tweaks and formatting.
  
  Revision  Changes    Path
  1.4       +30 -10    xml-cocoon2/src/blocks/chaperon/samples/misc/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/blocks/chaperon/samples/misc/samples.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- samples.xml	4 Feb 2003 13:26:34 -0000	1.3
  +++ samples.xml	15 Feb 2003 04:21:43 -0000	1.4
  @@ -6,27 +6,47 @@
    </group>
   
    <group name="Mathexp example">
  -  <sample name="Mathexp" href="mathexp.html">This example demonstrate how parser can be use to
  -   parse input text, like mathematical expressions.</sample>
  +  <sample name="Mathexp" href="mathexp.html">This example demonstrate how
  +   the parser can be used to parse input text, like mathematical expressions.
  +  </sample>
    </group>
   
    <group name="Wiki example">
  -  <sample name="Wiki" href="wiki.html">In this example the parser were used to build an online editor,
  -   which based on the very popular syntax of Wiki.</sample>
  +  <sample name="Wiki" href="wiki.html">In this example the parser is used
  +   to build an online editor,
  +   which is based on the very popular syntax of Wiki.
  +  </sample>
    </group>
   
    <group name="Pattern example">
  -  <sample name="Pattern" href="pattern.html">In this example the PatternTransformer were used to replace links
  -   by a HTML link.</sample>
  +  <sample name="Pattern" href="pattern.html">In this example the
  +   PatternTransformer is used to replace links with HTML links.
  +  </sample>
    </group>
   
    <group name="Syntax highlighting example">
  -  <sample name="Example 1" href="test/Grammar.java.html">The parser can also be used to colorize
  -   some source code.
  +  <sample name="Example 1" href="test/Grammar.java.html">The parser can also
  +   be used to colorize some source code.
     </sample>
   
  -  <sample name="Example 2" href="test/PatternProcessor.class.html">This example show a another view
  -   of a java class, similar to javadoc.(Need once 2-3min, for the parser table generation process)
  +  <sample name="Example 2" href="test/PatternProcessor.class.html">
  +   This example show a another view of a java class, similar to javadoc.
  +   (The first use takes 2-3 minutes, for the parser table generation process.)
  +  </sample>
  + </group>
  +
  + <group name="Documentation">
  +  <sample name="Lexical Transformer"
  +          href="../../documents/userdocs/transformers/lexer-transformer.html">
  +  </sample>
  +  <sample name="Parser Transformer"
  +          href="../../documents/userdocs/transformers/parser-transformer.html">
  +  </sample>
  +  <sample name="Pattern Transformer"
  +          href="../../documents/userdocs/transformers/pattern-transformer.html">
  +  </sample>
  +  <sample name="Full Chaperon documentation"
  +          href="http://chaperon.sourceforge.net/">
     </sample>
    </group>
   
  
  
  

----------------------------------------------------------------------
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