Revision: 2221
Author: olavmrk
Date: Thu Mar 18 05:39:00 2010
Log: Update internal linking between documents to support the new
documentation portal
Merged into 1.5 branch from r2209.
http://code.google.com/p/simplesamlphp/source/detail?r=2221
Modified:
/branches/simplesamlphp-1.5/docs/simplesamlphp-install.txt
/branches/simplesamlphp-1.5/docs/simplesamlphp-sp.txt
=======================================
--- /branches/simplesamlphp-1.5/docs/simplesamlphp-install.txt Mon Mar 8
05:26:13 2010
+++ /branches/simplesamlphp-1.5/docs/simplesamlphp-install.txt Thu Mar 18
05:39:00 2010
@@ -17,7 +17,7 @@
This document is part of the simpleSAMLphp documentation suite.
- * [List of all simpleSAMLphp
documentation](http://rnd.feide.no/view/simplesamlphpdocs)
+ * [List of all simpleSAMLphp documentation](http://simplesamlphp.org/docs)
* [Latest news about simpleSAMLphp](http://rnd.feide.no/taxonomy/term/4).
(Also conatins an RSS feed)
* [simpleSAMLphp homepage](http://rnd.feide.no/simplesamlphp)
@@ -26,7 +26,7 @@
--------------------
This document is about the latest stable version of simpleSAMLphp.
-If you want to install the developement version, look at the instructions
for [installing simpleSAMLphp from
Subversion](http://rnd.feide.no/content/installing-simplesamlphp-subversion).
+If you want to install the development version, look at the instructions
for [installing simpleSAMLphp from Subversion](simplesamlphp-subversion).
Prerequisites
@@ -214,11 +214,17 @@
You have now successfully installed simpleSAMLphp, and the next steps
depends on whether you want to setup a service provider, to protect a
website by authentication or if you want to setup an identity provider and
connect it to a user catalog. Documentation on bridging between federation
protocols is found in a separate document.
-- [Setting up simpleSAMLphp as a service
provider](http://rnd.feide.no/content/using-simplesamlphp-service-provider)
-- [Setting up simpleSAMLphp as an identity
provider](http://rnd.feide.no/content/using-simplesamlphp-identity-provider)
-- [Setting up simpleSAMLphp with Google Apps for
Eduation](http://rnd.feide.no/content/simplesamlphp-idp-google-apps-education)
-- [Advanced simpleSAMLphp
features](http://rnd.feide.no/content/simplesamlphp-advanced-features)
-- [simpleSAMLphp maintenance and
configuration](http://rnd.feide.no/content/simplesamlphp-maintenance-and-configuration)
+ * [Using simpleSAMLphp as a SAML Service Provider](simplesamlphp-sp)
+ * [Hosted SP Configuration Reference](./saml:sp)
+ * [IdP remote reference](simplesamlphp-reference-idp-remote)
+ * [Connecting SimpleSAMLphp as a SP to UK Access Federation or
InCommon](simplesamlphp-ukaccess)
+ * [Upgrading - migration to use the SAML authentication
source](simplesamlphp-sp-migration)
+ * [Identity Provider QuickStart](simplesamlphp-idp)
+ * [IdP hosted reference](simplesamlphp-reference-idp-hosted)
+ * [SP remote reference](simplesamlphp-reference-sp-remote)
+ * [Use case: Setting up an IdP for Google Apps](simplesamlphp-googleapps)
+ * [Identity Provider Advanced Topics](simplesamlphp-idp-more)
+ * [Automated Metadata Management](simplesamlphp-automated_metadata)
Support
@@ -227,7 +233,7 @@
If you need help to make this work, or want to discuss simpleSAMLphp with
other users of the software, you are fortunate: Around simpleSAMLphp there
is a great Open source community, and you are welcome to join! The forums
are open for you to ask questions, contribute answers other further
questions, request improvements or contribute with code or plugins of your
own.
- [simpleSAMLphp homepage (at Feide
RnD)](http://rnd.feide.no/simplesamlphp)
-- [List of all available simpleSAMLphp
documentation](http://rnd.feide.no/view/simplesamlphpdocs)
+- [List of all available simpleSAMLphp
documentation](http://simplesamlphp.org/docs/)
- [Join the simpleSAMLphp user's mailing
list](http://rnd.feide.no/content/simplesamlphp-users-mailinglist)
- [Visit and contribute to the simpleSAMLphp
wiki](https://ow.feide.no/simplesamlphp:start)
=======================================
--- /branches/simplesamlphp-1.5/docs/simplesamlphp-sp.txt Mon Mar 8
05:26:13 2010
+++ /branches/simplesamlphp-1.5/docs/simplesamlphp-sp.txt Thu Mar 18
05:39:00 2010
@@ -11,7 +11,7 @@
<!-- {{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).
+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](simplesamlphp-install).
@@ -31,7 +31,7 @@
),
);
-For more information about additional options available for the SP, see
the [`saml:SP`
reference](https://rnd.feide.no/content/saml-service-provider-configuration-reference).
+For more information about additional options available for the SP, see
the [`saml:SP` reference](./saml:sp).
If you want mulitple Service Providers in the same site and installation,
you can add more entries in the `authsources.php` configuration. If so
remember to set the EntityID explicitly. Here is an example:
@@ -76,7 +76,7 @@
'certFingerprint'
=> 'c9ed4dfb07caf13fc21e0fec1572047eb8a7a4cb',
);
-For more information about available options in the idp-remote metadata
files, see the [IdP remote
reference](https://rnd.feide.no/content/idp-remote-metadata-reference).
+For more information about available options in the idp-remote metadata
files, see the [IdP remote reference](simplesamlphp-reference-idp-remote).
If you have the metadata of the remote IdP as an XML file, you can use the
built-in XML to simpleSAMLphp metadata converter, which by default is
available as `/admin/metadata-converter.php` in your simpleSAMLphp
installation.
@@ -141,7 +141,7 @@
Integrating authentication with your own application
----------------------------------------------------
-The API is documented in [the SP API
reference](http://rnd.feide.no/content/simplesamlphp-sp-api-reference).
+The API is documented in [the SP API
reference](simplesamlphp-sp-api-reference).
For those web resources you want to protect, you must add a few
lines of PHP code:
@@ -182,6 +182,6 @@
If you need help to make this work, or want to discuss simpleSAMLphp with
other users of the software, you are fortunate: Around simpleSAMLphp there
is a great Open source community, and you are welcome to join! The forums
are open for you to ask questions, contribute answers other further
questions, request improvements or contribute with code or plugins of your
own.
- [simpleSAMLphp homepage (at Feide
RnD)](http://rnd.feide.no/simplesamlphp)
-- [List of all available simpleSAMLphp
documentation](http://rnd.feide.no/view/simplesamlphpdocs)
+- [List of all available simpleSAMLphp
documentation](http://simplesamlphp.org/docs/)
- [Join the simpleSAMLphp user's mailing
list](http://rnd.feide.no/content/simplesamlphp-users-mailinglist)
- [Visit and contribute to the simpleSAMLphp
wiki](https://ow.feide.no/simplesamlphp:start)
--
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.