-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroadmap.xhtml
62 lines (56 loc) · 2.03 KB
/
roadmap.xhtml
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<title>Roadmap</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/epub.css" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="body" role="main">
<section id="roadmap">
<h1>Roadmap</h1>
<ul class="simple">
<li><p>[x] build initial file structure</p>
<ul>
<li><p>[x] <code class="docutils literal notranslate"><span class="pre">.epub</span></code></p></li>
<li><p>[x] <code class="docutils literal notranslate"><span class="pre">.whl</span></code></p></li>
</ul>
</li>
<li><p>[ ] validate with official</p>
<ul>
<li><p>[ ] <code class="docutils literal notranslate"><span class="pre">.epub</span></code></p></li>
<li><p>[ ] <code class="docutils literal notranslate"><span class="pre">.whl</span></code></p></li>
<li><p>[ ] publish</p>
<ul>
<li><p>[ ] GitHub Pages</p></li>
</ul>
</li>
</ul>
</li>
<li><p>[ ] self-hosting</p>
<ul>
<li><p>[ ] In Lite</p>
<ul>
<li><p>[ ] <code class="docutils literal notranslate"><span class="pre">http://localhost:8000</span></code></p></li>
<li><p>[ ] GitHub Pages</p></li>
</ul>
</li>
<li><p>[ ] fossil</p></li>
</ul>
</li>
</ul>
</section>
<div class="clearer"></div>
</div>
</div>
<div class="clearer"></div>
</div>
</body>
</html>