UNPKG

12.7 kBHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
8 <meta name="author" content="Steve Slevinski">
9 <link rel="canonical" href="https://www.sutton-signwriting.io/subdomains/">
10 <link rel="shortcut icon" href="../img/favicon.ico">
11 <title>Subdomains - Sutton SignWriting</title>
12<!--
13 <script type="module" src="https://unpkg.com/@sutton-signwriting/sgnw-components@0.10.0/dist/sgnw-components/sgnw-components.esm.js"></script>
14 <link type="text/css" rel="stylesheet" href="https://unpkg.com/@sutton-signwriting/sgnw-components@0.10.0/dist/sgnw-components/sgnw-components.css"/>
15-->
16 <style>html {scroll-behavior: smooth;}</style>
17
18 <link href="../css/bootstrap-custom.min.css" rel="stylesheet">
19 <link href="../css/font-awesome.min.css" rel="stylesheet">
20 <link href="../css/base.css" rel="stylesheet">
21 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
22 <link href="../css/extra.css" rel="stylesheet">
23
24 <script src="../js/jquery-1.10.2.min.js" defer></script>
25 <script src="../js/bootstrap-3.0.3.min.js" defer></script>
26 <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
27 <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/yaml.min.js"></script>
28 <script>hljs.initHighlightingOnLoad();</script>
29 </head>
30
31 <body>
32
33 <div class="navbar navbar-default navbar-fixed-top" role="navigation">
34 <div class="container">
35
36 <!-- Collapsed navigation -->
37 <div class="navbar-header">
38 <!-- Expander button -->
39 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
40 <span class="sr-only">Toggle navigation</span>
41 <span class="icon-bar"></span>
42 <span class="icon-bar"></span>
43 <span class="icon-bar"></span>
44 </button>
45 <a class="navbar-brand" href="..">Sutton SignWriting</a>
46 </div>
47
48 <!-- Expanded navigation -->
49 <div class="navbar-collapse collapse">
50 <!-- Main navigation -->
51 <ul class="nav navbar-nav">
52 <li >
53 <a href="..">Home</a>
54 </li>
55 <li class="active">
56 <a href="./">Subdomains</a>
57 </li>
58 <li >
59 <a href="../sponsors/">Sponsors</a>
60 </li>
61 </ul>
62
63 <ul class="nav navbar-nav navbar-right">
64 <li>
65 <a href="#" data-toggle="modal" data-target="#mkdocs_search_modal">
66 <i class="fa fa-search"></i> Search
67 </a>
68 </li>
69 <li >
70 <a rel="next" href="..">
71 <i class="fa fa-arrow-left"></i> Previous
72 </a>
73 </li>
74 <li >
75 <a rel="prev" href="../sponsors/">
76 Next <i class="fa fa-arrow-right"></i>
77 </a>
78 </li>
79 <li>
80 <a href="https://github.com/sutton-signwriting/"><i class="fa fa-github"></i> GitHub</a>
81 </li>
82 </ul>
83 </div>
84 </div>
85 </div>
86
87 <div class="container">
88 <div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
89 <ul class="nav bs-sidenav">
90 <li class="main active"><a href="#subdomains">Subdomains</a></li>
91 <li><a href="#apex-domain">Apex Domain</a></li>
92 <li><a href="#www">www</a></li>
93 <li><a href="#token">token</a></li>
94 <li><a href="#cloud">cloud</a></li>
95 <li><a href="#archive">archive</a></li>
96 <li><a href="#legacy">legacy</a></li>
97 </ul>
98</div></div>
99 <div class="col-md-9" role="main">
100
101<h1 id="subdomains">Subdomains<a class="headerlink" href="#subdomains" title="Permanent link"></a></h1>
102<p><div>
103<a href="https://sutton-signwriting.io/" disabled class="btn btn-primary disabled" role="button">Apex Domain</a>
104<a href="https://www.sutton-signwriting.io/" class="btn btn-primary" role="button">www</a>
105<a href="https://token.sutton-signwriting.io/" disabled class="btn btn-primary disabled" role="button">token</a>
106<a href="https://cloud.sutton-signwriting.io/" disabled class="btn btn-primary disabled" role="button">cloud</a>
107<a href="https://archive.sutton-signwriting.io/" disabled class="btn btn-primary disabled" role="button">archive</a>
108<a href="https://legacy.sutton-signwriting.io/" disabled class="btn btn-primary disabled" role="button">legacy</a>
109</div></p>
110<table>
111<thead>
112<tr>
113<th align="left">Subdomain</th>
114<th align="left">Purpose</th>
115<th align="left">Status</th>
116</tr>
117</thead>
118<tbody>
119<tr>
120<td align="left"></td>
121<td align="left">Apex Domain</td>
122<td align="left">Not configured</td>
123</tr>
124<tr>
125<td align="left">www</td>
126<td align="left">Static Information</td>
127<td align="left">Live using github pages</td>
128</tr>
129<tr>
130<td align="left">token</td>
131<td align="left">Authentication</td>
132<td align="left">Under Development</td>
133</tr>
134<tr>
135<td align="left">cloud</td>
136<td align="left">Data Services</td>
137<td align="left">Under Development</td>
138</tr>
139<tr>
140<td align="left">archive</td>
141<td align="left">Data Archives</td>
142<td align="left">Under Development</td>
143</tr>
144<tr>
145<td align="left">legacy</td>
146<td align="left">Historical Source</td>
147<td align="left">Under Development</td>
148</tr>
149</tbody>
150</table>
151<h2 id="apex-domain">Apex Domain<a class="headerlink" href="#apex-domain" title="Permanent link"></a></h2>
152<p>The Apex Domain of Sutton-SignWriting.io is not available yet.
153The DNS entry points to the Sutton SignWriting flagship server.
154The server configuration needs a definition, redirect, and security certificates.</p>
155<ul>
156<li><a href="https://sutton-signwriting.io">https://sutton-signwriting.io</a> </li>
157</ul>
158<h2 id="www">www<a class="headerlink" href="#www" title="Permanent link"></a></h2>
159<p>The www subdomain of Sutton-SignWriting.io is live on GitHub pages.
160This subdomain hosts the main documentation for Sutton SignWriting along with various project sites.</p>
161<ul>
162<li><a href="https://www.sutton-signwriting.io">https://www.sutton-signwriting.io</a></li>
163<li><a href="https://www.sutton-signwriting.io/core">https://www.sutton-signwriting.io/core</a></li>
164<li><a href="https://www.sutton-signwriting.io/font-db">https://www.sutton-signwriting.io/font-db</a></li>
165<li><a href="https://www.sutton-signwriting.io/font-ttf">https://www.sutton-signwriting.io/font-ttf</a></li>
166<li><a href="https://www.sutton-signwriting.io/sgnw-components">https://www.sutton-signwriting.io/sgnw-components</a></li>
167<li><a href="https://www.sutton-signwriting.io/signmaker">https://www.sutton-signwriting.io/signmaker</a></li>
168</ul>
169<h2 id="token">token<a class="headerlink" href="#token" title="Permanent link"></a></h2>
170<p>The token subdomain is used to provision and validate Json Web Tokens for Sutton SignWriting authentication.
171JWT is used to validate access to routes using header authentication and URI.
172Use "jti" to pass via URL query parameter.</p>
173<ul>
174<li><a href="https://jwt.io">https://jwt.io</a></li>
175<li><a href="https://datatracker.ietf.org/doc/html/rfc7519">RFC 7519</a></li>
176</ul>
177<h2 id="cloud">cloud<a class="headerlink" href="#cloud" title="Permanent link"></a></h2>
178<p>The cloud subdomain is under active development.
179The cloud will collect and organize writing by country, language, and channel.</p>
180<p>The source code is on GitHub.</p>
181<ul>
182<li><a href="https://github.com/sutton-signwriting/cloud-maker">https://github.com/sutton-signwriting/cloud-maker</a></li>
183</ul>
184<h2 id="archive">archive<a class="headerlink" href="#archive" title="Permanent link"></a></h2>
185<p>The archive subdomain will be used to host large datasets by group and project.</p>
186<p>Project data will be divided between:</p>
187<ul>
188<li>rawdata - starting point</li>
189<li>sourcedata - nicely formatted TSV and JSON data</li>
190<li>derivatives - useful prebuilt by pipeline</li>
191</ul>
192<h2 id="legacy">legacy<a class="headerlink" href="#legacy" title="Permanent link"></a></h2>
193<p>The legacy subdomain will be used to host historical websites and documents.</p></div>
194 </div>
195
196 <footer class="col-md-12">
197 <hr>
198 <p>Copyright &copy; 2022 <a href="https://steveslevinski.me">Steve Slevinski</a>.<br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br /><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></p>
199 <p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
200 </footer>
201 <script>
202 var base_url = "..",
203 shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
204 </script>
205 <script src="../js/base.js" defer></script>
206 <script src="../search/main.js" defer></script>
207
208 <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
209 <div class="modal-dialog">
210 <div class="modal-content">
211 <div class="modal-header">
212 <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
213 <h4 class="modal-title" id="exampleModalLabel">Search</h4>
214 </div>
215 <div class="modal-body">
216 <p>
217 From here you can search these documents. Enter
218 your search terms below.
219 </p>
220 <form role="form">
221 <div class="form-group">
222 <input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
223 </div>
224 </form>
225 <div id="mkdocs-search-results"></div>
226 </div>
227 <div class="modal-footer">
228 </div>
229 </div>
230 </div>
231</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="Keyboard Shortcuts Modal" aria-hidden="true">
232 <div class="modal-dialog">
233 <div class="modal-content">
234 <div class="modal-header">
235 <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
236 <h4 class="modal-title" id="exampleModalLabel">Keyboard Shortcuts</h4>
237 </div>
238 <div class="modal-body">
239 <table class="table">
240 <thead>
241 <tr>
242 <th style="width: 20%;">Keys</th>
243 <th>Action</th>
244 </tr>
245 </thead>
246 <tbody>
247 <tr>
248 <td class="help shortcut"><kbd>?</kbd></td>
249 <td>Open this help</td>
250 </tr>
251 <tr>
252 <td class="next shortcut"><kbd>n</kbd></td>
253 <td>Next page</td>
254 </tr>
255 <tr>
256 <td class="prev shortcut"><kbd>p</kbd></td>
257 <td>Previous page</td>
258 </tr>
259 <tr>
260 <td class="search shortcut"><kbd>s</kbd></td>
261 <td>Search</td>
262 </tr>
263 </tbody>
264 </table>
265 </div>
266 <div class="modal-footer">
267 </div>
268 </div>
269 </div>
270</div>
271
272 </body>
273</html>