32 lines
901 B
HTML
32 lines
901 B
HTML
<%inherit file="main.html" />
|
|
|
|
<%include file="navigation.html" args="active_page='help'"/>
|
|
|
|
<section class="help main-content">
|
|
<h1>Help</h1>
|
|
|
|
<p> If you need help:
|
|
<ul>
|
|
<li> Ask on the <a href="/discussion">discussion forums</a>
|
|
<li> Ask in the IRC channel (irc.mitx.mit.edu, channel #6002)]
|
|
<li> Check the <a href="/info">course handouts.</a>
|
|
</ul>
|
|
|
|
<p> If you can't solve your problems with self-help, we have several
|
|
e-mail addresses set up:</p>
|
|
|
|
<dl>
|
|
<dt> technical@mitx.mit.edu</dt>
|
|
<dd> System-related questions</dd>
|
|
<dt> content@mitx.mit.edu</dt>
|
|
<dd> Content-related questions</dd>
|
|
<dt> bugs@mitx.mit.edu</dt>
|
|
<dd> Bug reports</dd>
|
|
<dt> suggestions@mitx.mit.edu</dt>
|
|
<dd> Suggestions</dd>
|
|
</dl>
|
|
|
|
<p> Please bear in mind that while we read them, we do not expect to
|
|
have time to respond to all e-mails.</p>
|
|
</section>
|