-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGettingHelp.html
More file actions
74 lines (70 loc) · 3.53 KB
/
GettingHelp.html
File metadata and controls
74 lines (70 loc) · 3.53 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?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="assets/main.css"/>
</head>
<body>
<div id="menu">
<div id="logo"><a href="./" title="Pyjs!"><img src="assets/images/pyjs.128x128.png" alt="Pyjs Logo" /></a></div>
<ul class="simple">
<li class="section">About</li>
<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="Translator.html">Translator</a></li>
<li><a class="reference external" href="Download.html">Download</a></li>
<li><a class="reference external" href="GettingHelp.html">Getting Help</a></li>
<li class="section">Documentation</li>
<li><a class="reference external" href="examples">Examples</a></li>
<li><a class="reference external" href="UIHierarchy.html">UI Hierarchy</a></li>
<li><a class="reference external" href="api">API Docs</a></li>
<li><a class="reference external" href="book/Bookreader.html">Book</a></li>
<li><a class="reference external" href="https://github.com/pyjs/pyjs/wiki">Wiki</a></li>
<li class="section">Development</li>
<li><a class="reference external" href="Developing.html">Develop</a></li>
<li><a class="reference external" href="Optimize.html">Optimize</a></li>
<li><a class="reference external" href="Contribute.html">Contribute</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="getting-started">
<h1>Getting Started</h1>
<p>Here are some resources to get you started with pyjs quickly:</p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/pyjs/pyjs/wiki/GettingStarted">GettingStarted</a> - a pyjs wiki article</li>
<li><a class="reference external" href="http://pyjs.org/examples">pyjs Examples</a> - demo applications and their source code</li>
</ul>
</div>
<div class="section" id="mailing-list">
<h1>Mailing List</h1>
<p>pyjs has a very active user mailing list, driven by a helpful and respecting community. We care for equal opportunities and diversity. Currently, we use <a class="reference external" href="https://groups.google.com/group/pyjs-users">Google Groups</a> to host the mailing lists.</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>Low-volume IRC channel. Commits to repositories are being announced here, too.</p>
</div>
<div class="section" id="twitter">
<h1>Twitter</h1>
<p>Commits to repositories are being announced on <a class="reference external" href="http://twitter.com/pyjsorg">@pyjsorg</a></p>
</div>
</div>
</body>
</html>