From: oetiker Date: Sun, 24 Apr 2005 22:35:44 +0000 (+0000) Subject: initial X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=78bdac4d41254b51bab8c8c7d4d28dbd6b69b70c;p=rrdtool-all.git initial git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@424 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/website/cast.wml b/website/cast.wml new file mode 100644 index 00000000..93fd0919 --- /dev/null +++ b/website/cast.wml @@ -0,0 +1,14 @@ + + +

Cast

+ +

Tobias Oetiker -- Initial design, Main Developer.

+

Jake Brutlag -- Aberrant Behavior Detection, Computed datasources.

+

Alex van den Bogaerdt -- VDEF and other features, lots of documentation.

+ +

Over the Years many people have coded for RRDtool. Their contributions +have helped greatly to make RRDtool as useful as it is today.

+ +#use wml::fmt::verbatim + diff --git a/website/doc/build.sh b/website/doc/build.sh index 4528e6b8..6e4e1561 100755 --- a/website/doc/build.sh +++ b/website/doc/build.sh @@ -15,7 +15,6 @@ pod2descr() { rm -f navbar.inc rm -f index.inc -(cd $src/doc/;gmake pod) for pod in `cd $src/doc/;echo rrdtool.pod;ls *.pod|egrep -v 'tutorial|beginners|graph-old|bin_dec|rrdtool.pod|RRD|thread'`; do base=`echo $pod |sed 's,.pod,,'` echo $base diff --git a/website/down.wml b/website/down.wml new file mode 100644 index 00000000..63ab0e5d --- /dev/null +++ b/website/down.wml @@ -0,0 +1,69 @@ + + +

RRDtool Download

+ +You can download RRD tool from several places: + +

Primary Distribution Point

+ + + +

Mirror Sites

+ + + +

Binary Distributions

+ + + +

Anonymous SVN for RRDtool

+ +

RRDtool source is stored in a subversion repository with anonymous access.

+ +
+svn ls -r svn://svn.ee.ethz.ch/rrdtool/
+
+ +

Tells you what is in the repository. Normally, development will happen in the "trunk" directory. +Every major release gets an entry in the "branches" tree, and every released version get added to the "tags" tree.

+ +

If you checkout code from the subversion repository, you will find that the configure script is missing. +You get this generated by running: ./MakeMakefile ... note that you will need automake, autoconf +and libtool installed for this to work.

+ +

If you fix a bug, I would love to see the output of 'svn diff'.

+ diff --git a/website/license.wml b/website/license.wml new file mode 100644 index 00000000..bfe1d7e4 --- /dev/null +++ b/website/license.wml @@ -0,0 +1,43 @@ + + +

License

+ +

GNU General Public License

+ +

RRDtool is available under the terms of the GNU General Public License. +This means you can do most things you want with this software as long as you +do not claim you created the software and don't sell it (or modified version +of it) under a license other than the GNU GPL.

+ +

Give Credit

+ +

One of the things I get out of RRDtool is 'Being Known in the Industry'. +This only works if you give credit to RRDtool. This means that you +mention RRDtool on webpages and other publications containing graphs +created with RRDtool. If possible, a link should be included in the +publication, pointing to the RRDtool homepage. Best is to include the RRD +TOOL logo on these pages.

+ +

  

+ +

Make Tobi happy

+ +

I am giving RRDtool away for free. This does not mean, that I don't +like getting appreciation for my program. If you like RRDtool and +want to show me your appreciation, have a look at +my media wishlist. Please put your eMail address into the the Message area, so +that I can thank you for your present. I do keep a list of People who sent +me stuff. You can look at it here. +

+

+remember, information is not knowledge,
+ knowledge is not wisdom
+ wisdom is not truth
+ truth is not beauty
+ beauty is not love
+ love is not music
+ music is the best

+-- frank zappa

diff --git a/website/navbar.inc b/website/navbar.inc index d066cc85..d8d62d7e 100644 --- a/website/navbar.inc +++ b/website/navbar.inc @@ -1,14 +1,14 @@ - - - + + + + +# +# - - - diff --git a/website/sponsor.wml b/website/sponsor.wml new file mode 100644 index 00000000..b4c8367c --- /dev/null +++ b/website/sponsor.wml @@ -0,0 +1,26 @@ + + + +

Sponsorship

+ +

I do most of my work on RRDtool in my spare time, as time permits. This +leads to quite slow development and long release cycles. This does not have +to be this way. If you would like to see a special feature in RRDtool or +just want to see quicker release cycles, please contact me (tobi@oetiker.ch) +for an offer.

+ +

Sponsors

+ +

2005 - Cablecom GmbH, Switzerland - sponsored the publication of RRDtool version 1.2.

+ +

1999 - CAIDA, USA - three month carte blanche to publish RRDtool 1.0

+ +

you could be next

+ +

Hosting

+ +

I would also like to thank the Department of Information Technology and +Electrical Engineering at the Swiss Federal Institute of Technology who +allow me to use their network resources to publish RRDtool.

+ diff --git a/website/support.wml b/website/support.wml new file mode 100644 index 00000000..1b5c4665 --- /dev/null +++ b/website/support.wml @@ -0,0 +1,37 @@ + + +

Support

+ +

Free support for RRDtool is handled via three special mailinglists:

+ +

rrd-announce mailing list

+ +

If you want to keep uptodate with the progress of RRDtool, subscribe to +this LOW VOLUME list by sending a message with the subject 'subscribe' to rrd-announce-request@list.ee.ethz.ch.

+ +

There is also an archive of past Traffic on +this List

+ +

Note, that posts to this list will be crossposted to the rrd-users and +rrd-developers mailinglists.

+ +

rrd-users mailing list

+ +

If you are using RRDtool in your applications, subscribe to +this list by sending a message with the subject 'subscribe' to rrd-users-request@list.ee.ethz.ch.

+ +

There is an archive of +past Traffic on this List

+ +

rrd-developers mailing list

+ +

If you are interested in working on the RRDtool code itself, subscribe to +this list by sending a message with the subject 'subscribe' to rrd-developers-request@list.ee.ethz.ch.

+ +

There is an archive of past Traffic on this List