From cb4b37ab15807bd9d24165a75556de8295c6db8b Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 26 Oct 2012 13:37:14 +0100 Subject: [PATCH] Add README --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README b/README index e69de29..57c5115 100644 --- a/README +++ b/README @@ -0,0 +1,23 @@ +Single signon authentication library for GLib applications +---------------------------------------------------------- + +This project is a library for managing single signon credentilas which can be +used from GLib applications. It is effectively a GLib binding for the D-Bus API +provided by signond. It is part of the accounts-sso project: + +http://code.google.com/p/accounts-sso/ + +Dependencies +------------ + +The project depends on GLib (including GIO and GObject), signond and check. + +Licence +------- + +The library is licensed under the GNU LGPL version 2.1. + +Resources +--------- + +http://code.google.com/p/accounts-sso/sources/list?repo=libsignon-glib -- 2.34.1