Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cgi/template/index.tmpl
blob: b6470c031af952fcf6a1f6fa30c69b171fa0dcd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<TMPL_INCLUDE NAME="header.tmpl">

<div class='title'>
    <a href="http://meeting.sugarlabs.org"><img src="/logo.png" border="0" /></a>
</div>

<div class="content">
    <div class='box'>
        <p>These are the archives of Sugar related IRC channels collected by <a href="http://sourceforge.net/projects/supybot/">supybot</a>, IRC bot named <code>meeting</code>. To learn how to use many of supybot features like handling meetings or multi-lingual support, see <a href="http://wiki.sugarlabs.org/go/Service/meeting/Usage">documentaion</a>.</p>
        <p>If you are participating in one of mentioned below channels and do not wish your message to be recorded, please prefix it with the keyword:</p>
        <pre>  [nolog]</pre>
        <p><a href="<TMPL_VAR BASE_URL>search.pl">Search</a></p>
    </div>

    <ul>
        <TMPL_LOOP CHANNELS>
            <li><a href="<TMPL_VAR BASE_URL><TMPL_VAR NAME=CHANNEL ESCAPE=URL>/">#<TMPL_VAR CHANNEL></a></li>
        </TMPL_LOOP>
    </ul>

    <TMPL_INCLUDE NAME="footer.tmpl">
</div>

</body>

</html>