-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
312 lines (293 loc) · 6.57 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
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Oils</title>
<meta name="twitter:title" content="Oils">
<meta name="twitter:site" content="oils.pub">
<meta name="twitter:creator" content="@oilsforunix">
<meta name="twitter:card" content="summary">
<link rel="stylesheet" type="text/css" href="/css/blog-bundle-v6.css" />
<script type="text/javascript" src="/js/bundle-v2.js"></script>
<!-- INSERT LATCH JS -->
</head>
<body onload="" class="width40">
<!-- INSERT LATCH HTML -->
<h1>Oils</h1>
<style>
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.lang-name {
font-size: xx-large;
}
.lang-desc {
text-align: center;
}
.osh-cell {
background-color: rgb(90% 90% 95%);
width: 100%;
/*padding: 0.5em;*/
/* border-right: solid black 1px; */
padding-top: 1em;
padding-bottom: 1em;
}
.ysh-cell {
background-color: rgb(90% 95% 90%);
width: 100%;
/*padding: 0.5em;*/
padding-top: 1em;
padding-bottom: 1em;
}
.code-snippet {
font-family: monospace;
white-space: pre;
text-align: left;
}
.pp {
color: darkgreen;
}
.two-shells {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 100%;
margin: 0 auto;
}
.one-shell {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
width: 45%; /* Allows two items per row on wider screens */
}
@media (max-width: 600px) {
.two-shells {
flex-direction: column;
align-items: center;
}
.one-shell {
width: 100%;
}
}
#why-sponsor {
font-size: x-large;
text-align: center;
}
</style>
<div style="text-align: center">
<p>Our upgrade path from <a href="/cross-ref.html?tag=bash#bash">bash</a> to a better language and runtime.</p>
</div>
<div class="two-shells">
<div class="one-shell">
<div class="osh-cell">
<div class="shell-name">
<span class="lang-name"><a href="cross-ref.html#OSH">OSH</a></span>
</div>
<div class="lang-desc">runs your existing shell scripts <br/> </div>
</div>
<div class="code-snippet">
echo "hello $oops"
^~~~~
fatal: Undefined variable 'oops'
</div>
</div>
<div class="one-shell">
<div class="ysh-cell">
<div class="shell-name">
<span class="lang-name"><a href="cross-ref.html#YSH">YSH</a></span>
</div>
<div class="lang-desc">is for Python and JavaScript users who avoid shell!</div>
</div>
<div class="code-snippet">
<b>ysh$</b> json read < x.json
<b>ysh$</b> = _reply
<span class="pp">(Dict)</span> {shell: "ysh", fun: true}
</div>
</div>
</div>
<p> </p>
<style>
.left-label {
font-size: x-large;
width: 25%;
text-align: center;
}
.linked-label {
background-color: #eee;
}
#link-table {
width: 90%;
margin: 0 auto;
}
#link-table td {
padding-left: 0.5em;
padding-right: 0.5em;
vertical-align: top;
/* same color as <hr/> */
border-top: solid #bbb 1px;
/* border-top: solid black 1px; */
}
</style>
<table id=link-table cellpadding=0 cellspacing=0>
<tr>
<td class="left-label linked-label">
<p><a href="/release/0.26.0/">Latest Release</a>
</p>
</td>
<td>
<p>OSH and YSH live inside the same 2 MB <code>oils-for-unix</code> binary</p>
<p><a href="releases.html">All Releases</a> <a href="/release/latest/">/release/latest/</a><br/>
<a href="/release/0.26.0/doc/ref/"><strong>Oils Reference</strong></a>
<a href="https://github.com/oils-for-unix/oils/wiki/Where-To-Send-Feedback">Where To Send Feedback</a></p>
</td>
</tr>
<tr>
<td class="left-label linked-label">
<p><a href="blog/">Read the Blog</a>
</p>
</td>
<td>
<p>Get notified about new blog posts:</p>
<p>follow <a href="https://hachyderm.io/@oilsforunix">@oilsforunix on Mastodon</a><br/>
follow <a href="https://twitter.com/oilsforunix">@oilsforunix on Twitter</a><br/>
by <a href="https://www.reddit.com/r/oilsforunix/.rss">RSS via Reddit</a>
Visit <a href="https://old.reddit.com/r/oilsforunix/">/r/oilsforunix</a><br/></p>
<p><a href="//www.oilshell.org/blog/">Oils Blog 2016-2024</a>, at <code>oilshell.org</code></p>
</td>
</tr>
<tr>
<td class="left-label">
<p>Highlights
</p>
</td>
<td>
<p><a href="//www.oilshell.org/blog/2023/03/faq.html">Oils 2023 FAQ</a> <a href="//www.oilshell.org/blog/2021/01/why-a-new-shell.html">Why Create a New Unix Shell?</a><br/>
Posts Tagged #<a href="//www.oilshell.org/blog/tags.html#FAQ">FAQ</a> <a href="//www.oilshell.org/blog/2020/01/simplest-explanation.html">The Simplest Explanation</a></p>
<p><a href="release/latest/doc/ysh-tour.html"><strong>A Tour of YSH</strong></a>
<a href="release/latest/doc/idioms.html">YSH vs. Shell Idioms</a></p>
</td>
</tr>
<tr>
<td class="left-label">
<p>Repo
</p>
</td>
<td>
<p><a href="https://github.com/oils-for-unix/oils"><strong>oils-for-unix/oils</strong></a> on GitHub<br/>
<a href="//www.oilshell.org/blog/2023/03/roadmap.html">What We Can Use Help With</a><br/>
#<a href="https://oilshell.zulipchat.com/#narrow/stream/417617-help-wanted">help-wanted</a> suggests places to start changing the code</p>
<p>Build results are published to one of:<br/>
<a href="https://ci.oilshell.org/uuu/github-jobs/">ci.oilshell.org</a>
<a href="https://mb.oilshell.org/uuu/github-jobs/">mb.oilshell.org</a>
<a href="https://op.oilshell.org/uuu/github-jobs/">op.oilshell.org</a></p>
</td>
</tr>
<tr>
<td class="left-label">
<p>Discuss
</p>
</td>
<td>
<p>Zulip: <a href="https://oilshell.zulipchat.com/">oilshell.zulipchat.com</a></p>
<p>#<a href="https://oilshell.zulipchat.com/#narrow/stream/264891-oil-help">oil-help</a> is for users to ask questions. We welcome you!<br/>
#<a href="https://oilshell.zulipchat.com/#narrow/stream/325160-oil-discuss-public">oil-discuss-public</a> is for general discussion<br/>
#<a href="https://oilshell.zulipchat.com/#narrow/stream/121539-oil-dev">oil-dev</a> is for changing the code (please login)<br/></p>
</td>
</tr>
<tr>
<td class="left-label">
<p>More
</p>
</td>
<td>
<p>Topic <a href="cross-ref.html">Cross Reference</a></p>
<p><a href="http://andychu.net">My Home Page</a><br/>
e-mail: <code>andy at oilshell dot org</code> (talk to me about shells and programming
languages)</p>
</td>
</tr>
</table>
<hr />
<div style="font-style: italic; text-align: center;">
<p>Thank you to <a href="https://nlnet.nl">NLnet</a> for generous grants in 2022, 2023, and 2024!</p>
</div>
<p>
</p>
</body>
</html>