You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2012/10/24 06:18:13 UTC

svn commit: r835972 - in /websites/staging/xmlgraphics/trunk/content: ./ batik/index.html

Author: buildbot
Date: Wed Oct 24 04:18:13 2012
New Revision: 835972

Log:
Staging update by buildbot for xmlgraphics

Modified:
    websites/staging/xmlgraphics/trunk/content/   (props changed)
    websites/staging/xmlgraphics/trunk/content/batik/index.html

Propchange: websites/staging/xmlgraphics/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct 24 04:18:13 2012
@@ -1 +1 @@
-1401540
+1401541

Modified: websites/staging/xmlgraphics/trunk/content/batik/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/batik/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/batik/index.html Wed Oct 24 04:18:13 2012
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>Batik SVG Toolkit</title>
+    <title>Apache(tm) Batik SVG Toolkit - a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG)</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -153,17 +153,17 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 100px;">
 	  <a href="/batik/"><img src="/images/apache-batik-logo.png" alt="The Apache FOP Project" width="256" height="96" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; Batik Project</h2>
-	</div><!-- <h1>Batik SVG Toolkit</h1> -->
+	</div><!-- <h1>Apache(tm) Batik SVG Toolkit - a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG)</h1> -->
 
 
       
       <div id="content" class="grid_16">
       	<!-- <div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/batik/">Batik</a></div> -->
-      	<div class="section-content"><h1 id="batik-svg-toolkit">Batik SVG Toolkit</h1>
-<h2 id="overview-wzxhzdk0wzxhzdk1">Overview  <a id="overview"></a></h2>
+      	<div class="section-content"><h1 id="apachewzxhzdk0-batik-svg-toolkit">Apache&trade; Batik SVG Toolkit</h1>
+<h2 id="overview-wzxhzdk1wzxhzdk2">Overview  <a id="overview"></a></h2>
 <p>Batik is a Java-based toolkit for applications or applets that want to use images in the <a href="http://www.w3.org/TR/SVG11/">Scalable Vector Graphics (SVG)</a> format for various purposes, such as display, generation or manipulation.</p>
 <p>The project’s ambition is to give developers a set of <a href="using/architecture.html#coreComponents">core modules</a> that can be used together or individually to support specific SVG solutions. Examples of <a href="using/index.html">modules</a> are the <a href="using/parsers.html">SVG Parser</a> , the <a href="using/svg-generator.html">SVG Generator</a> and the <a href="using/dom-api.html">SVG DOM</a> . Another ambition for the Batik project is to make it highly <a href="using/extending.html">extensible</a> —for example, Batik allows the developer to handle custom SVG elements. Even though the goal of the project is to provide a set of core modules, one of the deliverables is a full fledged <a href="tools/browser.html">SVG browser</a> implementation which validates the various modules and their inter-operability.</p>
-<h2 id="what-batik-can-be-used-for-wzxhzdk2wzxhzdk3">What Batik can be used for  <a id="uses"></a></h2>
+<h2 id="what-batik-can-be-used-for-wzxhzdk3wzxhzdk4">What Batik can be used for  <a id="uses"></a></h2>
 <p><img alt="Batik use cases" src="images/batikUses.jpg" title="" /> With Batik, you can manipulate SVG documents anywhere Java is available. You can also use the various <a href="using/index.html">Batik modules</a> to <a href="using/svg-generator.html">generate</a> , <a href="using/dom-api.html">manipulate</a> and <a href="using/transcoder.html">transcode</a> SVG images in your applications or applets.</p>
 <p>Batik makes it easy for Java based applications or applets to deal with SVG content. For example, using Batik’s <a href="using/svg-generator.html">SVG generator module</a> , a Java application or applet can very easily export its graphics into the SVG format. Using Batik’s <a href="using/swing.html">SVG viewing component</a> , an application or applet can very easily integrate SVG viewing and interaction capabilities. Another possibility is to use Batik’s modules to convert SVG to various formats, such as raster images (<abbr title="Joint Photographic Expert Group">JPEG</abbr>,<abbr title="Portable Network Graphics">PNG</abbr>or<abbr title="Tagged Image File Format">TIFF</abbr>) or other vector formats (<abbr title="Encapsulated PostScript">EPS</abbr>or<abbr title="Portable Document Format">PDF</abbr>, the latter two due to the transcoders provided by <a href="http://xmlgraphics.apache.org/fop/">Apache FOP</a> ).</p>
 <p>The Batik toolkit includes the following:</p>
