From 7d703dfab4679164b03de4ecef653be85916bbf0 Mon Sep 17 00:00:00 2001 From: oetiker Date: Wed, 20 Apr 2005 20:37:32 +0000 Subject: [PATCH] finish skelleting website git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@419 a5681a0c-68f1-0310-ab6d-d61299d08faa --- website/index.wml | 27 ++++++++++++++------------- website/navbar.inc | 21 +++++++++++---------- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/website/index.wml b/website/index.wml index 406f43d7..0e3b9bb1 100644 --- a/website/index.wml +++ b/website/index.wml @@ -4,26 +4,27 @@

About RRDtool

-

RRDtool

+

Logging & Graphing

-

If you know MRTG, you can think of RRDtool as a reimplementation of MRTGs -graphing and logging features. Magnitudes faster and more flexible than you ever -thought possible

+

Some call it the industry standard data logging and graphing application. +Others use it to write their very own full custom monitoring scripts. +Most people will probably get in touch with RRDtool through some +third party monitoring application.

RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not -expand over time, and it presents useful graphs by processing the data to -enforce a certain data density. It can be used either via simple wrapper -scripts (from shell or Perl) or via frontends that poll network devices and -put a friendly user interface on it.

+expand over time, and it can create beautiful graphs. It can be used +via simple shell scripts or as a perl module.

-

Get IT

+

Download

-

RRDtool is available for download from this site. +

RRDtool is available for download from this site. Currently it compiles on a number of different Unix platforms as well as on -NT. No binaries are officially provided at this point in time.

+Windows.

-

Project -- Happy Tobi

+

Sponsorship and Appreciators

-

You like RRDtool? There is a simple way to show your appreciation.

+

You like RRDtool? You want show your appreciation? You want to sponsor +future development or a particular new feature? Check out our Spnsorship and Appreciation page.

diff --git a/website/navbar.inc b/website/navbar.inc index b711838f..d066cc85 100644 --- a/website/navbar.inc +++ b/website/navbar.inc @@ -1,10 +1,14 @@ + + + - + + @@ -20,14 +24,11 @@ #include "prog/navbar.inc" -# -# #include "probe/navbar.inc" -# + +#include "gallery/navbar.inc" + -# -# #include "matcher/navbar.inc" -# + +#include "rrdworld/navbar.inc" + -# -# #include "lib/navbar.inc" -# -- 2.30.2