Author: helder
Date: Sat Feb 12 15:20:55 2011
New Revision: 1070087
URL: http://svn.apache.org/viewvc?rev=1070087&view=rev
Log:
General:
Fix DOAP project file
(creation date, programming language).
Fix several links and textual description
(SVG Tiny 1.2, SMIL, Cameron's nightly builds).
Modified:
xmlgraphics/batik/trunk/documentation-sources/content/doap.rdf
xmlgraphics/batik/trunk/documentation-sources/content/xdocs/dev/svg12.xml
xmlgraphics/batik/trunk/documentation-sources/content/xdocs/download.html
xmlgraphics/batik/trunk/documentation-sources/content/xdocs/site.xml
Modified: xmlgraphics/batik/trunk/documentation-sources/content/doap.rdf
URL:
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/doap.rdf?rev=1070087&r1=1070086&r2=1070087&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/doap.rdf (original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/doap.rdf Sat Feb 12
15:20:55 2011
@@ -1,32 +1,32 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
- xmlns="http://usefulinc.com/ns/doap#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns="http://usefulinc.com/ns/doap#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<!--
=======================================================================
- Copyright (c) 2006-2007 The Apache Software Foundation.
+ Copyright (c) 2006-2011 The Apache Software Foundation.
All rights reserved.
=======================================================================
-->
<Project rdf:about="http://xmlgraphics.apache.org/batik/">
- <created>2007-02-16</created>
- <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+ <created>2000-10-01</created>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
<name>Apache Batik</name>
- <homepage rdf:resource="http://xmlgraphics.apache.org/batik/" />
- <asfext:pmc rdf:resource="http://xmlgraphics.apache.org" />
+ <homepage rdf:resource="http://xmlgraphics.apache.org/batik/"/>
+ <asfext:pmc rdf:resource="http://xmlgraphics.apache.org"/>
<shortdesc>The Apache Foundationâs Java-based toolkit for SVG generation
and manipulation.</shortdesc>
<description>Batik is a Java-based toolkit for applications or applets to
use images in the Scalable Vector Graphics (SVG) format for various purposes,
such as display, generation and manipulation.</description>
- <bug-database
rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Batik&content="
/>
- <mailing-list
rdf:resource="http://xmlgraphics.apache.org/batik/mailing-list.html" />
- <download-page rdf:resource="http://xmlgraphics.apache.org/download.cgi" />
- <programming-language>SVG</programming-language>
- <category rdf:resource="http://projects.apache.org/category/xml" />
- <category rdf:resource="http://projects.apache.org/category/graphics" />
+ <bug-database
rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Batik&content="/>
+ <mailing-list
rdf:resource="http://xmlgraphics.apache.org/batik/mailing-list.html"/>
+ <download-page rdf:resource="http://xmlgraphics.apache.org/download.cgi"/>
+ <programming-language>Java</programming-language>
+ <category rdf:resource="http://projects.apache.org/category/xml"/>
+ <category rdf:resource="http://projects.apache.org/category/graphics"/>
<release>
<Version>
<name>Batik 1.6</name>
@@ -67,7 +67,7 @@
<asfext:title>Scalable Vector Graphics (SVG) Tiny 1.2</asfext:title>
<asfext:body>W3C</asfext:body>
<asfext:id>SVG Tiny 1.2</asfext:id>
- <asfext:url rdf:resource="http://www.w3.org/TR/SVGMobile12/"/>
+ <asfext:url rdf:resource="http://www.w3.org/TR/SVGTiny12/"/>
</asfext:Standard>
</asfext:implements>
<asfext:implements>
Modified:
xmlgraphics/batik/trunk/documentation-sources/content/xdocs/dev/svg12.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/xdocs/dev/svg12.xml?rev=1070087&r1=1070086&r2=1070087&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/xdocs/dev/svg12.xml
(original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/xdocs/dev/svg12.xml
Sat Feb 12 15:20:55 2011
@@ -251,7 +251,7 @@ public class C {
</p>
<ul>
<li>
- the <a
href="http://www.w3.org/TR/SVGMobile12/painting.html#SolidColorElement"><code>solidColor</code>
+ the <a
href="http://www.w3.org/TR/SVGTiny12/painting.html#SolidColorElement"><code>solidColor</code>
paint server element,</a>
</li>
<li>
@@ -262,7 +262,7 @@ public class C {
</li>
<li>
the XML Events
- <a
href="http://www.w3.org/TR/SVGMobile12/script.html#HandlerElement"><code>handler</code>
+ <a
href="http://www.w3.org/TR/SVGTiny12/script.html#HandlerElement"><code>handler</code>
element</a>,
</li>
<li>
Modified:
xmlgraphics/batik/trunk/documentation-sources/content/xdocs/download.html
URL:
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/xdocs/download.html?rev=1070087&r1=1070086&r2=1070087&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/xdocs/download.html
(original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/xdocs/download.html
Sat Feb 12 15:20:55 2011
@@ -160,15 +160,15 @@
</p>
<pre class="code">svn checkout
http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk/</pre>
<p>
- You can also browse the Subversion repository using ViewCVS at
- <a
href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/batik/">http://svn.apache.org/viewcvs.cgi/xmlgraphics/batik/</a>.
+ You can also browse the Subversion repository using ViewVC at
+ <a
href="http://svn.apache.org/viewvc/xmlgraphics/batik/">http://svn.apache.org/viewvc/xmlgraphics/batik/</a>.
</p>
<!--h2><a name="nightly"></a>Unofficial nightly build</h2>
<p>
Unofficial nightly builds of the latest Subversion repository sources are
available for download from
- <a
href="http://arc.mcc.id.au/batik-nightly/">http://arc.mcc.id.au/batik-nightly/</a>.
+ <a
href="http://mcc.id.au/batik-nightly/">http://mcc.id.au/batik-nightly/</a>.
On this page you can also find a
<a href="http://java.sun.com/products/javawebstart/">Java Web
Start</a>able
version of <a href="tools/browser.html">Squiggle, the SVG browser</a>,
Modified: xmlgraphics/batik/trunk/documentation-sources/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/xdocs/site.xml?rev=1070087&r1=1070086&r2=1070087&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/xdocs/site.xml
(original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/xdocs/site.xml Sat
Feb 12 15:20:55 2011
@@ -57,10 +57,10 @@
<dom2ev label="DOM Level 2 Events"
href="http://www.w3.org/TR/DOM-Level-2-Events/"/>
<dom2style label="DOM Level 2 Style"
href="http://www.w3.org/TR/DOM-Level-2-Style/"/>
<ecmascript label="ECMAScript 3rd ed."
href="http://www.ecma-international.org/publications/standards/Ecma-262.htm"/>
- <smil label="SMIL Animation"
href="http://www.w3.org/TR/2001/REC-smil-animation-20010904/"/>
+ <smil label="SMIL Animation"
href="http://www.w3.org/TR/smil-animation"/>
</for11>
<for12 label="For SVG 1.2">
- <svg12t label="SVG Tiny 1.2 (draft)"
href="http://www.w3.org/TR/SVGMobile12/"/>
+ <svg12t label="SVG Tiny 1.2" href="http://www.w3.org/TR/SVGTiny12/"/>
<svg12 label="SVG Full 1.2 (draft)"
href="http://www.w3.org/TR/SVG12/"/>
<dom3core label="DOM Level 3 Core"
href="http://www.w3.org/TR/DOM-Level-3-Core/"/>
<dom3ev label="DOM Level 3 Events (draft)"
href="http://www.w3.org/TR/DOM-Level-3-Events/"/>