Code

Change the project's website to http://noping.cc/ everywhere.
authorFlorian Forster <ff@octo.it>
Thu, 27 Nov 2014 07:52:23 +0000 (08:52 +0100)
committerFlorian Forster <ff@octo.it>
Thu, 27 Nov 2014 07:52:23 +0000 (08:52 +0100)
Also change my preferred email address.

16 files changed:
README
bindings/perl/Makefile.PL
bindings/perl/Oping.xs
bindings/perl/README
bindings/perl/lib/Net/Oping.pm
src/mans/liboping.pod
src/mans/oping.pod
src/mans/ping_construct.pod
src/mans/ping_get_error.pod
src/mans/ping_host_add.pod
src/mans/ping_iterator_get.pod
src/mans/ping_iterator_get_context.pod
src/mans/ping_iterator_get_info.pod
src/mans/ping_send.pod
src/mans/ping_setopt.pod
src/oping.c

diff --git a/README b/README
index 95ae19b39dc61f71e56a3949370dd46872203334..8611d7c65f748db7aa37be32b4126e8811cc8c02 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
  liboping – Library to ping IPv4 and IPv6 hosts in parallel
 ════════════════════════════════════════════════════════════
-http://verplant.org/liboping/
+http://noping.cc/
 
 About
 ━━━━━
index 5525dd0172c75e8bc452312901d3a7c663cbf9ea..98f93d838cdc4344ef4665c20d84a08b1be9f2c2 100644 (file)
@@ -123,7 +123,7 @@ WriteMakefile(
     PREREQ_PM         => {},
     ($] >= 5.005
      ? (ABSTRACT_FROM => 'lib/Net/Oping.pm',
-        AUTHOR        => 'Florian Forster <octo@verplant.org>')
+        AUTHOR        => 'Florian Forster <ff@octo.it>')
      : ()),
     ($OPING_DEPEND ? (depend => $OPING_DEPEND) : ()),
     LIBS              => [$OPING_LIBS],
index 5731d3d8088f28d4df8eb826dba4ab232b1b1b98..c88e3dca981710649212fac8a21ff97ad68c92bd 100644 (file)
@@ -19,7 +19,7 @@
  *
  * Authors:
  *   Olivier Fredj <ofredj at proxad.net>
- *   Florian octo Forster <octo at verplant.org>
+ *   Florian octo Forster <ff at octo.it>
  */
 #include "EXTERN.h"
 #include "perl.h"
index 4d51a969cce4e0e8c4d7f601ebffd25cec2b2a49..040a38a42287c289da59c3eaa02c482af29d000b 100644 (file)
@@ -28,13 +28,13 @@ INSTALLATION
 DEPENDENCIES
 
   This module requires the "oping" library to be installed. The library is
-  available at <http://verplant.org/liboping/>.
+  available at <http://noping.cc/>.
 
 COPYRIGHT AND LICENSE
 
   Copyright (C) 2007 by Olivier Fredj <ofredj at proxad.net>
 
-  Copyright (C) 2008,2009 by Florian Forster <octo at verplant.org>
+  Copyright (C) 2008,2009 by Florian Forster <ff at octo.it>
 
   This library is free software; you can redistribute it and/or modify it
   under the same terms as Perl itself, either Perl version 5.8.7 or, at your
index bc109dc6cdd7609c75d7482f4e36e62c46545934..ba67f739afffcb606a3cc1594b528fb7b9ef7a8d 100644 (file)
@@ -19,7 +19,7 @@
 #
 # Authors:
 #   Olivier Fredj <ofredj at proxad.net>
-#   Florian octo Forster <octo at verplant.org>
+#   Florian octo Forster <ff at octo.it>
 #
 
 package Net::Oping;
@@ -41,11 +41,11 @@ Net::Oping - ICMP latency measurement module using the oping library.
 =head1 DESCRIPTION
 
 This Perl module is a high-level interface to the
-L<oping library|http://verplant.org/liboping/>. Its purpose it to send
-C<ICMP ECHO_REQUEST> packets (also known as "ping") to a host and measure the
-time that elapses until the reception of an C<ICMP ECHO_REPLY> packet (also
-known as "pong"). If no such packet is received after a certain timeout the
-host is considered to be unreachable.
+L<oping library|http://noping.cc/>. Its purpose it to send C<ICMP ECHO_REQUEST>
+packets (also known as "ping") to a host and measure the time that elapses
+until the reception of an C<ICMP ECHO_REPLY> packet (also known as "pong"). If
+no such packet is received after a certain timeout the host is considered to be
+unreachable.
 
 The used I<oping> library supports "ping"ing multiple hosts in parallel and
 works with IPv4 and IPv6 transparently. Other advanced features that are
