--- /dev/null
+yubikey-server-c – yubikeyd
+===========================
+
+This is a yubikey validation server, written in C. It implements the
+server part of the web API as specified at
+http://yubico.com/developers/api/ and can be used from various
+clients.
+
+It also lacks any useful administration tools, you will have to use
+psql or create something yourself.
+
+A sample configuration file looks like:
+
+pidfile=/var/run/yubikeyd.pid
+user=yubikeyd
+group=yubikeyd
+dbdef=dbname=yubikey port=5433
+port=8000
+
+