aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/groupindex.html
blob: 77291a0ae6812d121645d62acdb171a129768783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>[% config.sitename %]: g</title>
        [%- INCLUDE head.html -%]
    </head>
    <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 %]
                <li><a href="[% group.value.cn.0 %].html">[% group.value.cn.0 %]</a> : [% group.value.description.0 %]</li>
                [% END %]
            </ul>
        </div>
    </body>
</html>