From b7d512a16d32aa6c962e30164d959e0e60dc61a4 Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 25 Apr 2005 20:36:28 +0000 Subject: [PATCH] read for the real world git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@427 a5681a0c-68f1-0310-ab6d-d61299d08faa --- website/gallery/entry.txt | 13 +++++++++++++ website/gallery/index.wml | 20 ++++++++++++++++++++ website/navbar.inc | 12 ++---------- website/rrdworld/entry.txt | 11 +++++++++++ website/rrdworld/index.wml | 28 ++++++++++++++++++++++++++++ website/site-sync | 2 ++ 6 files changed, 76 insertions(+), 10 deletions(-) create mode 100644 website/gallery/entry.txt create mode 100644 website/gallery/index.wml create mode 100644 website/rrdworld/entry.txt create mode 100644 website/rrdworld/index.wml create mode 100755 website/site-sync diff --git a/website/gallery/entry.txt b/website/gallery/entry.txt new file mode 100644 index 00000000..4e48da3a --- /dev/null +++ b/website/gallery/entry.txt @@ -0,0 +1,13 @@ + + + Virus Graph </name> + <author> Max Beispiel </author> +<description> The five most common critters of the week. </description> + <year> 2005 </year><month> 4 </month> + + <!-- Optional --> + + <livesite> http://somesite.blabla.plac </livesite> + <email> max@example.com </email> + +</entry> diff --git a/website/gallery/index.wml b/website/gallery/index.wml new file mode 100644 index 00000000..1337e57a --- /dev/null +++ b/website/gallery/index.wml @@ -0,0 +1,20 @@ +<PAGE AUTHOR = "Tobias Oetiker <tobi@oetiker.ch>" + PAGE = "gallery"> + + +<H1>RRDtool Gallery</H1> + +<p>Graphs can be informative or beautiful, or both. This page is for +specimens of the last two categories. </p> + +<p>waiting for the first entry</p> + +<h2>Add your own graphs to this list</h2> + +<p>If you have created a graph you like, and you think I would like it too, +please send me the image plus an xml file like the example below to be +considered for addition to this page. Note that your graph must not be wider +than 600 pixels.</p> + +#use wml::fmt::verbatim +<verbatim-file src="entry.txt"/> diff --git a/website/navbar.inc b/website/navbar.inc index d8d62d7e..e1b6c36e 100644 --- a/website/navbar.inc +++ b/website/navbar.inc @@ -6,8 +6,8 @@ <nav:but tut "Tutorials" tut/index tut /> <nav:but support "Support" support /> <nav:but sponsor "Sponsorship" sponsor /> -# <nav:but gallery "Gallery" gallery/index gallery /> -# <nav:but rrdworld "RRDworld" rrdworld/index rrdworld /> + <nav:but gallery "Gallery" gallery/index /> + <nav:but rrdworld "RRDworld" rrdworld/index /> <nav:but prog "Programming" prog/index prog /> <nav:but cast "Cast" cast /> </nav:bar> @@ -24,11 +24,3 @@ #include "prog/navbar.inc" </nav:bar> -<nav:bar 1 gallery "gallery/"> -#include "gallery/navbar.inc" -</nav:bar> - -<nav:bar 1 rrdworld "rrdworld/"> -#include "rrdworld/navbar.inc" -</nav:bar> - diff --git a/website/rrdworld/entry.txt b/website/rrdworld/entry.txt new file mode 100644 index 00000000..12b2c8fc --- /dev/null +++ b/website/rrdworld/entry.txt @@ -0,0 +1,11 @@ +<entry type="extension|application" + icon="rumble.png" > + + <name> RRRRumble </name> + <author> Peter Example </author> +<description> Makes rrdtool rumble when new data is added </description> + <homepage> http://somesite.blabla.plac </homepage> + <year> 2005 </year><month> 4 </month> + <license> GPL </license> + +</entry> diff --git a/website/rrdworld/index.wml b/website/rrdworld/index.wml new file mode 100644 index 00000000..88524079 --- /dev/null +++ b/website/rrdworld/index.wml @@ -0,0 +1,28 @@ +<PAGE AUTHOR = "Tobias Oetiker <tobi@oetiker.ch>" + PAGE = "rrdworld"> + + +<H1>RRD World</H1> + +<p>A whole ecosystem of tools have sprung up around rrdtool. From tiny +add-ons to big applications or even replacements for rrdtool itself.</p> + +<h2>Applications</h2> + +<p>none yet</p> + +<h2>Add-Ons</h2> + +<p>none yet</p> + +<h2>Replacements</h2> + +<p>none yet</p> + +<h2>Add your own tool to this list</h2> + +<p>If you have written a tool that you would like to see listed in this index, +please send me a little xml file describing your tool. Below you find an example:</p> + +#use wml::fmt::verbatim +<verbatim-file src="entry.txt"/> diff --git a/website/site-sync b/website/site-sync new file mode 100755 index 00000000..85cb1fb3 --- /dev/null +++ b/website/site-sync @@ -0,0 +1,2 @@ +rsync --copy-unsafe-links --verbose --times --delete --exclude pub --exclude='*~' --exclude=".svn" --exclude=".condor" -r . /home/oetiker/public_html/webtools/rrdtool +#rsync --links --verbose --times --delete --exclude pub --exclude='*~' --rsh=ssh -r . tobi@ipn.caida.org:/ipn/web/Tools/RRDtool -- 2.30.2