fixed old urls in code
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 2 May 2007 15:31:05 +0000 (15:31 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 2 May 2007 15:31:05 +0000 (15:31 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1046 a5681a0c-68f1-0310-ab6d-d61299d08faa

README
bindings/perl-shared/RRDs.ppd
bindings/perl-shared/ntmake.pl
debian/copyright
debian/watch
doc/rrdtutorial.es.pod
doc/rrdtutorial.pod
doc/see_also.inc [deleted file]

diff --git a/README b/README
index 1dfcace..cba88fd 100644 (file)
--- a/README
+++ b/README
@@ -39,7 +39,7 @@ How to make Tobi happy:
 -----------------------
 
 If you want to show your appreciation for RRDtool you could make me happy
-by going to http://people.ee.ethz.ch/oetiker/wish and ordering a CD from
+by going to http://tobi.oetiker.ch/wish and ordering a CD from
 my CD wish list ... 
 
 
@@ -53,7 +53,7 @@ rrd-users       For discussion amongst people who use RRDtool in their applicati
 rrd-developers  For people who actually HACK RRDtool code
 
 To subscribe to <MAILGLIST> send a message with the subject 'subscribe'
-to <MAILGLIST>-request@list.ee.ethz.ch.
+to <MAILGLIST>-request@lists.oetiker.ch
 
 Note, that postings to rrd-announce will always be cross-posted 
 to rrd-users and rrd-developers as well.
@@ -69,7 +69,7 @@ Use GNU   diff --unified --recursive olddir newdir   to build your patches.
 
 The latest Version:
 -------------------
-Is available from http://people.ee.ethz.ch/oetiker/webtools/rrdtool/
+Is available from http://oss.oetiker.ch/rrdtool/
 
 
 Tobias Oetiker <tobi@oetiker.ch>
index e44f6d3..3a28cd9 100755 (executable)
@@ -1,7 +1,7 @@
 <SOFTPKG NAME="RRDs" VERSION="1,100001,0,0">
        <TITLE>RRDs</TITLE>
        <ABSTRACT>Round Robin Database Tool</ABSTRACT>
-       <AUTHOR>Tobias Oetiker (oetiker@ee.ethz.ch)</AUTHOR>
+       <AUTHOR>Tobias Oetiker (tobi@oetiker.ch)</AUTHOR>
        <IMPLEMENTATION>
                <OS NAME="MSWin32" />
                <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" />
index e3fd3c2..047b76f 100644 (file)
@@ -19,7 +19,7 @@ WriteMakefile(
    'LIBS'  => '../../src/release/rrd.lib "/Program Files/GnuWin32/lib/libart_lgpl.lib" "/Program Files/GnuWin32/lib/libz.lib" "/Program Files/GnuWin32/lib/libpng.lib" "/Program Files/GnuWin32/lib/libfreetype.lib"', 
     'realclean'    => {FILES => 't/demo?.rrd t/demo?.png' },
     ($] ge '5.005') ? (
-        'AUTHOR' => 'Tobias Oetiker (oetiker@ee.ethz.ch)',
+        'AUTHOR' => 'Tobias Oetiker (tobi@oetiker.ch)',
         'ABSTRACT' => 'Round Robin Database Tool',
     ) : ()
 
index 6b89507..4af7fb0 100644 (file)
@@ -4,9 +4,9 @@ Fri, 10 Sep 1999 10:53:19 -0700.
 Copied from 1.0.46 to 1.1.0 snapshot by Mike Slifcak on Wed May 12 20:53:16 EDT 2004
 
 The source package was downloaded from 
-   http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
+   http://oss.oetiker.ch/rrdtool/pub/
 
-Upstream Author(s): Tobias Oetiker <oetiker@ee.ethz.ch>
+Upstream Author(s): Tobias Oetiker <tobi@oetiker.ch>
 
 Modifications to upstream source:
        - Build and install shared libraries
index 9792b1f..bf1b626 100644 (file)
@@ -1 +1 @@
-http://people.ee.ethz.ch       /~oetiker/webtools/rrdtool/pub  rrdtool-(.*)\.tar\.gz   debian
+http://oss.oetiker.ch  /rrdtool/pub    rrdtool-(.*)\.tar\.gz   debian
index 56c013b..16173f0 100644 (file)
@@ -107,7 +107,7 @@ las listas de correo, no s
 con RRDtool para ver donde está el archivo y como usarlo.
 
 Te sugiero que te tomes un momento y te subscribas a la lista ahora
-mismo, enviando un mensaje a rrd-users-request@list.ee.ethz.ch
+mismo, enviando un mensaje a rrd-users-request@lists.oetiker.ch
 con título C<subscribe>. Si eventualmente deseas salirte de la lista,
 envía otro correo a la misma dirección, con título C<unsubscribe>.
 
index 05c1288..385ed08 100644 (file)
@@ -98,7 +98,7 @@ and not only for this particular one. Look in the documentation that
 came with RRDtool for the location and usage of the list.
 
 I suggest you take a moment to subscribe to the mailing list right now
-by sending an email to E<lt>rrd-users-request@list.ee.ethz.chE<gt> with a
+by sending an email to E<lt>rrd-users-request@lists.oetiker.chE<gt> with a
 subject of "subscribe". If you ever want to leave this list, just write
 an email to the same address but now with a subject of "unsubscribe".
 
diff --git a/doc/see_also.inc b/doc/see_also.inc
deleted file mode 100644 (file)
index eb2fa5b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-=head1 SEE ALSO
-
-L<rrdgraph> gives an overview of how B<rrdtool graph> works.
-L<rrdgraph_data> describes B<DEF>,B<CDEF> and B<VDEF> in detail,
-L<rrdgraph_rpn> describes the B<RPN> language used in the B<?DEF> statements,
-L<rrdgraph_graph> page describes all of the graph and print functions.
-
-Make sure to read L<rrdgraph_examples> for tipsE<amp>tricks.
-
-=head1 AUTHOR
-
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
-
-This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>