Revision: 2206
Author: andreassolberg
Date: Mon Mar 8 02:14:12 2010
Log: Adding table of content tag to documentation
http://code.google.com/p/simplesamlphp/source/detail?r=2206
Modified:
/trunk/docs/simplesamlphp-advancedfeatures.txt
/trunk/docs/simplesamlphp-authproc.txt
/trunk/docs/simplesamlphp-automated_metadata.txt
/trunk/docs/simplesamlphp-changelog.txt
/trunk/docs/simplesamlphp-errorhandling.txt
/trunk/docs/simplesamlphp-features.txt
/trunk/docs/simplesamlphp-googleapps.txt
/trunk/docs/simplesamlphp-idp-more.txt
/trunk/docs/simplesamlphp-idp.txt
/trunk/docs/simplesamlphp-install.txt
/trunk/docs/simplesamlphp-maintenance.txt
/trunk/docs/simplesamlphp-modules.txt
/trunk/docs/simplesamlphp-reference-idp-hosted.txt
/trunk/docs/simplesamlphp-reference-idp-remote.txt
/trunk/docs/simplesamlphp-reference-sp-hosted.txt
/trunk/docs/simplesamlphp-reference-sp-remote.txt
/trunk/docs/simplesamlphp-sp-api.txt
/trunk/docs/simplesamlphp-sp-migration.txt
/trunk/docs/simplesamlphp-sp.txt
/trunk/docs/simplesamlphp-theming.txt
/trunk/docs/simplesamlphp-translation.txt
/trunk/docs/simplesamlphp-ukaccess.txt
=======================================
--- /trunk/docs/simplesamlphp-advancedfeatures.txt Thu Oct 1 04:48:18 2009
+++ /trunk/docs/simplesamlphp-advancedfeatures.txt Mon Mar 8 02:14:12 2010
@@ -10,6 +10,8 @@
* Version: `$Id$`
+<!-- {{TOC}} -->
+
simpleSAMLphp documentation
---------------------------
=======================================
--- /trunk/docs/simplesamlphp-authproc.txt Fri Feb 12 01:02:07 2010
+++ /trunk/docs/simplesamlphp-authproc.txt Mon Mar 8 02:14:12 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.
=======================================
--- /trunk/docs/simplesamlphp-automated_metadata.txt Thu Feb 18 05:40:20
2010
+++ /trunk/docs/simplesamlphp-automated_metadata.txt Mon Mar 8 02:14:12
2010
@@ -9,6 +9,7 @@
* Version: `$Id$`
+<!-- {{TOC}} -->
Introduction
------------
=======================================
--- /trunk/docs/simplesamlphp-changelog.txt Fri Nov 13 01:05:13 2009
+++ /trunk/docs/simplesamlphp-changelog.txt Mon Mar 8 02:14:12 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 format.
=======================================
--- /trunk/docs/simplesamlphp-errorhandling.txt Sun Jul 12 23:20:21 2009
+++ /trunk/docs/simplesamlphp-errorhandling.txt Mon Mar 8 02:14:12 2010
@@ -9,6 +9,8 @@
* Version: `$Id$`
+<!-- {{TOC}} -->
+
This document describes the way errors and exceptions are handled in
authentication sources and authentication processing filters.
The basic goal is to be able to throw an exception during authentication,
and then have that exception transported back to the SP in a way that the
SP understands.
=======================================
--- /trunk/docs/simplesamlphp-features.txt Mon Jan 11 23:02:13 2010
+++ /trunk/docs/simplesamlphp-features.txt Mon Mar 8 02:14:12 2010
@@ -9,6 +9,8 @@
* Version: `$Id`
+<!-- {{TOC}} -->
+
## Automatic Metadata Retrieval
SimpleSAMLphp supports regurlarly downloading SAML metadata form a HTTP
location, optionally validating the signature on the metadata, and then
cache the metadata to be used by a SP or IdP. Shibboleth introduced this
functionality, and SimpleSAMLphp implements it in a compatible way.
=======================================
--- /trunk/docs/simplesamlphp-googleapps.txt Tue Sep 29 04:36:24 2009
+++ /trunk/docs/simplesamlphp-googleapps.txt Mon Mar 8 02:14:12 2010
@@ -10,6 +10,7 @@
* Version: `$Id$`
+<!-- {{TOC}} -->
simpleSAMLphp news and documentation
------------------------------------
=======================================
--- /trunk/docs/simplesamlphp-idp-more.txt Wed Jan 27 01:29:19 2010
+++ /trunk/docs/simplesamlphp-idp-more.txt Mon Mar 8 02:14:12 2010
@@ -9,6 +9,7 @@
* Version: `$Id$`
+<!-- {{TOC}} -->
AJAX iFrame Single Log-Out
--------------------------
=======================================
--- /trunk/docs/simplesamlphp-idp.txt Thu Oct 29 01:10:18 2009
+++ /trunk/docs/simplesamlphp-idp.txt Mon Mar 8 02:14:12 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)
=======================================
--- /trunk/docs/simplesamlphp-install.txt Wed Jan 13 04:17:23 2010
+++ /trunk/docs/simplesamlphp-install.txt Mon Mar 8 02:14:12 2010
@@ -10,6 +10,7 @@
* Version: `$Id$`
+<!-- {{TOC}} -->
simpleSAMLphp news and documentation
------------------------------------
=======================================
--- /trunk/docs/simplesamlphp-maintenance.txt Mon Feb 23 01:03:26 2009
+++ /trunk/docs/simplesamlphp-maintenance.txt Mon Mar 8 02:14:12 2010
@@ -9,7 +9,7 @@
* Version: `$Id$`
-
+<!-- {{TOC}} -->
simpleSAMLphp news and documentation
------------------------------------
=======================================
--- /trunk/docs/simplesamlphp-modules.txt Wed Aug 5 00:30:56 2009
+++ /trunk/docs/simplesamlphp-modules.txt Mon Mar 8 02:14:12 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
=======================================
--- /trunk/docs/simplesamlphp-reference-idp-hosted.txt Wed Feb 10 03:32:00
2010
+++ /trunk/docs/simplesamlphp-reference-idp-hosted.txt Mon Mar 8 02:14:12
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:
=======================================
--- /trunk/docs/simplesamlphp-reference-idp-remote.txt Wed Feb 10 03:32:00
2010
+++ /trunk/docs/simplesamlphp-reference-idp-remote.txt Mon Mar 8 02:14:12
2010
@@ -1,6 +1,8 @@
IdP remote metadata reference
=============================
+<!-- {{TOC}} -->
+
This is a reference for metadata options available for
`metadata/saml20-idp-remote.php` and `metadata/shib13-idp-remote.php`. Both
files have the following format:
<?php
=======================================
--- /trunk/docs/simplesamlphp-reference-sp-hosted.txt Fri Feb 12 00:35:23
2010
+++ /trunk/docs/simplesamlphp-reference-sp-hosted.txt Mon Mar 8 02:14:12
2010
@@ -1,6 +1,8 @@
SP hosted metadata reference
============================
+<!-- {{TOC}} -->
+
This is a reference for the metadata files `metadata/saml20-sp-hosted.php`
and `metadata/shib13-sp-hosted.php`. Both files have the following format:
<?php
=======================================
--- /trunk/docs/simplesamlphp-reference-sp-remote.txt Wed Feb 10 03:32:00
2010
+++ /trunk/docs/simplesamlphp-reference-sp-remote.txt Mon Mar 8 02:14:12
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:
=======================================
--- /trunk/docs/simplesamlphp-sp-api.txt Thu Nov 26 01:18:04 2009
+++ /trunk/docs/simplesamlphp-sp-api.txt Mon Mar 8 02:14:12 2010
@@ -1,6 +1,8 @@
simpleSAMLphp SP API reference
==============================
+<!-- {{TOC}} -->
+
This document describes the SimpleSAML_Auth_Simple API.
This is the preferred API for integrating simpleSAMLphp with other
applications.
=======================================
--- /trunk/docs/simplesamlphp-sp-migration.txt Mon Oct 19 05:02:38 2009
+++ /trunk/docs/simplesamlphp-sp-migration.txt Mon Mar 8 02:14:12 2010
@@ -1,6 +1,8 @@
Migrating to the `saml` module
==============================
+<!-- {{TOC}} -->
+
This document describes how you can migrate your code to use the `saml`
module for authentication against SAML 2.0 and SAML 1.1 IdPs.
It assumes that you have previously set up a SP by using redirects to
`saml2/sp/initSSO.php`.
=======================================
--- /trunk/docs/simplesamlphp-sp.txt Fri Feb 5 04:54:41 2010
+++ /trunk/docs/simplesamlphp-sp.txt Mon Mar 8 02:14:12 2010
@@ -9,6 +9,7 @@
* Version: `$Id$`
+<!-- {{TOC}} -->
This guide will describe how to configure simpleSAMLphp as a service
provider (SP). You should previously have installed simpleSAMLphp as
described in [the simpleSAMLphp installation
instructions](http://rnd.feide.no/content/installing-simplesamlphp).
=======================================
--- /trunk/docs/simplesamlphp-theming.txt Fri Feb 6 00:11:55 2009
+++ /trunk/docs/simplesamlphp-theming.txt Mon Mar 8 02:14:12 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.
=======================================
--- /trunk/docs/simplesamlphp-translation.txt Fri Jan 22 07:16:41 2010
+++ /trunk/docs/simplesamlphp-translation.txt Mon Mar 8 02:14:12 2010
@@ -9,6 +9,8 @@
* Version: `$Id$`
+<!-- {{TOC}} -->
+
SimpleSAMLphp supports multiple languages.
* The SimpleSAMLphp Translation Portal
=======================================
--- /trunk/docs/simplesamlphp-ukaccess.txt Tue Oct 13 01:04:13 2009
+++ /trunk/docs/simplesamlphp-ukaccess.txt Mon Mar 8 02:14:12 2010
@@ -9,6 +9,7 @@
* Version: `$Id$`
+<!-- {{TOC}} -->
This guide will describe how to configure simpleSAMLphp as a service
provider (SP) supporting SAML 1.1 (shib1.3) and SAML 2.0 connecting it to a
federation such as **UK Access Federation** or **InCommon**.
--
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.