From eb78ede6b29f0bb3e2499ace1e048f2e6bd84157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 19 Oct 2009 09:55:54 +0000 Subject: [PATCH] Formatting of documentation git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1866 44740490-163a-0410-bde0-09ae8108e29a --- modules/autotest/docs/test.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/autotest/docs/test.txt b/modules/autotest/docs/test.txt index 34d9ea403..5dc0bfc68 100644 --- a/modules/autotest/docs/test.txt +++ b/modules/autotest/docs/test.txt @@ -2,12 +2,13 @@ ================= This module provides an interface to do automatic testing of authentication sources. -To enable it, create a file named "enable" in modules/autotest. +To enable it, create a file named "`enable`" in `modules/autotest`. It provides three webpages: -- https://.../simplesaml/module.php/autotest/login.php -- https://.../simplesaml/module.php/autotest/logout.php -- https://.../simplesaml/module.php/autotest/attributes.php + +- `https://.../simplesaml/module.php/autotest/login.php` +- `https://.../simplesaml/module.php/autotest/logout.php` +- `https://.../simplesaml/module.php/autotest/attributes.php` All the webpages have a mandatory paremeter 'SourceID', which is the name of the authentication source. -- GitLab