From 808ebbc38c07d70b4de9b5fa2f11be6ca7c29a2b Mon Sep 17 00:00:00 2001 From: binarylogic Date: Sat, 18 Apr 2009 02:45:58 -0400 Subject: [PATCH] Update readme --- README.mdown | 12 ------------ README.rdoc | 3 +++ 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 README.mdown create mode 100644 README.rdoc diff --git a/README.mdown b/README.mdown deleted file mode 100644 index 298ccb5..0000000 --- a/README.mdown +++ /dev/null @@ -1,12 +0,0 @@ -# Authlogic Example App - -This is an example of how to use Authlogic in a rails app. Authlogic is a clean, simple, and unobtrusive ruby authentication solution. - -* This application live: [http://authlogicexample.binarylogic.com](http://authlogicexample.binarylogic.com) -* Basic setup tutorial: [http://www.binarylogic.com/2008/11/3/tutorial-authlogic-basic-setup](http://www.binarylogic.com/2008/11/3/tutorial-authlogic-basic-setup) -* Reset passwords tutorial: [http://www.binarylogic.com/2008/11/16/tutorial-reset-passwords-with-authlogic](http://www.binarylogic.com/2008/11/16/tutorial-reset-passwords-with-authlogic) -* Open ID tutorial: [http://www.binarylogic.com/2008/11/21/tutorial-using-openid-with-authlogic](http://www.binarylogic.com/2008/11/21/tutorial-using-openid-with-authlogic) -* Authlogic: [http://github.com/binarylogic/authlogic](http://github.com/binarylogic/authlogic) - - -Copyright (c) 2008 [Ben Johnson](http://github.com/binarylogic) of [Binary Logic](http://www.binarylogic.com), released under the MIT license \ No newline at end of file diff --git a/README.rdoc b/README.rdoc new file mode 100644 index 0000000..25d805f --- /dev/null +++ b/README.rdoc @@ -0,0 +1,3 @@ +This app follows the reset passwords tutorial: [http://www.binarylogic.com/2008/11/16/tutorial-reset-passwords-with-authlogic](http://www.binarylogic.com/2008/11/16/tutorial-reset-passwords-with-authlogic) + +For more information on the app itself please see the {master branch}[http://github.com/binarylogic/authlogic_example/tree/master] \ No newline at end of file