You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by mp...@apache.org on 2002/08/23 17:38:09 UTC

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

mpo         2002/08/23 08:38:09

  Added:       src/resources/fresh-site status.xml
               src/resources/fresh-site/src/documentation/content/xdocs
                        book.xml index.xml tabs.xml
  Log:
  initial check in of the /fresh-site directory
  here we should place what will be dropped inside project directories when they ask to be 'seeded'
  (sorry for not checking in earlier)
  
  Revision  Changes    Path
  1.1                  xml-forrest/src/resources/fresh-site/status.xml
  
  Index: status.xml
  ===================================================================
  <?xml version="1.0"?>
        <?xml-stylesheet type="text/xsl" href="./tools/antipede/resources/stylesheets/status.xsl"?>
        <status>
  
          <developers>
            <person name="Joe Bloggs"      email="joe@joescompany.org"      id="JB" />
            <!-- Add more people here -->
          </developers>
  
          <todo>
            <!-- Add todo items, eg:
            <actions priority="high">
              <action context="code" dev="SN">
              </action>
            </actions>
            <actions priority="medium">
              <action context="docs" dev="open">
              </action>
            </actions>
            -->
          </todo>
  
          <changes>
            <!-- Add new releases here -->
            <release version="0.1" date="2002">
              <action dev="JB" type="add" context="admin">
                Initial Import
              </action>
            </release>
          </changes>
      </status>
  
  
  1.1                  xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
  
        <book software="MyProj"
          title="MyProj"
          copyright="Foo"
          xmlns:xlink="http://www.w3.org/1999/xlink">
  
          <menu label="About">
            <menu-item label="Index" href="index.html"/>
            <!-- Add new entries here, or in a new menu. Consult the DTD for valid elements -->
            <menu-item label="Changes" href="changes.html"/>
            <menu-item label="Todo" href="todo.html"/>
          </menu>
      </book>
  
  
  1.1                  xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
        <document> 
          <header> 
            <title>Welcome to MyProj</title> 
          </header> 
          <body> 
            <section>
              <title>Introduction</title>
              <p>This page has been automatically generated. Please replace this text
                with content of your own</p>
            </section>
          </body>
      </document>
  
  
  1.1                  xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "tab-cocoon-v10.dtd">
  
        <tabs software="MyProj"
          title="MyProj"
          copyright="Foo"
          xmlns:xlink="http://www.w3.org/1999/xlink">
  
          <tab label="Home" dir=""/>
          <!-- Add new tabs here, eg:
          <tab label="How-Tos" dir="community/howto/"/>
          <tab label="XML Site" dir="xml-site/"/>
          -->
  
      </tabs>