]> err.no Git - moreutils/commitdiff
* Remove notes about potential tools from README, moved to wiki.
authorjoeyh <joeyh>
Thu, 13 Jul 2006 16:22:44 +0000 (16:22 +0000)
committerjoeyh <joeyh>
Thu, 13 Jul 2006 16:22:44 +0000 (16:22 +0000)
README
debian/changelog

diff --git a/README b/README
index e8e9ddd52df1d91134ca405885c1a6e14b64cb28..ef1db4d3f046b287142061be1b0475a8079da2f0 100644 (file)
--- a/README
+++ b/README
@@ -28,31 +28,4 @@ apprecitated. The web page lists some that are under consideration but
 have not yet been included, I also welcome feedback on which of these to
 include.
 
-mime
-       determines the mime type of a file using the gnome mine database
-
-       (More useful than file(1) in many cases but would add a lot of
-       gnome libraries to the package's dependency chain.)
-
-tmp
-       puts stdin into a temp file and passes it to the specified program
-       ex: zcat file.bmp.gz | tmp zxgv
-
-add
-       adds up numbers from stdin
-
-todist
-       inputs a list of numbers and outputs their distribution, a value
-       and how many time it occurs in the input
-       http://baruch.ev-en.org/files/todist
-
-       Not a general enough unix tool, probably?
-
-tostats
-       inputs a list of numbers and outputs some statistics about the
-       numbers: average, stddev, min, max, mid point
-       http://baruch.ev-en.org/files/todist
-       
-       Not a general enough unix tool, probably?
-
 -- Joey Hess <joey@kitenet.net>
index 550cbfeb88eefc02d06790886911d626919f8fef..8b4eb28698a312a0e9c9852639bd93586b724181 100644 (file)
@@ -1,3 +1,9 @@
+moreutils (0.15) UNRELEASED; urgency=low
+
+  * Remove notes about potential tools from README, moved to wiki.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 13 Jul 2006 12:21:38 -0400
+
 moreutils (0.14) unstable; urgency=low
 
   * vidir: Also support EDITOR or VISUAL that contains spaces and parameters.