-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (22 loc) · 1.33 KB
/
README
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
eWeatherMap-SVG is a enhanced version of WeatherMap-SVG (http://sourceforge.net/projects/weathermap-svg/)
new features are :
* Manage different IN and OUT bandwidth
* Create simple links between nodes
* Choose the width of links between nodes
* Create a new line type called "demo", in order to be able to create demo graphs more easily
* Multiline text for labels (separate lines with \n)
* Font size for labels (in pixels)
TODO :
* Nothing for the moment, feel free to ask :).
eWeatherMap-SVG require
+ requirements
|--+ Perl modules
| |-> Getopt::Long (http://search.cpan.org/dist/Getopt-Long/lib/Getopt/Long.pm)
| |-> XML::Parser (http://search.cpan.org/~msergeant/XML-Parser-2.36/)
| |-> XML::SimpleObject (http://search.cpan.org/~dbrian/XML-SimpleObject-0.53/SimpleObject.pm)
| |-> RRDs for rrd files (http://oss.oetiker.ch/rrdtool/)
| `-> SVG (http://search.cpan.org/~ronan/SVG-2.49/lib/SVG/Manual.pm)
`--+ External programs
`-> Libxml for DTD check with --checkconfig (http://xmlsoft.org/) (xmllint)
`-> wget for use with MRTG (mandatory even if no links are created from MRTG)
Under Debian 6.0, install the following packages (also works for Debian 5.0 and Ubuntu) : wget librrds-perl libgetopt-long-descriptive-perl libxml-parser-perl libxml-simpleobject-perl libsvg-perl libxml2-utils libxml-parser-lite-tree-perl