jtaylor 02/03/26 05:36:29
Modified: . project.xml
xdocs musings.xml
Log:
Adding myself to the dev list, updating musing regarding graphing and SVG.
Revision Changes Path
1.40 +7 -0 jakarta-turbine-maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- project.xml 26 Mar 2002 04:48:53 -0000 1.39
+++ project.xml 26 Mar 2002 13:36:28 -0000 1.40
@@ -122,6 +122,13 @@
</developer>
<developer>
+ <name>James Taylor</name>
+ <id>jtaylor</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization></organization>
+ </developer>
+
+ <developer>
<name>Jason van Zyl</name>
<id>jvanzyl</id>
<email>[EMAIL PROTECTED]</email>
1.22 +5 -4 jakarta-turbine-maven/xdocs/musings.xml
Index: musings.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/musings.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- musings.xml 26 Mar 2002 04:39:07 -0000 1.21
+++ musings.xml 26 Mar 2002 13:36:28 -0000 1.22
@@ -160,10 +160,11 @@
</li>
<li>
A Java graphing package so that we can implement some of Tufte's
- ideas in graphical representation of large data sets. Is SVG a wise
- choice? does a browser need a plugin or is there an easy way to convert
- SVG to common image formats. JGraph will produce SVG of a graph so we
- would need an easy way to convert it to an easily viewable image.
+ ideas in graphical representation of large data sets. JGraph will
+ produce SVG. SVG can be viewed directly in many browsers (either with
+ a plugin, or built in with recent versions of IE and Mozilla). Batik
+ can be used to rasterize SVG for other targets (GIF and PNG for other
+ browsers, PDF for printed materials).
</li>
<li>
Do we need to abstract out Ant so that projects can be built with
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>