From 33d1fadc64926b5babfb0a30dbf06b900132a6b4 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 20 May 2014 16:01:05 +0100 Subject: [PATCH] Construct an eduGAIN export aggregate for InCommon. --- mdx/incommon/.gitignore | 1 + mdx/incommon/beans.xml | 39 +++++++ mdx/incommon/export-whitelist.xml | 30 +++++ mdx/incommon/export.xml | 89 +++++++++++++++ mdx/incommon/final_tweak.xsl | 183 ++++++++++++++++++++++++++++++ mdx/incommon/readme.md | 5 + 6 files changed, 347 insertions(+) create mode 100644 mdx/incommon/.gitignore create mode 100644 mdx/incommon/beans.xml create mode 100644 mdx/incommon/export-whitelist.xml create mode 100644 mdx/incommon/export.xml create mode 100644 mdx/incommon/final_tweak.xsl create mode 100644 mdx/incommon/readme.md diff --git a/mdx/incommon/.gitignore b/mdx/incommon/.gitignore new file mode 100644 index 00000000..38569ffb --- /dev/null +++ b/mdx/incommon/.gitignore @@ -0,0 +1 @@ +exported.xml diff --git a/mdx/incommon/beans.xml b/mdx/incommon/beans.xml new file mode 100644 index 00000000..f479bdb6 --- /dev/null +++ b/mdx/incommon/beans.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/export-whitelist.xml b/mdx/incommon/export-whitelist.xml new file mode 100644 index 00000000..f8bae4b7 --- /dev/null +++ b/mdx/incommon/export-whitelist.xml @@ -0,0 +1,30 @@ + + + + + + + + + + https://gw-astronomy.org/shibboleth-sp + + + + diff --git a/mdx/incommon/export.xml b/mdx/incommon/export.xml new file mode 100644 index 00000000..99dcc65d --- /dev/null +++ b/mdx/incommon/export.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/final_tweak.xsl b/mdx/incommon/final_tweak.xsl new file mode 100644 index 00000000..3293d46f --- /dev/null +++ b/mdx/incommon/final_tweak.xsl @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I N C O M M O N F E D E R A T I O N M E T A D A T A + + + *** + + *** + + + Aggregate built + + + ( + + local) + + + + Aggregate valid for + + days, until + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/readme.md b/mdx/incommon/readme.md new file mode 100644 index 00000000..3d409c08 --- /dev/null +++ b/mdx/incommon/readme.md @@ -0,0 +1,5 @@ +# `incommon` Channel + +The `incommon` channel contains beans for use in generating InCommon aggregates. + +The `us_incommon` channel is where InCommon-related beans for other purposes are defined.