diff options
| -rw-r--r-- | tmpl/groupindex.html | 1 | ||||
| -rw-r--r-- | tmpl/userindex.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tmpl/groupindex.html b/tmpl/groupindex.html index 4549801..77291a0 100644 --- a/tmpl/groupindex.html +++ b/tmpl/groupindex.html @@ -7,6 +7,7 @@ <body> [%- INCLUDE body_top.html -%] <h1 id='mgnavt'><a href="../index.html">[% config.sitename %]</a> » groups</h1> + <p>Here is a list of Mageia groups automatically generated from our LDAP server. They have e-mail addresses <name>@group.mageia.org. They have no relationship with groups of persons subscribed to our <a href="http://ml.mageia.org">mailing-lists</a>.</p> <div class='content'> <ul> [% FOREACH group IN groups %] diff --git a/tmpl/userindex.html b/tmpl/userindex.html index 3288c01..af34456 100644 --- a/tmpl/userindex.html +++ b/tmpl/userindex.html @@ -7,6 +7,7 @@ <body> [%- INCLUDE body_top.html -%] <h1 id='mgnavt'><a href="../index.html">[% config.sitename %]</a> » users</h1> + <p>Here is a list of Mageia users automatically generated from our LDAP server. They have e-mail addresses <name>@mageia.org.</p> <div class='content'> <ul> [% FOREACH user IN users %] |