@@ -204,15 +204,15 @@ $(document).ready(function () {
 </li>
 </ul>
 <p>See <a href="uses.html">examples of projects and products using Batik</a> for real-life example of how Batik is already integrated in projects and products.</p>
-<h2 id="the-svg-specification-wzxhzdk14wzxhzdk15">The SVG specification  <a id="spec"></a></h2>
+<h2 id="the-svg-specification-wzxhzdk15wzxhzdk16">The SVG specification  <a id="spec"></a></h2>
 <p>Scalable Vector Graphics, SVG, is a <a href="http://www.w3.org/">W3C</a> Recommendation. It defines an XML grammar for rich 2D graphics which includes features such as transparency, arbitrary geometry, filter effects (shadows, lighting effects, etc.), scripting and animation.</p>
 <p>The SVG specification states:</p>
 <p>This specification defines the features and syntax for Scalable Vector Graphics (SVG). SVG is a language for describing two-dimensional graphics in XML [ <a href="http://www.w3.org/TR/REC-xml">XML10</a> ]. SVG allows for three types of graphic objects: vector graphic shapes (e.g., paths consisting of straight lines and curves), images and text. Graphical objects can be grouped, styled, transformed and composited into previously rendered objects. The feature set includes nested transformations, clipping paths, alpha masks, filter effects and template objects.</p>
 <p>SVG documents can be interactive and dynamic. Animations can be defined and triggered either declaratively (i.e., by embedding SVG animation elements in SVG content) or via scripting.</p>
-<h2 id="implementation-status-wzxhzdk16wzxhzdk17">Implementation status  <a id="status"></a></h2>
+<h2 id="implementation-status-wzxhzdk17wzxhzdk18">Implementation status  <a id="status"></a></h2>
 <p>The latest revision of Batik, release 1.7, is a conformant <a href="http://www.w3.org/TR/SVG11/conform.html#ConformingSVGViewers">static SVG implementation</a> and supports <a href="http://www.w3.org/TR/SVG11/interact.html">interactivity</a> , <a href="http://www.w3.org/TR/SVG11/linking.html">linking</a> and <a href="http://www.w3.org/TR/SVG11/script.html">scripting</a> features of the SVG specification. This release supports a nearly complete implementation of declarative <a href="http://www.w3.org/TR/SVG11/animate.html">animation</a> , too.</p>
 <p>See the <a href="status.html">status</a> page for a detailed description of the set of SVG features Batik supports.</p>
-<h2 id="download-batik-wzxhzdk18wzxhzdk19">Download Batik  <a id="download"></a></h2>
+<h2 id="download-batik-wzxhzdk19wzxhzdk20">Download Batik  <a id="download"></a></h2>
 <p>You can get the Batik distribution, source and binary, from the <a href="download.cgi">download page</a> .
 All other libraries needed by Batik are included in the distribution. As a consequence the Batik archive is quite big, but after you have downloaded it, you will not need anything else.<warning id="SecurityWarning" label="Security warning">
 This is a warning that a script security issue was reported in the Batik Squiggle browser. Squiggle uses the Rhino scripting engine and some features of that engine can be leveraged by malicious scripts to gain access to otherwise protected resources (like the file system). This issue was fixed in the 1.5.1 release of Batik. If you are using a version of Batik older than 1.5.1, you should upgrade.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org