[Bps-public-commit] r11301 - WebChart/lib/WebChart/Renderer

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Mar 31 10:50:42 EDT 2008


Author: sunnavy
Date: Mon Mar 31 10:50:27 2008
New Revision: 11301

Modified:
   WebChart/lib/WebChart/Renderer/PlotKit.pm
   WebChart/lib/WebChart/Renderer/XMLSWF.pm

Log:
added requirments doc for xmlswf and plotkit renderers

Modified: WebChart/lib/WebChart/Renderer/PlotKit.pm
==============================================================================
--- WebChart/lib/WebChart/Renderer/PlotKit.pm	(original)
+++ WebChart/lib/WebChart/Renderer/PlotKit.pm	Mon Mar 31 10:50:27 2008
@@ -113,6 +113,14 @@
 
 __END__
 
+=head1 REQUIRMENTS
+
+you need to put PlotKit L<http://www.liquidx.net/plotkit> and MochiKit 
+L<http://www.mochikit.com> to your web server's js dir manually. 
+e.g. if your top web path to store js files is F</js>, then
+PlotKit and MochiKit ought to live in F</js/plotkit> and F</js/mochikit>,
+individually.
+
 =head1 AUTHOR
 
 sunnavy  C<< <sunnavy at bestpractical.com> >>

Modified: WebChart/lib/WebChart/Renderer/XMLSWF.pm
==============================================================================
--- WebChart/lib/WebChart/Renderer/XMLSWF.pm	(original)
+++ WebChart/lib/WebChart/Renderer/XMLSWF.pm	Mon Mar 31 10:50:27 2008
@@ -4,7 +4,6 @@
 use Carp;
 
 use base qw/ WebChart::Renderer /;
-use UNIVERSAL::require;
 use File::Spec;
 use File::Temp;
 use XML::Simple;
@@ -131,6 +130,15 @@
 
 __END__
 
+=head1 REQUIRMENTS
+
+you need to put xmlswf lib
+L<http://www.maani.us/xml_charts/index.php?menu=Download> to your web server's
+dir manually, and keep the dir structures. e.g.
+if your top web path to store flash files is F</flash>, then
+all xmlswf stuff ought to live in F</flash/xmlswf>
+
+
 =head1 AUTHOR
 
 sunnavy  C<< <sunnavy at bestpractical.com> >>



More information about the Bps-public-commit mailing list