Code

Added `oping(8)' to liboping/debian/oping.manpages
authorocto <octo>
Tue, 2 May 2006 20:48:31 +0000 (20:48 +0000)
committerocto <octo>
Tue, 2 May 2006 20:48:31 +0000 (20:48 +0000)
Removed done items from `ToDo'
Added a first entry to the ChangeLog
Created the skeleton of a README

ChangeLog
README
ToDo
debian/oping.manpages [new file with mode: 0644]

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..185c0a8ed83e0a790a18336f3674c5d9497ae834 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,2 @@
+2006-05-02, Version 0.1.0
+       * Initial release.
diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..629827699e50ef5c1eab6f05ad92f0dc34d4ba09 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,29 @@
+ liboping - Library to ping IPv4 and IPv6 hosts in parallel
+============================================================
+http://verplant.org/liboping/
+
+About
+-----
+
+ liboping was inspired by ping, libping and fping: It differs from these
+ existing solutions in that it can `ping' multiple hosts in parallel using IPv4
+ or IPv6 transparently. Other design principles were an object oriented
+ interface, simplicity and extensibility.
+
+
+Features
+--------
+
+  * Support for multiple hosts.
+
+  * Support for IPv4 and IPv6.
+
+  * Object oriented interface.
+
+  * More? FIXME
+
+Author
+------
+
+  Florian octo Forster <octo at verplant.org>
+
diff --git a/ToDo b/ToDo
index c1f0e8122512137af7c12b893f77505d660ee0ba..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
--- a/ToDo
+++ b/ToDo
@@ -1,3 +0,0 @@
-- Write manpage
-- Rename `liboping.h' to `oping.h'
-
diff --git a/debian/oping.manpages b/debian/oping.manpages
new file mode 100644 (file)
index 0000000..06d379e
--- /dev/null
@@ -0,0 +1 @@
+src/mans/oping.8