You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/11/27 09:34:27 UTC

cvs commit: xml-forrest/src/resources/forrestbot/samples/entities forrest-template.ent xindice-site.ent xml-site.ent

jefft       2002/11/27 00:34:27

  Modified:    src/resources/forrestbot/samples forrest-template-cvs.xml
                        xml-site-cvs.xml
  Added:       src/resources/forrestbot/samples forrest-site-cvs.xml
                        xindice-site-cvs.xml
               src/resources/forrestbot/samples/entities
                        forrest-template.ent xindice-site.ent xml-site.ent
  Log:
  New samples
  
  Revision  Changes    Path
  1.2       +6 -24     xml-forrest/src/resources/forrestbot/samples/forrest-template-cvs.xml
  
  Index: forrest-template-cvs.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/samples/forrest-template-cvs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- forrest-template-cvs.xml	3 Nov 2002 15:35:55 -0000	1.1
  +++ forrest-template-cvs.xml	27 Nov 2002 08:34:26 -0000	1.2
  @@ -1,11 +1,10 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!--
  -Forrestbot sample config file.
  -Fetches the Forrest 'template' site (ie, that used by "forrest seed") from CVS
  -and builds it.
   
  -jefft@apache.org
  --->
  +<!DOCTYPE forrest-config [
  +<!ENTITY email "jeff@localhost">
  +<!ENTITY forrest-template SYSTEM "file:entities/forrest-template.ent">
  +]>
  +
   <forrest-config>
     <defaults>
       <get-src type="cvs">
  @@ -23,23 +22,6 @@
       -->
     </defaults>
   
  -  <project name="forrest-template">
  -    <prepare>
  -      <skin name="forrest-site"/>
  -    </prepare>
  -    <get-src type="cvs">
  -      <module name="xml-forrest"/>
  -      <dir name="src/resources/fresh-site"/>
  -    </get-src>
  -    <deploy type="local-copy">
  -      <destination name="build/template-site"/>
  -    </deploy>
  -    <!--
  -    <deploy type="scp">
  -      <dir name="public_html/forrest-site"/>
  -    </deploy>
  -    -->
  -
  -  </project>
  +  &forrest-template;
   
   </forrest-config>
  
  
  
  1.2       +6 -24     xml-forrest/src/resources/forrestbot/samples/xml-site-cvs.xml
  
  Index: xml-site-cvs.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/samples/xml-site-cvs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-site-cvs.xml	9 Nov 2002 06:51:50 -0000	1.1
  +++ xml-site-cvs.xml	27 Nov 2002 08:34:26 -0000	1.2
  @@ -1,10 +1,10 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!--
  -Forrestbot sample config file.
  -Fetches the xml.apache.org site from CVS and builds it.
   
  -jefft@apache.org
  --->
  +<!DOCTYPE forrest-config [
  +<!ENTITY email "jeff@localhost">
  +<!ENTITY xml-site SYSTEM "file:entities/xml-site.ent">
  +]>
  +
   <forrest-config>
     <defaults>
       <get-src type="cvs">
  @@ -22,24 +22,6 @@
       -->
     </defaults>
   
  -  <project name="forrest-template">
  -    <prepare>
  -      <skin name="forrest-site"/>
  -    </prepare>
  -
  -    <get-src type="cvs">
  -      <module name="xml-forrest"/>
  -      <dir name="src/documentation"/>
  -    </get-src>
  -    <deploy type="local-copy">
  -      <destination name="build/xml-site"/>
  -    </deploy>
  -    <!--
  -    <deploy type="scp">
  -      <dir name="public_html/forrest-site"/>
  -    </deploy>
  -    -->
  -
  -  </project>
  +  &xml-site;
   
   </forrest-config>
  
  
  
  1.1                  xml-forrest/src/resources/forrestbot/samples/forrest-site-cvs.xml
  
  Index: forrest-site-cvs.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE forrest-config [
  <!ENTITY email "jefft@apache.org">
  <!ENTITY forrest-site SYSTEM "file:entities/forrest-site.ent">
  ]>
  
  <forrest-config>
    <defaults>
      <get-src type="cvs">
        <host name="cvs.apache.org"/>
        <root name="/home/cvspublic"/>
        <user name="anoncvs"/>
        <passwd name="anoncvs"/>
      </get-src>
      <!--
      <deploy type="scp">
        <host name="localhost"/>
        <root name="/home/jeff"/>
        <user name="jeff"/>
      </deploy>
      -->
    </defaults>
  
    &forrest-site;
  
  </forrest-config>
  
  
  
  1.1                  xml-forrest/src/resources/forrestbot/samples/xindice-site-cvs.xml
  
  Index: xindice-site-cvs.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE forrest-config [
  <!ENTITY email "jeff@localhost">
  <!ENTITY xindice-site SYSTEM "file:entities/xindice-site.ent">
  ]>
  
  <forrest-config>
    <defaults>
      <prepare>
        <skin name="bob"/>
      </prepare>
      <get-src type="cvs">
        <host name="cvs.apache.org"/>
        <root name="/home/cvspublic"/>
        <user name="anoncvs"/>
        <passwd name="anoncvs"/>
      </get-src>
      <!--
      <deploy type="scp">
        <host name="localhost"/>
        <root name="/home/jeff"/>
        <user name="jeff"/>
      </deploy>
      -->
    </defaults>
  
    &xindice-site;
  
  </forrest-config>
  
  
  
  1.1                  xml-forrest/src/resources/forrestbot/samples/entities/forrest-template.ent
  
  Index: forrest-template.ent
  ===================================================================
    <project name="forrest-template" sendlogto="&email;">
      <prepare>
        <skin name="forrest-site"/>
      </prepare>
      <get-src type="cvs">
        <module name="xml-forrest"/>
        <content-dir name="src/resources/fresh-site"/>
        <project-dir name="src/resources/fresh-site"/>
      </get-src>
      <deploy type="local-copy">
        <destination name="build/template-site"/>
      </deploy>
      <!--
      <deploy type="scp">
        <dir name="public_html/forrest-site"/>
      </deploy>
      -->
    </project>
  
  
  
  
  
  1.1                  xml-forrest/src/resources/forrestbot/samples/entities/xindice-site.ent
  
  Index: xindice-site.ent
  ===================================================================
    <project name="xindice-site" sendlogto="&email;">
      <prepare>
        <skin name="forrest-site"/>
      </prepare>
  
      <get-src type="cvs">
        <module name="xml-xindice"/>
        <content-dir name="src/documentation"/>
        <project-dir name="src/documentation"/>
       </get-src>
      <deploy type="local-copy">
        <destination name="build/xindice-site"/>
      </deploy>
      <!--
      <deploy type="scp">
        <dir name="public_html/xindice-site"/>
      </deploy>
      -->
    </project>
  
  
  
  1.1                  xml-forrest/src/resources/forrestbot/samples/entities/xml-site.ent
  
  Index: xml-site.ent
  ===================================================================
    <project name="xml-site" sendlogto="&email;">
      <prepare>
        <skin name="forrest-site"/>
      </prepare>
  
      <get-src type="cvs">
        <module name="xml-forrest"/>
        <content-dir name="src/documentation"/>
        <project-dir name="src/documentation"/>
      </get-src>
      <deploy type="local-copy">
        <destination name="build/xml-site"/>
      </deploy>
    </project>