-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment.html
55 lines (42 loc) · 2.07 KB
/
development.html
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
<!DOCTYPE html>
<html>
<head>
<!-- zdeVnorMakra
-->
<meta name="editor" content="/usr/bin/vi"/>
<meta name="author" content="Petr Stehlik"/>
<meta name="keywords" content="Atari800 free 8-bit Atari emulator"/>
<title>Atari800 Development</title>
<style type="text/css" media="all">@import "layout.css";</style>
</head>
<body>
<!-- myTopHeaderBegin -->
<div id="Header"><a href="https://atari800.github.io" title="Atari800 Project Page">Atari800 - portable and free Atari 8-bit emulator</a></div>
<!-- myTopHeaderEnd -->
<div id="Content">
<h1>Development</h1>
<p>Atari800 is written in plain C and is developed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPL version 2</a>. The source code is kept in <a href="https://github.com/atari800/atari800">Git</a>.
</p>
<p>You can get a better overview of the project by looking at the following files (direct links to Git):</p>
<ul>
<li><a href="https://raw.githubusercontent.com/atari800/atari800/master/DOC/CREDITS">Credits</a> name the people that work on the project</li>
<li><a href="https://raw.githubusercontent.com/atari800/atari800/master/DOC/ChangeLog">ChangeLog</a> shows all the changes in the source code</li>
<li><a href="https://raw.githubusercontent.com/atari800/atari800/master/DOC/BUGS">Known Bugs</a> is self-explanatory</li>
<li><a href="https://raw.githubusercontent.com/atari800/atari800/master/DOC/TODO">To Do</a> is also self-explanatory</li>
</ul>
</div>
<!-- myLeftMenuName(`Development') -->
<!-- myLeftMenuBegin -->
<div id="Menu">
<a href="index.html" title="Main Entry">Home</a><br />
<a href="features.html" title="Feature List">Features</a><br />
<a href="news.html" title="Hot News">News</a><br />
<a href="download.html" title="Files for Download">Download</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="links.html" title="Links">Links</a><br />
</div>
<!-- myLeftMenuEnd -->
</body>
</html>