public
Description: Provides a single sign-on solution for web applications, implementing the server-end of JA-SIG's CAS protocol.
Homepage: http://code.google.com/p/rubycas-server/
Clone URL: git://github.com/gunark/rubycas-server.git
zuk (author)
Fri Nov 14 13:54:38 -0800 2008
commit  b4b08e42aa9245744ad9fb0ffaf40969760960cd
tree    551f2f2a40d0cbed9ada2826ab9492a94d7a8d48
parent  7ac93405e35f759ca247ef9cbde983c6c80e1ff3 parent  c2bf6ee471d7f845985142be82bdbad76edfeb15
name age message
file .gitignore Fri Nov 14 14:14:04 -0800 2008 localization! (thanks to Antono Vasiljev) git-... [matt.zukowski]
file CHANGELOG.txt Fri Apr 11 09:10:19 -0700 2008 moved CHANGELOG.txt to History.txt to make new ... [matt.zukowski]
file History.txt Loading commit data...
file LICENSE.txt Thu Dec 20 09:32:42 -0800 2007 fixed readme, license; preparing for 0.5.1 rele... [matt.zukowski]
file Manifest.txt
file PostInstall.txt Fri Sep 26 08:42:41 -0700 2008 updated newgem; now requires at least activerec... [matt.zukowski]
file README.txt
file Rakefile Fri Sep 26 08:42:41 -0700 2008 updated newgem; now requires at least activerec... [matt.zukowski]
directory bin/
file config.example.yml
directory config/
file custom_views.example.rb Wed Aug 22 19:42:59 -0700 2007 Added sample custom views file, may need to be ... [jzylks]
directory lib/
directory misc/ Thu Aug 23 14:41:06 -0700 2007 added diagram showing basic CAS sso mechanism ... [matt.zukowski]
directory po/
directory resources/
file rubycas-server.gemspec
directory script/ Fri Sep 26 08:42:41 -0700 2008 updated newgem; now requires at least activerec... [matt.zukowski]
file setup.rb Thu Mar 08 15:22:43 -0800 2007 packaged as gem, ready for first public release... [matt.zukowski]
directory tasks/ Fri Nov 14 14:14:04 -0800 2008 localization! (thanks to Antono Vasiljev) git-... [matt.zukowski]
directory vendor/ Thu Dec 20 11:11:50 -0800 2007 switched to use Picnic git-svn-id: https://rub... [matt.zukowski]
directory website/ Fri Sep 26 08:42:41 -0700 2008 updated newgem; now requires at least activerec... [matt.zukowski]
README.txt
= RubyCAS-Server

*Copyright*:: 2008 Urbacon Ltd.
*Authors*::   See http://github.com/gunark/rubycas-server/commits/
*Homepage*::  http://rubycas-server.googlecode.com

For info and installation instructions please see http://code.google.com/p/rubycas-server


== License

RubyCAS-Server is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published 
by the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

RubyCAS-Server is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with RubyCAS-Server; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA