-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment.html
More file actions
47 lines (41 loc) · 2.09 KB
/
development.html
File metadata and controls
47 lines (41 loc) · 2.09 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- zdeVnorMakra
-->
<meta name="editor" content="/usr/bin/vi" />
<meta name="author" content="Petr Stehlik" />
<meta name="keywords" content="Atari ARAnyM powerful TOS clone" />
<title>ARAnyM Development</title>
<style type="text/css" media="all">@import "layout.css";</style>
</head>
<body>
<!-- myTopHeaderBegin -->
<div id="Header"><a href="https://aranym.github.io/" title="ARAnyM Web"> Atari Running on Any Machine</a></div>
<!-- myTopHeaderEnd -->
<!-- myLeftMenuName(`Development') -->
<!-- myLeftMenuBegin -->
<div id="Menu">
<a href="index.html" title="About ARAnyM">About</a><br />
<a href="features.html" title="Feature List">Features</a><br />
<a href="news.html" title="Site News">News</a><br />
<a href="download.html" title="Files for Download">Download</a><br />
<a href="afros.html" title="Atari FRee OS">AFROS</a><br />
<a href="livecd.html" title="ARAnyM Live CD">Live CD</a><br />
<a href="https://github.com/aranym/aranym/wiki" title="Documentation in Wiki">Documentation</a><br />
<a href="screenshots.html" title="Screenshots">Screenshots</a><br />
<a href="contact.html" title="Contact address">Contact</a><br />
Development<br />
<a href="https://github.com/aranym/" title="GitHub Project Page">GitHub Project</a><br />
<a href="links.html" title="Links">Links</a><br />
</div>
<!-- myLeftMenuEnd -->
<div id="Content">
<h1>Development</h1>
<p>ARAnyM is written mostly in C++ and is released under the <a href="http://www.fsf.org/copyleft/gpl.html">GPL</a>. The source code is kept on <a href="https://github.com/aranym/aranym/">GitHub</a> <small>(since 2017/07/18)</small>.
<p>If you wish to discuss anything about ARAnyM (both developer and user issues) please subscribe to the <a href="https://groups.google.com/forum/?hl=en#!forum/aranym">mailing list at Google Groups</a> <small>(since 2017/02/21)</small>.</p>
</div>
</body>
</html>