File: README

package info (click to toggle)
libsvg-tt-graph-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 412 kB
  • ctags: 186
  • sloc: perl: 5,564; makefile: 2
file content (45 lines) | stat: -rwxr-xr-x 951 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
SVG/TT/Graph
============

This set of modules can be used to generate high quality
SVG graphs, bar charts and pie graphs.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:
  DateTime >= 0.1
  HTTP::Date >= 0.1
  Template >= 2.08

Optionally, SVG::TT::Graph can use the following modules:
  Compress::Zlib
  XML::Tidy

CONVERTING TO PNG

Currently if you want to convert the SVG to PNG
I'd suggest using Batik from http://xml.apache.org/,
it is Java, I know there is work going on for the
perl converters, they're just not there yet.

DEVELOPMENT

The repository for the development of SVG::TT::Graph is:
   git://github.com/ranguard/svg-tt-graph.git

COPYRIGHT AND LICENCE

This module is free software; you can redistribute it or 
modify it under the same terms as Perl itself.

Copyright (C) 2003 Leo Lapworth