You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/09/21 08:06:08 UTC

cvs commit: xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir book-sample.xml index.xml

crossley    2003/09/20 23:06:08

  Modified:    src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir
                        book-sample.xml index.xml
  Log:
  dos2unix
  
  Revision  Changes    Path
  1.3       +27 -27    xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir/book-sample.xml
  
  Index: book-sample.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir/book-sample.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book-sample.xml	13 Aug 2003 10:34:57 -0000	1.2
  +++ book-sample.xml	21 Sep 2003 06:06:08 -0000	1.3
  @@ -1,27 +1,27 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "http://apache.org/forrest/dtd/book-cocoon-v10.dtd">
  -
  -<!-- Sample book.xml file.  If this file is renamed to 'book.xml', it will be
  -used to define the menu in this subdirectory, instead of that generated from
  -site.xml. -->
  -
  -<book software="MyProj"
  -  title="MyProj"
  -  copyright="@year@ The Apache Software Foundation"
  -  xmlns:xlink="http://www.w3.org/1999/xlink">
  -
  -  <menu label="About">
  -    <menu-item label="Index" href="site:index"/>
  -    <menu-item label="Sample page" href="site:sample"/>
  -    <menu-item label="Sample ihtml page" href="site:sample-ihtml"/>
  -    <menu-item label="Sample ehtml page" href="site:sample-ehtml"/>
  -    <menu-item label="FAQ" href="site:faq"/>
  -    <menu-item label="Changes" href="site:changes"/>
  -    <menu-item label="Todo" href="site:todo"/>
  -  </menu>
  -
  -  <menu label="Subdir">
  -    <menu-item label="index" href="site:subdir/index"/>
  -  </menu>
  -
  -</book>
  +<?xml version="1.0" encoding="UTF-8"?>
  +<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "http://apache.org/forrest/dtd/book-cocoon-v10.dtd">
  +
  +<!-- Sample book.xml file.  If this file is renamed to 'book.xml', it will be
  +used to define the menu in this subdirectory, instead of that generated from
  +site.xml. -->
  +
  +<book software="MyProj"
  +  title="MyProj"
  +  copyright="@year@ The Apache Software Foundation"
  +  xmlns:xlink="http://www.w3.org/1999/xlink">
  +
  +  <menu label="About">
  +    <menu-item label="Index" href="site:index"/>
  +    <menu-item label="Sample page" href="site:sample"/>
  +    <menu-item label="Sample ihtml page" href="site:sample-ihtml"/>
  +    <menu-item label="Sample ehtml page" href="site:sample-ehtml"/>
  +    <menu-item label="FAQ" href="site:faq"/>
  +    <menu-item label="Changes" href="site:changes"/>
  +    <menu-item label="Todo" href="site:todo"/>
  +  </menu>
  +
  +  <menu label="Subdir">
  +    <menu-item label="index" href="site:subdir/index"/>
  +  </menu>
  +
  +</book>
  
  
  
  1.5       +22 -22    xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	21 Sep 2003 06:05:15 -0000	1.4
  +++ index.xml	21 Sep 2003 06:06:08 -0000	1.5
  @@ -1,22 +1,22 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
  -<document>
  -   <header>
  -      <title>Page generated from a sub-directory</title>
  -
  -      <authors>
  -        <person name="Joe Bloggs" email="joe@joescompany.org" />
  -       </authors>
  -   </header>
  -
  -   <body>
  -     <section>
  -       <title>A sub-directory</title>
  -       <p>This was generated from a sub-directory.</p>
  -       <p>When creating new subdirectories, remember that these <em>must</em>
  -         be declared in site.xml or each directory must have a book.xml file.
  -       </p>
  -      </section>
  -   </body>
  -</document>
  -
  +<?xml version="1.0" encoding="UTF-8"?>
  +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
  +<document>
  +   <header>
  +      <title>Page generated from a sub-directory</title>
  +
  +      <authors>
  +        <person name="Joe Bloggs" email="joe@joescompany.org" />
  +       </authors>
  +   </header>
  +
  +   <body>
  +     <section>
  +       <title>A sub-directory</title>
  +       <p>This was generated from a sub-directory.</p>
  +       <p>When creating new subdirectories, remember that these <em>must</em>
  +         be declared in site.xml or each directory must have a book.xml file.
  +       </p>
  +      </section>
  +   </body>
  +</document>
  +