-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGettingHelp.html
More file actions
54 lines (50 loc) · 2.2 KB
/
Copy pathGettingHelp.html
File metadata and controls
54 lines (50 loc) · 2.2 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Pyjs</title>
<link rel="stylesheet" type="text/css" media="screen" href="main.css"/>
</head>
<body>
<div id="menu">
<div id="logo"><img src="img/pyjamas.128x128.png" alt="pyjs" /></div>
<ul class="simple">
<li><a class="reference external" href="About.html">About</a></li>
<li><a class="reference external" href="Overview.html">Overview</a></li>
<li><a class="reference external" href="Features.html">Features</a></li>
<li><a class="reference external" href="Translator.html">Translator</a></li>
<li class="section">Documentation</li>
<li><a class="reference external" href="FAQ.html">FAQ</a></li>
<li><a class="reference external" href="GettingHelp.html">Getting Help</a></li>
<li><a class="reference external" href="Developing.html">Developing</a></li>
<li><a class="reference external" href="Roadmap.html">Roadmap</a></li>
</ul>
</div>
<div id="body">
<h1 class="title">Getting Help</h1>
<div class="section" id="mailing-list">
<h1>Mailing List</h1>
<p>Pyjs uses <a class="reference external" href="https://groups.google.com/group/pyjs-users">Google Groups</a> to manage the mailing list.</p>
<ul class="simple">
<li><a class="reference external" href="https://groups.google.com/group/pyjs-users">pyjs-users</a> - General mailing list for users and developers.</li>
<li><a class="reference external" href="https://groups.google.com/group/pyjs-devel">pyjs-devel</a> - Developer specific mailing list, commits and other automated systems report to this list.</li>
</ul>
</div>
<div class="section" id="irc-channel">
<h1>IRC Channel</h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">Server:</th><td class="field-body">irc.freenode.net</td>
</tr>
<tr class="field"><th class="field-name">Channel:</th><td class="field-body">#pyjs</td>
</tr>
</tbody>
</table>
<p>Commits to repositories are being announced on the IRC channel.</p>
</div>
</div>
</body>
</html>