commit 28966a3657316f803336c81ceac3e9ead37e6b79
Author: FRIGN <[email protected]>
Date: Tue Jan 12 23:11:19 2016 +0100
Refine wording and add author information
diff --git a/tools.suckless.org/farbfeld/index.md
b/tools.suckless.org/farbfeld/index.md
index d70706f..f530e00 100644
--- a/tools.suckless.org/farbfeld/index.md
+++ b/tools.suckless.org/farbfeld/index.md
@@ -26,7 +26,7 @@ the colors. Notice that there are no dependencies on external
libraries.
A hypothetical farbfeld-library would hardly exceed invert.c's size.
-Store image.png as a compressed farbfeld:
+Store a png as a compressed farbfeld:
$ png2ff < image.png | bzip2 > image.ff.bz2
@@ -172,12 +172,16 @@ provide packages:
* Arch Linux (AUR)
* Void Linux
-Please let me know ([email protected]) when the list can be extended.
-
Implementations
---------------
* [sent](http://tools.suckless.org/sent/) presentation tool
* [Go encoder/decoder](https://github.com/mehlon/farbfeld)
-Please let me know ([email protected]) when the list can be extended.
+Author
+------
+
+* Laslo Hunhold ([email protected])
+
+Please contact me when you find information that could be added to this
+page.