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 2003/01/06 07:41:00 UTC

cvs commit: xml-forrest/src/documentation/content/xdocs/community/howto/xmlform howto-xmlform.xml

jefft       2003/01/05 22:41:00

  Modified:    src/documentation/content/xdocs Tag: LINKMAP_BRANCH
                        index.xml live-sites.xml site.xml
               src/documentation/content/xdocs/community/howto/xmlform Tag:
                        LINKMAP_BRANCH howto-xmlform.xml
  Log:
  Use the 'ext' scheme for external links
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.18.2.2  +2 -2      xml-forrest/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.18.2.1
  retrieving revision 1.18.2.2
  diff -u -r1.18.2.1 -r1.18.2.2
  --- index.xml	26 Dec 2002 14:11:49 -0000	1.18.2.1
  +++ index.xml	6 Jan 2003 06:41:00 -0000	1.18.2.2
  @@ -28,7 +28,7 @@
          skinning facility to easily apply a different user interface, local and
          robot-based build systems to draw XML content from a repository and
          publish to local or remote sites, and a
  -      <link href="http://xml.apache.org/cocoon/">Cocoon</link>-based site
  +      <link href="ext:cocoon">Cocoon</link>-based site
         generation mechanism.</p> 
         <p>The Forrest developers ... forrest-dev&lt;at&gt;xml.apache.org</p> 
       </section> 
  @@ -48,7 +48,7 @@
         <li>There is also a fledgling <link href="site:dreams">Dream List</link>
         to help provide some direction.</li>
         <li>The 
  -       <link href="http://xml.apache.org/forrest/">Forrest website</link>
  +        <link href="ext:forrest">Forrest website</link>
          is updated irregularly and manually, while we develop the
          <link href="site:forrestbot">forrestbot</link> facility.
          <!--which produces
  
  
  
  1.9.4.1   +3 -3      xml-forrest/src/documentation/content/xdocs/live-sites.xml
  
  Index: live-sites.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/live-sites.xml,v
  retrieving revision 1.9
  retrieving revision 1.9.4.1
  diff -u -r1.9 -r1.9.4.1
  --- live-sites.xml	14 Nov 2002 08:56:00 -0000	1.9
  +++ live-sites.xml	6 Jan 2003 06:41:00 -0000	1.9.4.1
  @@ -8,8 +8,8 @@
       <p>These are some of the sites that were created using Apache Forrest
        technology.</p>
       <ul>
  -      <li><link href="http://xml.apache.org/">Apache XML Project (xml.apache.org)</link></li>
  -      <li><link href="http://xml.apache.org/forrest/">Apache Forrest</link></li>
  +      <li><link href="ext:xml.apache.org">Apache XML Project (xml.apache.org)</link></li>
  +      <li><link href="ext:forrest">Apache Forrest</link></li>
         <li><link href="http://www.adriatico.be/">Adriatico</link></li>
         <li><link href="http://outerthought.net/">Outerthought.net</link></li>
         <li><link href="http://www.xmlbelux.be/">The BeLux XML User's Group</link></li>
  @@ -19,7 +19,7 @@
         <li>Some <link href="http://cvs.apache.org/~coar/people.html">Apache
           Committer</link> personal pages</li>
         <li><link href="http://incubator.apache.org/">Apache Incubator</link></li>
  -      <li><link href="http://xml.apache.org/fop/">Apache FOP</link>
  +      <li><link href="ext:fop">Apache FOP</link>
           (Formatting Objects Processor)</li>
       </ul>
     </body>
  
  
  
  1.2.2.7   +17 -1     xml-forrest/src/documentation/content/xdocs/Attic/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/Attic/site.xml,v
  retrieving revision 1.2.2.6
  retrieving revision 1.2.2.7
  diff -u -r1.2.2.6 -r1.2.2.7
  --- site.xml	5 Jan 2003 16:08:30 -0000	1.2.2.6
  +++ site.xml	6 Jan 2003 06:41:00 -0000	1.2.2.7
  @@ -3,8 +3,8 @@
   
     <about label="About">
       <index label="Index" href="index.html"/>
  -    <download label="Download" href="http://www.apache.org/dyn/closer.cgi/xml/forrest/"/>
       <license label="License" href="license.html"/>
  +    <download label="Download" href="http://www.apache.org/dyn/closer.cgi/xml/forrest/"/>
       <who label="Who we are" href="who.html"/>
       <dreams label="Dream list" href="dreams.html"/>
       <faq label="FAQs" href="faq.html"/>
  @@ -64,5 +64,21 @@
       <cocoon label="Apache Cocoon" href="http://xml.apache.org/cocoon/"/>
       <centipede label="Krysalis Centipede" href="http://www.krysalis.org/"/>
     </references>
  +
  +  <external-refs>
  +    <xml.apache.org href="http://xml.apache.org/">
  +      <cocoon href="cocoon/">
  +        <ml href="mail-lists.html"/>
  +        <actions href="userdocs/concepts/actions.html"/>
  +      </cocoon>
  +      <forrest href="forrest/"/>
  +      <xindice href="xindice/"/>
  +      <fop href="fop/"/>
  +    </xml.apache.org>
  +    <mail-archive href="http://marc.theaimsgroup.com"/>
  +    <xpath-tut href="http://www.w3schools.com/xpath/"/>
  +    <jxpath href="http://jakarta.apache.org/commons/jxpath"/>
  +
  +  </external-refs>
   
   </site>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.2   +8 -7      xml-forrest/src/documentation/content/xdocs/community/howto/xmlform/howto-xmlform.xml
  
  Index: howto-xmlform.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/community/howto/xmlform/howto-xmlform.xml,v
  retrieving revision 1.1.4.1
  retrieving revision 1.1.4.2
  diff -u -r1.1.4.1 -r1.1.4.2
  --- howto-xmlform.xml	5 Jan 2003 16:17:07 -0000	1.1.4.1
  +++ howto-xmlform.xml	6 Jan 2003 06:41:00 -0000	1.1.4.2
  @@ -57,7 +57,8 @@
       <extension title="Real World Extension">
        <p>Now you have created the Mailing list forms you should know which files are needed to create your own validating forms. The possibities are endless now that you can add dynamic forms to your Cocoon run site. </p>
        <ul>
  -       <li>A simple shopping cart could be created using an XML database such as <link href="http://xml.apache.org/xindice/">Xindices</link>.</li>
  +       <li>A simple shopping cart could be created using an XML database such as
  +         <link href="ext:xindice">Xindice</link>.</li>
          <li>Your site can now become more personalised and interactive for your visitors.  They can create their own login details and set their own preferences with a few simple forms.  Making your web site a home from home for them. </li>
          <li>You can now run surveys and tests from your site</li> 
          <li>Add a voting system for new features to be added on your site</li>
  @@ -70,25 +71,25 @@
        <p>If you have a problem running the example given you can try the following tips:</p>
        <ul>
           <li>Check the logs sometimes they have more information than displayed in your browser.</li>
  -        <li>Check the mail archives at <link href="http://marc.theaimsgroup.com">MARC: Mailing list ARChives at AIMS</link> as the chances are somebody else has had a similar problem too!</li>        
  +        <li>Check the <link href="ext:mail-archive">mail archive</link> as the chances are somebody else has had a similar problem too!</li>        
           <li>Email <link href="mailto:heidi@kutcha.org">me</link> I will try to help you. Again please send the entire error message and all relevant information.  Please use the title "XMLForm Help" in your emails.</li>
  -        <li>Try the <link href="http://xml.apache.org/cocoon/mail-lists.html">Cocoon users mail list</link> and remember to post the whole error message and try to supply all relevant information for a quick reply.</li>
  +        <li>Try the <link href="ext:cocoon/ml">Cocoon users mail list</link> and remember to post the whole error message and try to supply all relevant information for a quick reply.</li>
        </ul>
       </tips> 
       
       <references title="Related Resources">
         <p>Cocoon resources</p>
        <ul>
  -        <li>For all Cocoon basics see the <link href="http://xml.apache.org/cocoon">Cocoon Web site</link>.</li>
  -        <li>For actions take a look at the <link href=" http://xml.apache.org/cocoon/userdocs/concepts/actions.html">actions page</link>. Actions are Avalon Components, so you may want to read Avalon's Whitepaper for more information.</li>
  +        <li>For all Cocoon basics see the <link href="ext:cocoon">Cocoon Web site</link>.</li>
  +        <li>For actions take a look at the <link href="ext:cocoon/actions">actions page</link>. Actions are Avalon Components, so you may want to read Avalon's Whitepaper for more information.</li>
          </ul>
           <p>XPath is simple to learn and the basis of JXPath.</p>
           <ul>
  -        	<li>The W3C has a clear and simple <link href="http://www.w3schools.com/xpath/">tutorial</link>.</li>
  +          <li>The W3C has a clear and simple <link href="ext:xpath-tut">tutorial</link>.</li>
         </ul>
           <p>JXPath is now at beta stage and is based on XPath.</p>
           <ul>
  -        	<li>To learn more vist the home of <link href="http://jakarta.apache.org/commons/jxpath">JXPath</link></li>
  +        	<li>To learn more vist the home of <link href="ext:jxpath">JXPath</link></li>
   		</ul>
       </references>