Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cgi/template/index.tmpl
blob: e7c52dee6e4500ead68d4b7068c3090a8dac3bb1 (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
27
<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 <a href="http://wiki.sugarlabs.org/go/Service/meeting">meeting</a>. To learn how to utilize many of supybot features, see <a href="http://supybook.fealdia.org/devel/">Supybook</a>.</p>
        <p>Among other features, supybot can handle meetings on all channels it joined to. Look into <a href="http://meetbot.debian.net/Manual.html#tutorial">MeetBot Tutorial</a> to learn what IRC meetings are and how to use MeetBot to process them. All meeting logs are accessible on particular channel page.</p>
        <p>If you are participating in one of mentioned below channels and do not wish your message to be recorded, please prefix your message 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>