From 2d28d5689eb83c4f8b81fb8522402a372bf19519 Mon Sep 17 00:00:00 2001
From: oetiker
Date: Sat, 6 Sep 2008 15:48:13 +0000
Subject: [PATCH] improve html generation
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1486 a5681a0c-68f1-0310-ab6d-d61299d08faa
---
website/bin/pod2wml.sh | 4 ++--
website/inc/template.inc | 2 +-
website/index.wml | 10 +++++++---
website/prog/build.sh | 2 +-
website/rrdworld/gbrrdgraphix.xml | 15 +++++++++++++++
website/rrdworld/index.wml | 13 +++++++------
6 files changed, 33 insertions(+), 13 deletions(-)
create mode 100644 website/rrdworld/gbrrdgraphix.xml
diff --git a/website/bin/pod2wml.sh b/website/bin/pod2wml.sh
index 8055b3e6..b2669f87 100755
--- a/website/bin/pod2wml.sh
+++ b/website/bin/pod2wml.sh
@@ -49,9 +49,9 @@ XXXX
$j=$i-1;
s|(?h)$j>|$1$i>|g
};
- s|http://search.cpan.org/perldoc\?([^ #."]+)|$1.en.html|g;
+ s|http://search.cpan.org/perldoc\?([^ #."]+)|$1.en.html|g;
+ s|rrdtutorial.en.html|../tut/rrdtutorial.en.html|g;
s|.*?NAME.*?.*?\s*(.+?)\s*- .*?
|$1
|s;
-
print
' $base.html >>$base.wml
# rm $base.html
diff --git a/website/inc/template.inc b/website/inc/template.inc
index 824623b4..08a71187 100644
--- a/website/inc/template.inc
+++ b/website/inc/template.inc
@@ -79,7 +79,7 @@
Gold Sponsors
-
+
Silver Sponsors ...
diff --git a/website/index.wml b/website/index.wml
index 52b198bf..2f8627a8 100644
--- a/website/index.wml
+++ b/website/index.wml
@@ -13,11 +13,13 @@ logging and graphing system for time series data. Use it to write your
custom monitoring shell scripts or create whole applications using its Perl,
Python, Ruby, TCL or PHP bindings.
-Version 1.3.0 Released
+Version 1.3.2 Released
-RRDtool 1.3.0 is releasedead. Read all about the new features in
+
All users of 1.3.x versions should upgrade since it contains a major bugfix for a data corruption bug triggerd by running rrdtool update with multiple values.
+
+Read all about the new features of the 1.3 series in
the RRDtool Wiki.
-#
+
Download
@@ -36,3 +38,5 @@ well as on Microsoft Windows.
You like RRDtool? You want show your appreciation? You want to sponsor
future development or a particular new feature? Check out our Sponsorship and Appreciation page or visit my wish list.
+
+
diff --git a/website/prog/build.sh b/website/prog/build.sh
index 6ab2f7fb..79ebd7d5 100755
--- a/website/prog/build.sh
+++ b/website/prog/build.sh
@@ -14,7 +14,7 @@ pod2descr() {
rm -f navbar.inc
rm -f index.inc
-for pod in `cd $src/doc/;ls *.pod|egrep 'RRD|thread|python|ruby'`; do
+for pod in `cd $src/doc/;ls *.pod|egrep '(RRD|thread|python|ruby)'`; do
base=`echo $pod |sed 's,.pod,,'`
echo $base
cat $src/doc/$pod > $base.pod
diff --git a/website/rrdworld/gbrrdgraphix.xml b/website/rrdworld/gbrrdgraphix.xml
new file mode 100644
index 00000000..bcce027b
--- /dev/null
+++ b/website/rrdworld/gbrrdgraphix.xml
@@ -0,0 +1,15 @@
+
+
+ gbRRDGraphix
+ Olivier CRUILLES
+ gbRRDGraphix is a graphical interface specialy to learn or use 'rrdtool' utilities easily
+ http://gbrrdgraphix.sourceforge.net
+ 2008 9
+ GPL v2
+
+
+
+ linuxos@club-internet.fr
+
+
diff --git a/website/rrdworld/index.wml b/website/rrdworld/index.wml
index 467c4e8c..321eff46 100644
--- a/website/rrdworld/index.wml
+++ b/website/rrdworld/index.wml
@@ -28,12 +28,13 @@ add-ons to big applications or even replacements for rrdtool itself.
#include "bigsis_rrdworld.xml"
#include "cacti.xml"
#include "collectd.xml"
-#include "eluna_graph_system.xml"
#include "efw-community.xml"
+#include "eluna_graph_system.xml"
+#include "gbrrdgraphix.xml"
#include "mailgraph.xml"
#include "monitorix.xml"
-#include "munin.xml"
#include "mpltd.xml"
+#include "munin.xml"
#include "n2rrd.xml"
#include "netmrg.xml"
#include "nmis-rrdtool.xml"
@@ -48,11 +49,11 @@ add-ons to big applications or even replacements for rrdtool itself.
#include "rrdstats.xml"
#include "rrdutil.xml"
#include "rrdweather.xml"
+#include "serverstats.xml"
#include "sicm.xml"
-#include "snmpgraph.xml"
-#include "snm_at_rrdworld.xml"
#include "smokeping.xml"
-#include "serverstats.xml"
+#include "snm_at_rrdworld.xml"
+#include "snmpgraph.xml"
#include "statsdawg.xml"
#include "systemgraph.xml"
#include "thermometer.xml"
@@ -60,8 +61,8 @@ add-ons to big applications or even replacements for rrdtool itself.
#include "toolsmith.xml"
#include "torrus.xml"
#include "tstat.xml"
-#include "webminstats.xml"
#include "unnoc.xml"
+#include "webminstats.xml"
#include "zenoss.xml"
Commercial Applications
--
2.30.2