-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDownload.html
More file actions
59 lines (55 loc) · 2.77 KB
/
Download.html
File metadata and controls
59 lines (55 loc) · 2.77 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
<?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">Download</h1>
<div class="section" id="development">
<h1>Development</h1>
<p><a class="reference external" href="https://github.com/pyjs/pyjs">pyjs Git repository</a> on GitHub, with latest changes, fixes, and contributions.</p>
<p>This code is fairly stable, gets regular bugfixes and feature enhancements. Recommended for your pre-release development.</p>
</div>
<div class="section" id="stable-release">
<h1>Stable Release</h1>
<p><a class="reference external" href="https://github.com/pyjs/pyjs/zipball/0.8.1a">0.8.1a</a> (May 2012, <a class="reference external" href="https://github.com/pyjs/pyjs/wiki/Releases">release notes</a>)</p>
<div class="section" id="older-releases">
<h2>Older Releases</h2>
<ul class="simple">
<li><a class="reference external" href="https://github.com/pyjs/pyjs/zipball/0.8">0.8</a> (June 2011)</li>
</ul>
</div>
</div>
<div class="section" id="other-downloads">
<h1>Other Downloads</h1>
<p>Several special download packages are available from the <a class="reference external" href="https://github.com/pyjs/pyjs/downloads">pyjs Downloads</a> page on GitHub.</p>
</div>
</div>
</body>
</html>