-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathABOUT.HTML
More file actions
159 lines (137 loc) · 2.51 KB
/
ABOUT.HTML
File metadata and controls
159 lines (137 loc) · 2.51 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
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
159
<!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>Wonkey v2022.04 - v2025-06</h1>
<h2>(W2cc v1.1.15 • Wide v2.13)</h2>
<p>Welcome to wonkey, a free and open source, cross platform programming language by Wonkey-Coders.
<p>Some example programs can be found in the examples directory.
<p>Wonkey is a absolutly free project fully backed by iDkP from GaragePixel. If you like what you see, please consider contributing to development on the Github repository: <a href="https://github.com/wonkey-coders/wonkey">https://github.com/wonkey-coders/wonkey</a>.
<p>For Wonkey discussion and programming help, feel free to drop by the discord (invitation only for now).
<p>Please post any bug reports or feature requests to the Wonkey github repository: <a href="https://github.com/wonkey-coders/Wonkey">https://github.com/wonkey-coders/wonkey</a>.
<p>A big shout out to everyone who has contributed to Monkey2 and Wonkey 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.,
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,
Abe Noll,
aleana,
Matthew,
Sean,
Adam,
Mark Sibly,
iDkP (GaragePixel),
Jean-Luc Addams,
Danilo,
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,
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>