aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-05 00:20:25 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-05 00:20:25 +0100
commitf00bd2abfd983b29c57252fac94f862770e97687 (patch)
tree2c88ea6d0bd9fb7ef39bd093b9e9d50a98e3d974
parentadd rationale (diff)
downloadlibhaiku-f00bd2abfd983b29c57252fac94f862770e97687.tar.gz
libhaiku-f00bd2abfd983b29c57252fac94f862770e97687.tar.bz2
libhaiku-f00bd2abfd983b29c57252fac94f862770e97687.tar.xz
add readme
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..68eda07
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+NAME
+ libhaiku - Poetic error messages
+
+DESCRIPTION
+ libhaiku is an API on top of a collection of haiku,
+ that lets a programmer make a program print haiku for
+ error messages. Instead of calling perror(3), the
+ program should call libhaiku_perror(3).
+
+RATIOANLE
+ It is more fun and harmonious this way.
+
+SEE ALSO
+ perror(3)
+