-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
383 lines (311 loc) · 15.7 KB
/
index.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!DOCTYPE HTML>
<html>
<head>
<title>SimpleWall Script</title>
<link rel="stylesheet" type="text/css" href="https://cdn.writeas.net/css/write.f8e112bb4e7c64af5a97c.css" />
<link rel="stylesheet" type="text/css" href="/css/main.css?9" />
<link rel="shortcut icon" href="icon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Multi instance Minecraft wall for finding speedrun seeds.">
<meta name="application-name" content="SimpleWall Script">
<!-- <meta name="application-url" content="https://writefreely.org"> -->
<meta itemprop="name" content="SimpleWall Script">
<meta itemprop="description" content="Multi instance Minecraft wall for finding speedrun seeds.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SimpleWall Script">
<meta name="twitter:description" content="Multi instance Minecraft wall for finding speedrun seeds.">
<meta property="og:title" content="SimpleWall Script" />
<meta property="og:site_name" content="SimpleWall Script" />
<meta property="og:type" content="object" />
<!-- <meta property="og:url" content="https://writefreely.org/" /> -->
<meta property="og:description" content="Multi instance Minecraft wall for finding speedrun seeds.." />
<style type="text/css">
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 45rem;
z-index: -1;
background: url(wall.webp);
opacity: 0.1;
}
.modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(0, -50%);
padding: 0;
width: auto;
background: transparent;
border: 0;
}
.btn.cta {
display: inline-block;
white-space: nowrap;
}
img.screens {
max-width: 100%;
}
body {
background-color: #323138;
color: #cdcdcd;
font-family: sans-serif;
z-index: 1;
margin-top: -3em;
}
a {
color: #78a7d8;
}
a .btn {
font-family: 'Open Sans';
}
/* font-family: 'Open Sans'; */
h2 {
margin-top: 0.2em;
}
a.btn.cta,
a.btn.gentlecta,
a.btn.submit,
a.btn[type=submit],
button.cta,
button.gentlecta,
button.submit,
button[type=submit],
input.cta,
input.gentlecta,
input.submit,
input[type=submit],
select.inputform.cta,
select.inputform.gentlecta,
select.inputform.submit,
select.inputform[type=submit],
textarea.inputform.cta,
textarea.inputform.gentlecta,
textarea.inputform.submit,
textarea.inputform[type=submit] {
font-family: inherit;
}
#official-writing h2,
#official-writing h3,
#official-writing h4,
#wrapper h2,
#wrapper h3,
#wrapper h4 {
color: #dbdbdb;
}
</style>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body id="promo">
<!-- <nav>
<div style="flex: 2; align-self: flex-end;">
<a href="/" class="channel dim"><img style="height:1em" src="/img/icon.svg" /></a>
</div>
<a href="/about">About</a>
<a href="/features/">Features</a>
<a href="/apps">Apps</a>
<nav class="dropdown-nav">
<ul>
<li class="has-submenu"><a>Resources <img class="ic-18dp" src="https://cdn.writeas.net/img/[email protected]" /></a>
<ul>
<li><a href="https://blog.writefreely.org" tabindex="-1">Blog</a></li>
<li><a href="/docs" tabindex="-1">Documentation</a></li>
<li><a href="https://github.com/writefreely/writefreely">Source Code</a></li>
<li><a href="https://discuss.write.as/c/writefreely" tabindex="-1">Forum</a></li>
<li><a href="/contribute" tabindex="-1">Contributing</a></li>
<li><a href="/support" tabindex="-1">Help</a></li>
<li><a href="/services/hosting" tabindex="-1">Hosting</a></li>
<li><a href="/partners" tabindex="-1">Partners</a></li>
</ul>
</li>
</ul>
</nav>
<a href="/start">Install</a>
</nav> -->
<div id="official-writing" style="text-align: center">
<div id="overlay"></div>
<div class="heading" style="margin-bottom: 3em">
<h1 style="font-size: 3em; margin-bottom: -0.2em;"><img src="icon.png" alt="" style="margin-bottom: 5px;" /><br>Simple Wall Script</h1>
<div style="text-align: center;max-width: 40em;margin: 0 auto;">
<p style="font-size: 1.5em">Multi instance Minecraft wall for finding speedrun seeds.</p>
<p style="margin-top: 2rem;font-size: 1.2em">
<a class="btn cta" href="https://github.com/Jesper-Hustad/SimpleWallScript/releases/download/v1.1.0/SimpleWallScript.exe">Download v1.1.0</a>
<a class="btn cta secondary" style="margin-left:0.5em;" href="https://github.com/Jesper-Hustad/SimpleWallScript/releases/latest">Latest Releases</a>
</p>
<!-- <p style="margin-top: 1rem;font-size: 1.2em"><a class="btn cta secondary" href="/instances">Join a Community</a></p> -->
</div>
</div>
<br><br>
<div class="content-container snug writing" style="margin-bottom: 1em">
<img class="screens" src="gui.jpg" alt="" />
</div>
<!-- <section class="features" style="margin-top: 0">
<div class="feature">
<h3>Made for Writing</h3>
<p>Our fast, auto-saving editor is all you need to quickly get your thoughts down and published to your blog.</p>
</div>
<div class="feature">
<h3>Light & Easy to Install</h3>
<p>WriteFreely sets your ideas and your server's resources free. Just run the binary to start your site up.</p>
</div>
<div class="feature">
<h3>Build a Community</h3>
<p><a href="/features/community-building">Host your own community</a> of writers. Interact with the decentralized social web via ActivityPub.</p>
</div>
<div class="feature">
<h3>Mature & Stable</h3>
<p>WriteFreely has spent the past six years reliably powering more than 150,000 blogs on <a href="https://write.as">Write.as</a>.</p>
</div>
</section> -->
<div class="content-container snug writing" style="text-align:left">
<h2>Features</h2>
<p>
<!-- <ul> -->
<b>– Select HotKey:</b> Sets window under cursor as fullscreen<br>
<b>– Refresh HotKey:</b> New world for all instances<br>
<b>– Column and rows:</b> Select custom wall setups<br>
<!-- </ul> -->
</p>
<h2>Getting Started</h2>
<p>Run multiple instances of Minecraft with <a href="https://multimc.org/">MultiMC</a>. For automatic resetting <a href="https://github.com/VoidXWalker/Atum/">Atum mod</a> is required. Recommend watching <a href="https://www.youtube.com/watch?v=VL8Syekw4Q">how to Setup Minecraft Speedrunning</a> by k4yfour for a detailed mod installation guide.
<br><br> After installing run SimpleWallScript.exe. WindowsDefender window will display a warning, click "More Info" and "Run Anyway" to start SimpleWall Script.
<!-- Download no news feed, notifications, or unnecessary <em>likes</em> or <em>claps</em> to take you away from your train of thought. You get a <a href="https://write.as/new" target="editor">distraction-free writing environment</a>, and readers can enjoy a <a href="https://blog.writefreely.org/" target="reading">clean reading experience</a>. -->
</p>
<h2>Alternative to .exe</h2>
<p>
Download <a href="https://www.autohotkey.com/">AutoHotKey</a> and run the .ahk version instead. This is the same program that the .exe is compiled from. The GitHub source code is also available.
</p>
<!-- <h2>Easy on the eyes (and your server)</h2>
<p>
WriteFreely is written in Go (golang), so it runs anywhere and takes up very few resources — you can even run it on a Raspberry Pi! Installation is as easy as downloading a binary and a few supporting files, no other dependencies required.
</p> -->
<p style="text-align: center;margin-top: 3em;">
<a class="btn cta secondary " style="margin-left:1em; " href="https://github.com/Jesper-Hustad/SimpleWallScript/releases/download/v1.1.0/SimpleWallScript.ahk">.ahk v1.1.0</a>
<a class="btn cta" style="margin-left:1em;" href="https://github.com/Jesper-Hustad/SimpleWallScript">GitHub Page</a>
<a class="btn cta secondary" style="margin-left:1em;" href="https://github.com/Jesper-Hustad/SimpleWallScript/releases/download/v1.1.0/SimpleWallScript.exe">.exe v1.1.0</a>
</p>
</div>
<!-- <div class="content-container snug writing ">
<h2>See what others are building</h2>
<p>WriteFreely powers tens of thousands of individual blogs, and hundreds of communities.</p>
<p>See what's been<br /> <a href="/createdwith " style="font-size: 1.4em ">Created with WriteFreely</a></p>
</div> -->
</div>
<!-- <div id="modal-demo " class="modal ">
</div> -->
<footer class="contain-me ">
<!-- <hr /> -->
<div class="marketing-section ">
<div class="clearfix blurbs ">
<!-- <div class="fourth ">
<h3><a class="home " style="font-style:italic;font-weight:normal " href="/ ">write freely</a></h3>
<ul>
<li><a href="/about ">about</a></li>
<li><a href="https://blog.writefreely.org ">blog</a></li>
<li><a href="/support ">support</a></li>
<li><a href="/services/hosting ">hosting</a></li>
<li><a href="/apps ">apps</a></li>
<li style="padding-top: 1em; "><a class="github-button " href="https://github.com/writefreely/writefreely " data-icon="octicon-star " data-show-count="true " aria-label="Star writefreely/writefreely on GitHub ">Star</a></li>
</ul>
</div> -->
<!-- <div class="fourth ">
<h3>community</h3>
<ul>
<li><a href="/instances ">join a community</a></li>
<li><a href="/createdwith ">created with wf</a></li>
<li><a href="https://discuss.write.as/c/writefreely ">forum</a></li>
<li><a href="https://fediverse.network/writefreely ">fediverse stats</a></li>
</ul>
</div>
<div class="fourth ">
<h3>developers</h3>
<ul>
<li><a href="/start ">get started</a></li>
<li><a href="https://github.com/writefreely/writefreely/releases/latest ">download</a></li>
<li><a href="https://github.com/writefreely/writefreely ">source code</a></li>
<li><a href="https://developers.write.as/ " title="Build on Write.as with our open developer API. ">api</a></li>
</ul>
</div>
<div class="fourth ">
<h3>company</h3>
<ul>
<li><a href="https://write.as/about ">write.as</a></li>
<li><a href="https://write.as/principles ">principles</a></li>
<li><a href="https://write.as/matt/ ">matt</a></li>
<li class="icons ">
<a href="https://writing.exchange/@write_as " rel="me "><img src="https://cdn.writeas.net/img/mastodon.svg " alt="@write_as on Writing Exchange / Mastodon " /></a>
<a href="https://twitter.com/writeas__ " rel="me "><img src="https://cdn.writeas.net/img/twitter.svg " alt="@writeas__ on Twitter " /></a>
</li>
</ul>
</div> -->
</div>
</div>
</footer>
<!-- Counts visitors -->
<script data-goatcounter="https://jesper-hustad.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
<!-- <script src="https://writeas.scdn4.secure.raxcdn.com/js/h.js "></script>
<script>
function showDemo() {
showModal('demo');
}
function showModal(id) {
var $modal = document.getElementById('modal-' + id);
$modal.innerHTML = '<iframe width="560 " height="315 " sandbox="allow-same-origin allow-scripts " src="https://video.writeas.org/videos/embed/cc55e615-d204-417c-9575-7b57674cc6f3?autoplay=true " frameborder="0 " allowfullscreen></iframe>';
document.getElementById('overlay').style.display = 'block';
$modal.style.display = 'block';
try {
_paq.push(['trackEvent', 'Videos', 'demo', 'view']);
} catch (e) {}
}
H.getEl('overlay').on('click', function(e) {
e.preventDefault();
document.getElementById('overlay').style.display = 'none';
var modals = document.querySelectorAll('.modal');
for (var i = 0; i < modals.length; i++) {
modals[i].innerHTML = '';
modals[i].style.display = 'none';
}
});
</script> -->
<!-- <script type="text/javascript " src="https://cdn.writeas.net/js/menu.js "></script>
<noscript><p><img src="//analytics.write.as/piwik.php?idsite=12 " style="border:0; " alt=" " /></p></noscript>
<script type="text/javascript ">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['enableHeartBeatTimer']);
(function() {
var u = "//analytics.write.as/ ";
_paq.push(['setTrackerUrl', u + 'piwik.php']);
_paq.push(['setSiteId', '12']);
var d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript';
g.async = true;
g.defer = true;
g.src = u + 'piwik.js';
s.parentNode.insertBefore(g, s);
})();
try {
WebFontConfig = {
custom: {
families: ['Lora:400,700:latin', 'Open+Sans:400,700:latin'],
urls: ['https://cdn.writeas.net/css/fonts.css']
}
};
(function() {
var wf = document.createElement('script');
wf.src = 'https://cdn.writeas.net/js/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
} catch (e) {}
</script> -->
</body>
</html>