From 1d9fdda26cda5d009e97a5b3ad13db7e230f357d Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Wed, 18 Mar 2009 01:09:33 -0400 Subject: [PATCH] Fixed some formatting --- README | 27 --------------------------- README.rst | 6 ++---- 2 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 2568ad0..0000000 --- a/README +++ /dev/null @@ -1,27 +0,0 @@ -django-cas-provider -Chris Williams - -OVERVIEW: - django-cas-provider is a provider for the Central Authentication -Service (http://jasig.org/cas). It allows remote services to authenticate -users for the purposes of Single Sign-On (SSO). For example, a user logs into -a CAS server (provided by django-cas-provider) and can then access other -services (such as email, calendar, etc) without re-entering her password for -each service. For more details, see http://www.ja-sig.org/wiki/display/CAS/Home -and http://en.wikipedia.org/wiki/Single_Sign_On - -INSTALLATION: - To install, run the following command from this directory: - - python setup.py install - - Or, put cas_provider somewhere on your Python path. - -USAGE: - *) Add 'cas_provider' to your INSTALLED_APPS tuple in settings.py. - *) In settings.py, set LOGIN_URL to '/cas/login/' and LOGOUT_URL to '/cas/logout/' - before they expire. Default: 5 minutes - *) In urls.py, put the following line: - (r'^cas/', include('cas_provider.urls')), - *) Create login/logout templates (templates/cas/login.html and templates/cas/logout.html). - diff --git a/README.rst b/README.rst index 0677574..1d32df1 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ INSTALLATION To install, run the following command from this directory: - ``python setup.py install`` + ``python setup.py install`` Or, put cas_provider somewhere on your Python path. @@ -32,7 +32,5 @@ USAGE #. Add ``'cas_provider'`` to your ``INSTALLED_APPS`` tuple in *settings.py*. #. In *settings.py*, set ``LOGIN_URL`` to ``'/cas/login/'`` and ``LOGOUT_URL`` to ``'/cas/logout/'`` - before they expire. Default: 5 minutes -#. In *urls.py*, put the following line: - ``(r'^cas/', include('cas_provider.urls')),`` +#. In *urls.py*, put the following line: ``(r'^cas/', include('cas_provider.urls')),`` #. Create login/logout templates (or modify the samples) -- 2.20.1