From 0079d7a6800b9489745ba0f82a7598401af6dc3a Mon Sep 17 00:00:00 2001
From: Tomasz Wolniewicz <twoln@umk.pl>
Date: Wed, 5 Jun 2024 20:34:12 +0200
Subject: [PATCH] updates concerning the eduGAIN governamce change

---
 page-logic/manage.php            | 4 ++--
 templates/governance.html        | 4 ++--
 templates/joining_checklist.html | 2 +-
 templates/operations.html        | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/page-logic/manage.php b/page-logic/manage.php
index 545f902..27f0547 100644
--- a/page-logic/manage.php
+++ b/page-logic/manage.php
@@ -227,8 +227,8 @@ $rows[] = $edugainGUI->row('eduGAIN declaration', 'EDECL', 'edecl');
 $rows[] = $edugainGUI->row('Federation URL', 'I', 'url', '', 0, 0, 4);
 $rows[] = $edugainGUI->row('Registration practice', 'POL', 'registration');
 $rows[] = $edugainGUI->row('Contact email', 'I', 'contact_email', '', 0, 0, 4);
-$rows[] = $edugainGUI->row('TSG delegate', 'PERS', 'tsg_delegate');
-$rows[] = $edugainGUI->row('TSG deputy', 'PERS', 'tsg_deputy');
+$rows[] = $edugainGUI->row('Delegate', 'PERS', 'tsg_delegate');
+$rows[] = $edugainGUI->row('Deputy', 'PERS', 'tsg_deputy');
 $rows[] = $edugainGUI->row('Security contact', 'SIRTFI', 'security_contact');
 $rows[] = $edugainGUI->row('Policy', 'POL', 'policy');
 $rows[] = $edugainGUI->row('Policy in English', 'C', 'policy_english');
diff --git a/templates/governance.html b/templates/governance.html
index 3dec049..88ff41c 100644
--- a/templates/governance.html
+++ b/templates/governance.html
@@ -1,5 +1,5 @@
 {% extends 'common/master.html' %}
-{% set breadcrumb = ['Participants', 'Steering Group'] %}
+{% set breadcrumb = ['Participants', 'Assembly'] %}
 {% set half_of_feds = (tsg.FEDS | length)/2 | round %}
 
 {% block title %}eduGAIN Steering Group{% endblock title %}
@@ -7,7 +7,7 @@
 {% block main_body %}
 
 <div class="central-section">
-<p>eduGAIN is governed by the Steering Group (SG) formed by delegates from all participant federations. The <a href="documents">eduGAIN Constitution</a> outlines the governance of the service. The names and contact details of SG members and their deputies are given in the list below.</p>
+<p>eduGAIN is governed by the Assembly formed by delegates from all participant federations. The <a href="documents">eduGAIN Constitution</a> outlines the governance of the service. The names and contact details of Assembly members and their deputies are given in the list below.</p>
 </div>
 
 <div class="central-section">
diff --git a/templates/joining_checklist.html b/templates/joining_checklist.html
index 599b97d..98a127c 100644
--- a/templates/joining_checklist.html
+++ b/templates/joining_checklist.html
@@ -79,7 +79,7 @@ the primary channel being signed mail.
 <h3>Governance delegate and deputy</h3>
 <div>
 <p>
-eduGAIN is governed by the Steering Group.
+eduGAIN is governed by the Assembly.
 Each partcipating federation must delegate two members - a delegate and a deputy.
 Please send names and e-mail addresses to the <a href="mailto:{{ constant('SUPPORT_EMAIL') }}"><span>{{ constant('SUPPORT_EMAIL') }}</span></a>.
 </p>
diff --git a/templates/operations.html b/templates/operations.html
index 768696b..4a05149 100644
--- a/templates/operations.html
+++ b/templates/operations.html
@@ -12,7 +12,7 @@
 <dt>Metadata Aggregation Practice Statement</dt>
 <dd>Describes details of metadata validation and aggregation. It is a WIKI document available <a href="https://wiki.geant.org/display/eduGAIN/Metadata+Aggregation+Practice+Statement" target="_blank">here</a>.</dd>
 <dt>Best Current Practice document</dt><!-- comment -->
-<dd>Lists conditions which are additionally checked by the validator, failure to comply with these will result in a validator warning It is a WIKI document available <a href="https://wiki.geant.org/display/eduGAIN/Best+Current+Practice" target="_blank">here</a>.
+<dd>Lists conditions which are additionally checked by the validator, failure to comply with these will result in a validator warning. It is a WIKI document available <a href="https://wiki.geant.org/display/eduGAIN/Best+Current+Practice" target="_blank">here</a>.
     See also <a href="https://technical.edugain.org/api.php?action=validator_warnings&format=print_r">https://technical.edugain.org/api.php?action=validator_warnings&format=print_r</a>.</dd>
 <dt>Alerts</dt>
 <dd>Whenever the aggregator finds a problem it issues a warning which is delivered by email to the federation contact address. Details are described in a WIKI document available <a href="https://wiki.geant.org/display/eduGAIN/Metadata+aggregation+-+alerts" target="_blank">here</a>.
-- 
GitLab