forked from blitz-research/monkey2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ABOUT.HTML
158 lines (136 loc) · 2.49 KB
/
ABOUT.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!doctype html>
<html>
<head>
<style>
body{
background: url("xmas-lights.png") repeat-x center top;
color: #eee;
font-size: 18px;
margin: 8px;
padding: 0px;
line-height:20px;
font-family: arial;
}
h1{
color: #fc0;
font-size: 28px;
text-align: center;
}
h2{
color: #c90;
font-size: 20px;
text-align: center;
}
div.awesome{
color: #ccc;
font-size: 14px;
}
a{
color: #4ef;
text-decoration: none;
cursor: pointer;
}
a:hover{
color: #0e0;
}
</style>
</head>
<body>
<br>
<h1>Monkey2 v2018.09</h1>
<h2>(Mx2cc v1.1.15 • Ted2go v2.13)</h2>
<p>Welcome to monkey2, an open source, user friendly, cross platform programming language by Mark Sibly.
<p>Some example programs can be found in the bananas directory.
<p>Monkey2 is a crowd funded project. If you like what you see, please consider contributing to development by becoming a Patreon supporter: <a href="https://www.patreon.com/monkey2">https://www.patreon.com/monkey2</a>.
<p>For monkey2 discussion and programming help, feel free to drop by the monkey2 forums: <a href="http://monkeycoder.co.nz/forums">http://monkeycoder.co.nz/forums</a>.
<p>Please post any bug reports or feature requests to the monkey2 github repository: <a href="https://github.com/blitz-research/monkey2">https://github.com/blitz-research/monkey2</a>.
<p>A big shout out to everyone who has contributed to Monkey2 to date, including...
<div class="awesome">
David Maziarka,
Rene Damm,
Nil,
abakobo,
James Boyd,
Pharmhaus,
Peter Rigby,
kmac,
Cole Chapman,
Thomas Finnerup,
Alan Haugen,
Kraut Apps,
Turgut Temucin,
Boz,
Mat Bowen,
Phil7,
starfruit,
Jonathan Pittock,
Lee Wade,
Amon,
Anatol Bogun,
Erik Thon,
Eric Stout,
C.E.,
Mark,
Jules Duquette,
Rajasekaran Senthil Kumaran,
Alan Purdom,
Evgeniy Goroshkin,
Christian Leth Jeppesen,
Jon Decker,
Jean-Marc "JIHEM" QUÉRÉ,
Leo Santos,
Roger Lockerbie,
Philippe Back,
Jesse M Perez,
Hotcakes,
Paul Apgar,
Kirsty,
Antony Wells,
Pierrou,
Felipe Alfonso,
Alan Broad,
Adam,
Abe Noll,
aleana,
Matthew,
Sean,
Jean-Luc Addams,
Russell Palmer,
Aroldo Carvalho,
Arthur,
Daniele Prandini,
Anthony Diamond,
Mario Givency,
Jimmy Söderman Sers,
Adam Myatt,
Mark Cooper,
James Freeman,
Jochen,
Aaron Woodard,
Afan Olovcic,
MyQly,
Osakimov,
Dennis Rohn,
Lucien Bulles,
Javier,
Richard Keam,
RenK,
Hezkore,
Bill Murray,
Richard Betson,
Danilo,
Robinson Taylor,
Diffrenzy,
Catalin Lucaciu,
Lars Kristian Gretnes,
Second Gear Games,
Ole Jostein Røtne,
alban read,
Mark Mcvittie,
York Burkhardt,
Chris B,
Lee Murphy,
Carl Read
</div>
</body>
</html>