-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (186 loc) · 7.46 KB
/
index.html
File metadata and controls
233 lines (186 loc) · 7.46 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Appish - easy applications via a 1-line command</title>
<link
rel="stylesheet"
href="/css/pure.2.0.3.min.css"
/>
<link
rel="stylesheet"
href="/css/custom.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="manifest" href="/icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="pure-menu pure-menu-horizontal pure-hidden-mobile">
<a href="/"
class="pure-menu-heading pure-menu-link custom-site-logo">Appish</a>
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a href="#apps" class="pure-menu-link">Apps</a>
</li>
<li class="pure-menu-item">
<a href="#faq" class="pure-menu-link">FAQs</a>
</li>
<li class="pure-menu-item">
<a href="#contact" class="pure-menu-link">Contact</a>
</li>
</ul>
</div>
<div class="pure-g center">
<div class="pure-u-xl-4-24 pure-u-0-24">
</div>
<div class="pure-u-xl-16-24 pure-u-24-24">
<div>
<h1>Appish</h1>
</div>
<div class="custom-bordered big-bottom-margin center">
<p>Put your terminal to use with easy, powerful scripts!</p>
</div>
<div class="mobile-padding">
<p>Paste the following into your terminal to launch:</p>
<pre class="custom-code-sh">sh <(curl -sSl https://appi.sh/launch)</pre>
</div>
</div>
<div class="pure-u-xl-4-24 pure-u-0-24">
</div>
</div>
<div class="pure-g">
<div class="pure-u-1-1">
<div class="center big-top-margin">
<h2 id="apps">Example App</h2>
</div>
</div>
</div>
<div class="pure-g">
<div class="pure-u-0-8 pure-u-xl-1-8">
</div>
<div class="pure-u-1-1 pure-u-xl-3-8 custom-bordered">
<div class="custom-app-description">
<h3>Static site converter</h3>
<p>Deploy any dynamic website as static.</p>
<p>Point this at any WordPress or other type site and Appish will crawl the site,
replacing any URLs from the source to the destination.
</p>
<p>Save the static site as a zip archive or deploy live to AWS S3 or Netlify.</p>
<h4>Demo video</h4>
<a href="/appishdemo001.gif"><img src="/appishdemo001.gif" class="demo-video-hp" /></a>
</div>
</div>
<div class="pure-u-1-1 pure-u-xl-3-8 custom-bordered">
<pre class="custom-code-sh">
===============================
Appi.sh Static Site Converter
===============================
Website to convert:
http://localhost
New deployment URL:
https://example.com
Choose deployment option:
1) zip archive
2) AWS S3 Bucket
3) Netlify
1
Choose destination:
~/Downloads/my-static-site.zip
Converting site...
</pre>
</div>
<div class="pure-u-1-8">
</div>
</div>
<div class="pure-g">
<div class="pure-u-1-1">
<div class="center big-top-margin">
<h2 id="faq">FAQs</h2>
</div>
</div>
</div>
<div class="pure-g">
<div class="pure-u-0-1 pure-u-xl-6-24">
</div>
<div class="pure-u-1-1 pure-u-xl-12-24">
<ul class="faq">
<li class="question">
<span>Q.</span> Should I blindly trust running a script from the internet?
</li>
<li class="answer">
<span>A.</span> Of course not! That's why I open source all my code
<a href="https://github.com/appish">on GitHub</a>.
</li>
<li class="question">
<span>Q.</span> Can I download the scripts to run locally?
</li>
<li class="answer">
<span>A.</span> Absolutely! Open <a href="https://appi.sh/launch">appi.sh/launch</a>
in your browser, save the contents to your computer and run <i>sh launch</i>.
</li>
<li class="question">
<span>Q.</span> Why is this even a thing?
</li>
<li class="answer">
<span>A.</span> I love open source tools and core system utilities, but they can
be intimidating for newcomers. These scripts highlight how useful they can be and
hopefully spark some interest in users to look behind the curtain and write some of
their own powerful scripts!
</li>
</ul>
</div>
<div class="pure-u-0-1 pure-u-xl-6-24">
</div>
</div>
<div class="pure-g">
<div class="pure-u-1-1">
<div class="center big-top-margin">
<h2 id="contact">Contact</h2>
</div>
</div>
</div>
<div class="pure-g">
<div class="pure-u-0-1 pure-u-xl-6-24">
</div>
<div class="pure-u-0-1 pure-u-xl-12-24">
<form class="pure-form pure-form-stacked custom-contact-form" method="POST" action="https://usebasin.com/f/9d0d808367c6">
<fieldset>
<label for="email">Email</label>
<input name="email" type="email" id="email" placeholder="me@example.com" required />
<label for="message">Message</label>
<textarea name="message" id="message" placeholder="Hi, could you please add an app to do X, Y and Z?" required></textarea>
<button type="submit" class="pure-button pure-button-primary">Send</button>
</fieldset>
</form>
</div>
<div class="pure-u-0-1 pure-u-xl-6-24">
</div>
</div>
<div class="pure-g">
<div class="pure-u-1-1">
<div class="center big-top-margin custom-footer">
<p>Created by <a href="https://ljs.dev">Leon Stafford</a> and open
source <a href="https://github.com/appish">contributors</a>.
All content and scripts are in the public domain, under the <a href="https://unlicense.org">Unlicense</a>.
</p>
</div>
</div>
</div>
</body>
</html>