summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-10 22:29:24 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-10 22:29:24 +0100
commit9d77014e7c77bfeb5151845a158b52e29c860786 (patch)
tree89317e7560728ae9ee5474946b806d48662e3000
parentf3f8e10cca601f55ed750103eefacdfe39ab35ad (diff)
readme in html
-rw-r--r--README47
-rw-r--r--README.html53
2 files changed, 53 insertions, 47 deletions
diff --git a/README b/README
deleted file mode 100644
index c1d5288e..00000000
--- a/README
+++ /dev/null
@@ -1,47 +0,0 @@
-NOTW WELL The contents of this directory is explained in detail at www.swamid.se.
-
-All files with names containing test or testing are for test use only. These
-are *not for production*.
-
-md-signer.crt The SWAMID signing certificate
-
-* Production Metadata
-
-These are metadata feeds to be consumed by SWAMID members and relying parties.
-
-swamid-1.0 SWAMID version 1.0 main metadata feed
-swamid-2.0 SWAMID version 2.0 main metadata feed
-swamid-idp Aggregate of all SWAMID 1.0 and 2.0 and SWAMID
- interfederation IdPs
-
-* Interfederation upstream
-
-These are feeds that are consumed by interfederation aggregators such as Kalmar2
-or eduGAIN. These should not be consumed by anyone except the relevant federation
-operator.
-
-swamid-kalmar-1.0 Production Kalmar upstream
-swamid-edugain-1.0 Production eduGAIN upstream
-
-* Tests
-
-Only for testing
-
-swamid-edugain-testing-1.0 Test edugain testing upstream
-swamid-kalmar-testing-1.0 Testing Kalmar upstream
-
-* Special-purpose
-
-Special projects and PoCs
-
-swamid-ki-sll-1.0 Production KI-SLL interfederation
-swamid-fiv-test Test Federation i Väst upstream
-swamid-no-interfederation-combined
- Aggregate of all SWAMID 1.0 and 2.0 SPs and IdPs excluding
- any interfederation IdPs. Only for use in SWAMID discovery
- services
-
-* Deprecated
-
-nya-1.0 and nya-1.0-testing NyA federation for VHS.se *DEPRECATED*
-
diff --git a/README.html b/README.html
new file mode 100644
index 00000000..af4b6ba4
--- /dev/null
+++ b/README.html
@@ -0,0 +1,53 @@
+<html>
+<head></head>
+<body>
+<p>
+NOTW WELL The contents of this directory is explained in detail at www.swamid.se. All files with names containing test or testing are for test use only. These are <b>not for production use</b>.</p>
+
+<h1>Signing Key</h1>
+<dl>
+<dt>md-signer.crt</dt><dd>The SWAMID signing certificate</dd>
+</dl>
+
+<h1>Production Metadata</h1>
+<p>
+These are metadata feeds to be consumed by SWAMID members and relying parties.
+</p>
+<dl>
+<dt>swamid-1.0</dt><dd>SWAMID version 1.0 main metadata feed</dd>
+<dt>swamid-2.0</dt><dd>SWAMID version 2.0 main metadata feed</dd>
+<dt>swamid-idp</dt><dd>Aggregate of all SWAMID 1.0 and 2.0 and SWAMID interfederation IdPs. Mainly for use in SPs.</dd>
+</dl>
+
+<h1>Interfederation upstream</h1>
+
+<p>These are feeds that are consumed by interfederation aggregators such as Kalmar2 or eduGAIN. These should not be consumed by anyone except the relevant federation operator.</p>
+
+<dl>
+<dt>swamid-kalmar-1.0</dt><dd>Production Kalmar upstream</dd>
+<dt>swamid-edugain-1.0</dt><dd>Production eduGAIN upstream</dd>
+</dl>
+
+<h1>Tests</h1>
+
+<p>Only for testing</p>
+
+<dl>
+<dt>swamid-edugain-testing-1.0</dt><dd>Test edugain testing upstream</dd>
+<dt>swamid-kalmar-testing-1.0</dt><dd>Testing Kalmar upstream</dd>
+</dl>
+
+<h1>Special projects</h1>
+
+<dl>
+<dt>swamid-ki-sll-1.0</dt><dd>Production KI-SLL interfederation</dd>
+<dt>swamid-fiv-test</dt><dd>Test Federation i Väst upstream</dd>
+<dt>swamid-no-interfederation-combined</dt><dd>Aggregate of all SWAMID 1.0 and 2.0 SPs and IdPs excluding any interfederation IdPs. Only for use in SWAMID discovery services</dd>
+</dl>
+
+<h1>Deprecated</h1>
+
+<p>Do not use: nya-1.0 and nya-1.0-testing</p>
+
+</body>
+</html>