@@ -432,7 +432,7 @@ superuser or, under Linux, needs the C<CAP_NET_RAW> capability.
 
 L<liboping(3)>
 
-The I<liboping> homepage may be found at L<http://verplant.org/liboping/>.
+The I<liboping> homepage may be found at L<http://noping.cc/>.
 Information about its mailing list may be found at
 L<http://mailman.verplant.org/listinfo/liboping>.
 
@@ -445,8 +445,7 @@ Perl interface by Florian Forster.
 
 Copyright (C) 2007 by Olivier Fredj E<lt>ofredjE<nbsp>atE<nbsp>proxad.netE<gt>
 
-Copyright (C) 2008,2009 by Florian Forster
-E<lt>octoE<nbsp>atE<nbsp>verplant.orgE<gt>
+Copyright (C) 2008,2009 by Florian Forster E<lt>ffE<nbsp>atE<nbsp>octo.itE<gt>
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.8.7 or,
index 15b8ccfa55a2433bd6c66d97b8091fbe34aba36d..426b189210b8000dc13b66a1f8be1c5905d388f1 100644 (file)
@@ -80,7 +80,7 @@ applicable.
 
 =head1 AUTHOR
 
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index c0014516a7a9692a53b2bed8530b36a4b5cf6ece..df6dae8b3ced3e71fe094c3570ffbac28ee5007c 100644 (file)
@@ -263,6 +263,6 @@ L<ping(8)>, L<http://www.fping.com/>, L<liboping(3)>
 =head1 AUTHOR
 
 liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index 46bb8187effce2774fb3b1807ced0d3ec7aa03b3..5f309386fe8aa28ca9a8d617e23d2c5c905d95c2 100644 (file)
@@ -32,7 +32,7 @@ L<liboping(3)>
 
 =head1 AUTHOR
 
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index ed1020cc8f0cd3416bd21b18c472006c7f3859a8..0761d404568a3901aebc02a3b6dea767ed9b5381 100644 (file)
@@ -24,7 +24,7 @@ L<liboping(3)>
 
 =head1 AUTHOR
 
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index 39ce64a46cb3b74901663d2f1cf9e48b488abbf1..77cb444f7f88fd58d7256dcb21058d66d28e364e 100644 (file)
@@ -46,7 +46,7 @@ L<liboping(3)>
 
 =head1 AUTHOR
 
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index 220410eaa07ba59e20541635685a59b0d12d4f83..0add4e080400edc26243ab63247a6a026e22d4a3 100644 (file)
@@ -44,7 +44,7 @@ L<liboping(3)>
 
 =head1 AUTHOR
 
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index 23680d2955986bb43427ea591f333709105e5103..c750a493562e51c7135169ccb210e626e47df975 100644 (file)
@@ -39,7 +39,7 @@ L<liboping(3)>
 
 =head1 AUTHOR
 
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index 4eab1754311ea4d9bc65b07b7947c3b78d4043cd..07e7590fb11cbc85c643b6dc497c177139325dd4 100644 (file)
@@ -129,7 +129,7 @@ L<liboping(3)>
 
 =head1 AUTHOR
 
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index 439e2730c90a9a72af36a2230076c76479f9992d..9ad5623526ce2a09ed2cbe8476f3155572264395 100644 (file)
@@ -36,7 +36,7 @@ L<liboping(3)>
 
 =head1 AUTHOR
 
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index 5331467ec58b8f208969aead3fd818a171404237..11c63d8f13b3d454b47ce939a02973be4508d3c6 100644 (file)
@@ -92,7 +92,7 @@ L<liboping(3)>
 
 =head1 AUTHOR
 
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
 
 Copyright (c) 2005-2011 by Florian "octo" Forster.
index e6be8774b0b622e9165744cb5a331431c0a583f0..28f761cfffaad55418d7103eb7f9e69de835971d 100644 (file)
@@ -444,8 +444,8 @@ static void usage_exit (const char *name, int status) /* {{{ */
                        "  -Z percent   Exit with non-zero exit status if more than this percentage of\n"
                        "               probes timed out. (default: never)\n"
 
-                       "\noping "PACKAGE_VERSION", http://verplant.org/liboping/\n"
-                       "by Florian octo Forster <octo@verplant.org>\n"
+                       "\noping "PACKAGE_VERSION", http://noping.cc/\n"
+                       "by Florian octo Forster <ff@octo.it>\n"
                        "for contributions see `AUTHORS'\n",
                        name);
        exit (status);