You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2002/06/18 09:23:02 UTC

cvs commit: xml-batik/xdocs batikDemo.xml site-book.xml

vhardy      2002/06/18 00:23:00

  Modified:    xdocs    site-book.xml
  Added:       xdocs    batikDemo.xml
  Log:
  Modified demo page. Removed auto-detection of Java Web Start as recommended by Marc Pierce (thanks!). The autodetection does not work on many browsers and the new version includes direct links to the .jnlp Java Web Start pages.
  
  Revision  Changes    Path
  1.30      +2 -2      xml-batik/xdocs/site-book.xml
  
  Index: site-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/site-book.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- site-book.xml	17 Jun 2002 16:28:00 -0000	1.29
  +++ site-book.xml	18 Jun 2002 07:23:00 -0000	1.30
  @@ -30,7 +30,7 @@
       <page id="license"            label="License"                  source="license.xml"/>
       <external                     label="Download"                 href="http://xml.apache.org/batik/dist" />
       <page id="install"            label="Install"                  source="installing.xml"/>
  -    <!-- <page id="batikDemo"          label="Demo"                     source="batikDemo.xml"/> -->
  +    <page id="batikDemo"          label="Demo"                     source="batikDemo.xml"/>
       <external                     label="Demo"                     href="batikDemo.html"/>
       <separator/>
   
  
  
  
  1.1                  xml-batik/xdocs/batikDemo.xml
  
  Index: batikDemo.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">
  
  <!-- ========================================================================= -->
  <!-- Copyright (C) The Apache Software Foundation. All rights reserved.        -->
  <!--                                                                           -->
  <!-- This software is published under the terms of the Apache Software License -->
  <!-- version 1.1, a copy of which has been included with this distribution in  -->
  <!-- the LICENSE file.                                                         -->
  <!-- ========================================================================= -->
  
  <!-- ========================================================================= -->
  <!-- author vincent.hardy@sun.com                                              -->
  <!-- version $Id: batikDemo.xml,v 1.1 2002/06/18 07:23:00 vhardy Exp $ -->      
  <!-- ========================================================================= -->
  <document>
    <header>
      <title>Batik Demo</title>
      <authors>
        <person name="Vincent Hardy" email="vincent.hardy@sun.com"/>
      </authors>
    </header>
  
    <body>
      <s1 title="Trying The Batik Squiggle Browser">
          <p>
              You can experiment with the Batik browser by clicking on one of the following links.
              Note that you need to install <link href="http://java.sun.com/products/javawebstart/">Java(tm) Web Start</link> on your system
              to run these demos.
          </p>
  
          <ul>
              <li><link href="http://nagoya.apache.org/batik_1.1/batikNagoya.jnlp">SVG Demos</link>.  An on-line demo of the Batik SVG Browser showing various demos</li>
              <li><link href="http://nagoya.apache.org/batik_1.1/batikNagoyaFontsDemo.jnlp">SVG Fonts Demo</link>. An on-line demo of the Batik SVG Browser showing SVG Fonts at work"</li>
          </ul>
  
              <note>This version of the Batik browser is running from your browser and is subject to the same
              restrictions as an applet. For example, it does not have the ability to load SVG files from arbitrary
              locations. However, it does offer all the main features that the viewer has to offer, as explained in 
              the <link href="svgviewer.html">Browser tutorial</link>.</note>
  
      </s1>
    </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org