Code

monir upates
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 17 Nov 2008 15:25:56 +0000 (15:25 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 17 Nov 2008 15:25:56 +0000 (15:25 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1671 a5681a0c-68f1-0310-ab6d-d61299d08faa

website/download.wml
website/index.wml
website/rrdworld/index.wml
website/rrdworld/nhawk_description.xml [new file with mode: 0644]
website/rrdworld/nhawk_icon.png [new file with mode: 0644]

index 3887e2aebbeaa8a4816ba1674be37cc6d554851a..aacf16be6fcfc18284b6d355062eeb4f0343e31e 100644 (file)
@@ -29,6 +29,7 @@ You can download RRD tool from several places:
 
 <UL>
  <LI>AIX by <A HREF="mailto:zoran.majcenic_inet.hr">Zoran Majcenic</A> -- <A HREF="http://www.inet.hr/zmp/ibm/rrdtool">http://www.inet.hr/zmp/ibm/rrdtool</A></LI>
+ <LI>HP-UX by <A HREF="mailto:sangelov@globul.bg">Stoyan Angelov</A> -- <A HREF="http://www.filibeto.org/~aduritz/truetrue/rrdtool/1.3.4">http://www.filibeto.org/~aduritz/truetrue/rrdtool/1.3.4</A></LI>
  <LI>Debian Linux <A HREF="http://packages.debian.org/rrdtool">http://packages.debian.org/rrdtool</A></LI>
  <LI>Redhat/Fedora <A href="http://dag.wieers.com/packages/rrdtool/">http://dag.wieers.com/packages/rrdtool/</a></li>
  <LI>Native Windows 1 <A HREF="http://oss.oetiker.ch/rrdtool/pub/?M=D">local</a></LI>
index ac27b980ea503133a21fe7ca4aa26c9b8f7711ac..94b836b7c48bf39fffa491b16c54578a1f1ae20b 100644 (file)
@@ -13,17 +13,6 @@ 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.</p>
 
-<div style="float: left; margin-right: 10px;"><a href="http://www.usenix.org/lisa08/going">  <img src="http://www.usenix.org/events/lisa08/art/lisa08_going.jpg" border="0" width="162" height="57" alt="I'm going to LISA '08"/>  </a></div>
-
-<p>In November I am going to be at the LISA conference in San Diego. I will
-be teaching two half day RRDtool classes: <a
-href="http://www.usenix.org/events/lisa08/training/tutonefile.html#m9">RRDtool
-as a Communication Tool</a> and the all new <a
-href="http://www.usenix.org/events/lisa08/training/tutonefile.html#t4">RRDtool
-by Example</a> class where I'll walk you through actual examples of rrdtool
-code, and show you how to make the beast sing and dance.</p>
-
-
 <H2>Version 1.3.4 Released</H2>
 
 <p>Read all about <a href="forum.en.html#nabble-tt1299523|a1299523">the new release</a>.</p>
index a39199f5e0211fda7df769a8f564955378e58a6d..12504cd803e92afbb5344712235cc1c681f8b2e7 100644 (file)
@@ -11,6 +11,7 @@ add-ons to big applications or even replacements for rrdtool itself.</p>
 
 #include "drraw.xml"
 #include "dsreport.xml"
+#include "nhawk_description.xml"
 #include "rrd_merger.xml"
 #include "weathermap4rrd.xml"  
 #include "weathermap_rrdworld.xml"
@@ -35,6 +36,7 @@ add-ons to big applications or even replacements for rrdtool itself.</p>
 #include "monitorix.xml"
 #include "mpltd.xml"
 #include "munin.xml"
+# #include "mysqlBind2.xml"
 #include "n2rrd.xml"
 #include "netmrg.xml"
 #include "nmis-rrdtool.xml"
diff --git a/website/rrdworld/nhawk_description.xml b/website/rrdworld/nhawk_description.xml
new file mode 100644 (file)
index 0000000..d2adb7f
--- /dev/null
@@ -0,0 +1,16 @@
+<rrdworld type="companion"\r
+          icon="nhawk_icon.png" > <!-- Size 100x66 -->\r
\r
+       <name> NHAWK (C# RRDTool Library for .Net and Mono) </name>\r
+     <author> Michael Corley </author>\r
+<description> NHawk is an initiative to provide a thin, complete RRDtool provider for the .Net and Mono framework. The project goal is targeted at providing a C# interface to native RRDtool facilities through appropriate .Net / Mono object model semantics.   </description>\r
+   <homepage> http://www.codeproject.com/KB/cs/NHawk.aspx </homepage> \r
+       <year> 2008 </year><month> 8 </month> <!-- Entry creation date -->\r
+    <license> GPL </license>\r
+\r
+   <!-- Optional -->   \r
+\r
+   <livesite> http://www.codeproject.com/KB/cs/NHawk.aspx </livesite> \r
+      <email> mwcorley79@gmail.com </email> <!-- Author contact -->\r
+\r
+</rrdworld>\r
diff --git a/website/rrdworld/nhawk_icon.png b/website/rrdworld/nhawk_icon.png
new file mode 100644 (file)
index 0000000..90bd3a6
Binary files /dev/null and b/website/rrdworld/nhawk_icon.png differ