Revision: 2213
Author: andreassolberg
Date: Mon Mar  8 05:30:01 2010
Log: Merging 2206 into branch 1.4. Adding TOC to documentation.
http://code.google.com/p/simplesamlphp/source/detail?r=2213

Modified:
 /branches/simplesamlphp-1.4
 /branches/simplesamlphp-1.4/docs/simplesamlphp-advancedfeatures.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-authproc.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-automated_metadata.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-changelog.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-googleapps.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-idp.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-install.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-maintenance.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-modules.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-reference-idp-hosted.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-reference-sp-remote.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-sp.txt
 /branches/simplesamlphp-1.4/docs/simplesamlphp-theming.txt

=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-advancedfeatures.txt Sun Jan 11 05:02:03 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-advancedfeatures.txt Mon Mar 8 05:30:01 2010
@@ -10,6 +10,8 @@
   * Version: `$Id$`


+<!-- {{TOC}} -->
+
 simpleSAMLphp documentation
 ---------------------------

=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-authproc.txt Sun Jan 11 05:22:19 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-authproc.txt Mon Mar 8 05:30:01 2010
@@ -9,6 +9,9 @@

   * Version: `$Id$`

+<!-- {{TOC}} -->
+
+
In SimpleSAMLphp, there is an API where you can *do stuff* at the IdP after authentication is complete, and just before you are sent back to the SP. The same API is available on the SP, after you have received a successfull Authentication Response from the IdP and before you are sent back to the SP application.

Authentication processing filters postprocesses authentication information received from authentication sources. It is possible to use this for additional authentication checks, requesting the users consent before delivering attributes to the user, modifying the users attributes, and other things which should be performed before returning the user to the service provider he came from.
=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-automated_metadata.txt Mon Feb 23 01:27:11 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-automated_metadata.txt Mon Mar 8 05:30:01 2010
@@ -9,6 +9,7 @@

   * Version: `$Id$`

+<!-- {{TOC}} -->

 Introduction
 ------------
=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-changelog.txt Thu Mar 12 04:16:23 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-changelog.txt Mon Mar 8 05:30:01 2010
@@ -1,6 +1,7 @@
 simpleSAMLphp changelog
 =======================

+<!-- {{TOC}} -->

 Here is changes between simpleSAMLphp versions. Look here if you
 are upgrading, to see if there are any changes to the config
=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-googleapps.txt Mon Feb 23 01:19:35 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-googleapps.txt Mon Mar 8 05:30:01 2010
@@ -10,6 +10,7 @@
* Version: `$Id: simplesamlphp-install.txt 1297 2009-02-23 09:03:26Z andreassolberg $`


+<!-- {{TOC}} -->

 simpleSAMLphp news and documentation
 ------------------------------------
=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-idp.txt Thu Mar 12 02:56:50 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-idp.txt Mon Mar 8 05:30:01 2010
@@ -9,6 +9,8 @@

   * Version: `$Id$`

+<!-- {{TOC}} -->
+
This guide will describe how to configure simpleSAMLphp as an identity provider (IdP). You should previously have installed simpleSAMLphp as described in [the simpleSAMLphp installation instructions](http://rnd.feide.no/content/installing-simplesamlphp)


=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-install.txt Mon Feb 23 01:03:26 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-install.txt Mon Mar 8 05:30:01 2010
@@ -10,6 +10,7 @@
   * Version: `$Id$`


+<!-- {{TOC}} -->

 simpleSAMLphp news and documentation
 ------------------------------------
=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-maintenance.txt Mon Feb 23 01:03:26 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-maintenance.txt Mon Mar 8 05:30:01 2010
@@ -9,7 +9,7 @@

   * Version: `$Id$`

-
+<!-- {{TOC}} -->

 simpleSAMLphp news and documentation
 ------------------------------------
=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-modules.txt Fri Feb 6 00:11:55 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-modules.txt Mon Mar 8 05:30:01 2010
@@ -9,6 +9,7 @@

   * Version: `$Id$`

+<!-- {{TOC}} -->

 This document describes how the module system in simpleSAMLphp
 works. It descibes what types of modules there are, how they are
=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-reference-idp-hosted.txt Thu Mar 12 02:29:10 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-reference-idp-hosted.txt Mon Mar 8 05:30:01 2010
@@ -1,6 +1,8 @@
 IdP hosted metadata reference
 =============================

+<!-- {{TOC}} -->
+
 This is a reference for the metadata files
 `metadata/saml20-idp-hosted.php` and `metadata/shib13-idp-hosted.php`.
 Both files have the following format:
=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-reference-sp-remote.txt Thu Mar 12 01:10:21 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-reference-sp-remote.txt Mon Mar 8 05:30:01 2010
@@ -1,6 +1,8 @@
 SP remote metadata reference
 ============================

+<!-- {{TOC}} -->
+
 This is a reference for metadata options available for
 `metadata/saml20-sp-remote.php` and `metadata/shib13-sp-remote.php`.
 Both files have the following format:
=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-sp.txt Fri Feb 6 00:25:47 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-sp.txt Mon Mar 8 05:30:01 2010
@@ -7,10 +7,9 @@
        http://daringfireball.net/projects/markdown/syntax
 -->

-  * Version: `$Id$`
-
-simpleSAMLphp documentation
----------------------------
+
+<!-- {{TOC}} -->
+

 This document is part of the simpleSAMLphp documentation suite.

=======================================
--- /branches/simplesamlphp-1.4/docs/simplesamlphp-theming.txt Fri Feb 6 00:11:55 2009 +++ /branches/simplesamlphp-1.4/docs/simplesamlphp-theming.txt Mon Mar 8 05:30:01 2010
@@ -9,6 +9,7 @@

   * Version: `$Id$`

+<!-- {{TOC}} -->

In SimpleSAMLphp every part that needs to interact with the user by using a web page, uses templates to present the XHTML. SimpleSAMLphp comes with a default set of templates that presents a anonymous look.

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to