Files | Admin

Notes:

Release Name: 0.2.0

Notes:
local-openid allows users with shell accounts on servers to authenticate
with OpenID consumers by editing a YAML file in their home directory
instead of authenticating through HTTP/HTTPS.

* http://bogomips.org/local-openid/
* local-openid@librelist.com
* git://git.bogomips.org/local-openid.git

Changes:

local-openid is now a modular Sinatra application.  The RubyGems
installation is fixed up so the "local-openid" runner works
out-of-the-box.  There are also documentation improvements
and a new mailing list at local.openid@librelist.com



Changes: .document | 9 +- .gitignore | 12 ++ LICENSE.txt => COPYING | 0 GIT-VERSION-GEN | 40 ++++++ GNUmakefile | 144 +++++++++++++++++++++-- History.txt | 7 - LICENSE | 5 + Manifest.txt | 10 -- README.txt => README | 34 ++++-- Rakefile | 189 +++++++++++++++++++++++++++-- bin/local-openid | 313 +++--------------------------------------------- lib/local_openid.rb | 302 ++++++++++++++++++++++++++++++++++++++++++++++ local-openid.gemspec | 34 +++++ 13 files changed, 751 insertions(+), 348 deletions(-) commit c99e192863f22376abc1c8e131639320819de11e Author: Eric Wong Date: Sat Jun 26 08:48:48 2010 +0000 command-line option parsing commit ddbc6236c1cbda79ff0606166137fa2c37b7e2b0 Author: Eric Wong Date: Sat Jun 26 08:14:21 2010 +0000 fixup packaging Switch to the same system used by some of my other projects, which includes Atom feeds and Freshmeat/RAA updating. commit 5af502c81cf738fba2beeb83c30b4741b854415c Author: Eric Wong Date: Sat Jun 26 07:46:21 2010 +0000 make this a modular sinatra application This should make the RubyGem work more reliably.