blob: 52230af95f2c72bf2eb3d2781a49653044f397ff (
plain) (
blame)
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
|
<!doctype html>
<html lang="en">
<head>
<title>Office</title>
</head>
<body>
<h1>Office</h1>
<p>This website hosts <a href="https://git.sr.ht/~cxc/office"
rel="noreferrer,noopener" target="_blank">Office</a>, my fork of <a
href="https://github.com/zserge/awfice"
rel="noreferrer,noopener" target="_blank">Awfice</a>.</p>
<p>Office is a collection of tiny office suite apps:</p>
<ul>
<li>a word processor, a spreadsheet, a drawing app and a presentation
maker</li>
<li>each less than 1KB of plain JavaScript</li>
<li>each is literally just one line of code</li>
<li>packaged as data URLs, so you can use them right away, without
downloading or installing</li>
<li>you can also use them offline</li>
<li>but they can't store their state, so whatever you type there would be
lost on page refresh</li>
<li>the only way to save your job is to save a HTML or send it to the
printer/print to PDF.</li>
</ul>
<h2>Office Suite Apps:</h2>
<ul>
<li><a href="/text/">Text Editor</a></li>
<li><a href="/code/">Code Editor</a></li>
<li><a href="/spreadsheet/">Spreadsheet</a></li>
<li><a href="/calculator/">Calculator</a></li>
<li><a href="/slides/">Slide Deck</a></li>
<li><a href="/drawing/">Drawing</a></li>
</ul>
</body>
</html>
|