Code

read for the real world
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 25 Apr 2005 20:36:28 +0000 (20:36 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 25 Apr 2005 20:36:28 +0000 (20:36 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@427 a5681a0c-68f1-0310-ab6d-d61299d08faa

website/gallery/entry.txt [new file with mode: 0644]
website/gallery/index.wml [new file with mode: 0644]
website/navbar.inc
website/rrdworld/entry.txt [new file with mode: 0644]
website/rrdworld/index.wml [new file with mode: 0644]
website/site-sync [new file with mode: 0755]

diff --git a/website/gallery/entry.txt b/website/gallery/entry.txt
new file mode 100644 (file)
index 0000000..4e48da3
--- /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
new file mode 100644 (file)
index 0000000..1337e57
--- /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"/>
index d8d62d7e4fb8c1f535d2186c9192ed9340823f17..e1b6c36ed52dbf7782bbc65b797063ec14dc022c 100644 (file)
@@ -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>
 #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 (file)
index 0000000..12b2c8f
--- /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
new file mode 100644 (file)
index 0000000..8852407
--- /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
new file mode 100755 (executable)
index 0000000..85cb1fb
--- /dev/null
@@ -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