summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c59b1e)
raw | patch | inline | side by side (parent: 5c59b1e)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 25 Apr 2005 20:36:28 +0000 (20:36 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 25 Apr 2005 20:36:28 +0000 (20:36 +0000) |
website/gallery/entry.txt | [new file with mode: 0644] | patch | blob |
website/gallery/index.wml | [new file with mode: 0644] | patch | blob |
website/navbar.inc | patch | blob | history | |
website/rrdworld/entry.txt | [new file with mode: 0644] | patch | blob |
website/rrdworld/index.wml | [new file with mode: 0644] | patch | blob |
website/site-sync | [new file with mode: 0755] | patch | blob |
diff --git a/website/gallery/entry.txt b/website/gallery/entry.txt
--- /dev/null
@@ -0,0 +1,13 @@
+<entry>
+
+ <title> 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
--- /dev/null
@@ -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 d8d62d7e4fb8c1f535d2186c9192ed9340823f17..e1b6c36ed52dbf7782bbc65b797063ec14dc022c 100644 (file)
--- a/website/navbar.inc
+++ b/website/navbar.inc
<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>
#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
--- /dev/null
@@ -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
--- /dev/null
@@ -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
--- /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