Code

using the 1.2 website as a basis for the new 1.3 website
[rrdtool-all.git] / website / perlbind / index.wml
diff --git a/website/perlbind/index.wml b/website/perlbind/index.wml
deleted file mode 100644 (file)
index 11d7030..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "$(ROOT)/.wml/template.inc" section=perlbind subsection=none
-#use wml::fmt::pod
-
-<H1>Perl Bindings</H1>
-
-<P>RRDtool comes with two sets of Perl bindings.<P>
-
-<H2>RRD Pipes</H2>
-<P>which works by attaching an independent rrdtool process to your
-Perl program through a set of pipes.</P>
-
-<H2>Shared RRD</H2>
-
-<P>integrates RRDtool functionality directly into Perl as a shared
-library module. If you have the choice use this interface, as it is
-more efficient and gives you better access to data returned from the
-various functions of RRDtool</P>