This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
starter.html
389 lines (389 loc) · 17.1 KB
/
starter.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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Lightweight Machine to Machine Technical Specification</title>
<meta charset="utf-8">
<script src="../builds/respec-oma-common.js" class='remove'></script>
<script class="remove">
var respecConfig = {
// for editor use
wg: "LwM2M",
docType: "BASE", // options are BASE, RD, AD, TS, SUP, ETS, ORG
subtitle: "LwM2M Specification",
shortName: "LightweightM2M",
version: "1.0.2",
otherLinks: [{
key: "Other Link",
data: [{
value: "Link Name",
href: "#location"
}]
}],
// editors defaults to the OMA one. Edit the oma-headers.js to change the values for this.
// editors: [{
// name: "Editor Name",
// url: "http://example.com/",
// company: "Editor Company",
// companyURL: "http://example.org/",
// mailto: "[email protected]",
// note: "editor note"
// }],
// authors: [{
// name: "Author Name",
// url: "http://example.com/",
// company: "Author Company",
// companyURL: "http://example.org/",
// mailto: "[email protected]",
// note: "author note"
// }],
interactiveLinks: [{
name: "Discussion",
description: "stackoverflow / LwM2M",
uri: "http://example.com/",
},{
name: "Bug Tracker",
description: "github issues",
uri: "http://example2.com/",
},{
name: "Developer Toolkit",
description: "wiki",
uri: "https://wiki.openmobilealliance.org/",
}],
// for staff only
specStatus: "APPROVED", // options are DRAFT, CANDIDATE, APPROVED, HISTORIC (Case sensitive)
publishDate: "2018-02-09",
logos: [{
src: "http://www.openmobilealliance.org/wp/Images/oma_logo.jpg",
url: "http://openmobilealliance.org",
alt: "Open Mobile Alliance"
}],
// n.b. The W3C option for copyrightStart isn't the proper way to mark copyright. Just publish date is sufficient. Added dates can be significant revision dates, but shouldn't be a date range.
overrideCopyright: {
copyrightURL: "http://openmobilealliance.org/about-oma/policies-and-terms-of-use/intellectual-property-rights/",
copyrightOrganisationName: "Open Mobile Alliance Ltd.",
copyrightOrganisationURL: "http://openmobilealliance.org"
},
// legalDisclaimer can be set as below. If not set, it will default to the OMA disclaimer text. This can be changed in /src/oma/legal.js
legalDisclaimer: "<p class='copyright'> \
Redistribution and use in source and binary forms, with or without \
modification, are permitted provided that the following conditions \
are met: \
<\/p> \
<p class='copyright'> \
1. Redistributions of source code must retain the above copyright \
notice, this list of conditions and the following disclaimer.<br/> \
2. Redistributions in binary form must reproduce the above copyright \
notice, this list of conditions and the following disclaimer in the \
documentation and/or other materials provided with the distribution.<br/> \
3. Neither the name of the copyright holder nor the names of its \
contributors may be used to endorse or promote products derived \
from this software without specific prior written permission. \
<\/p> \
<p class='copyright'> \
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \
\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT \
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS \
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE \
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, \
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, \
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; \
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER \
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT \
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN \
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE \
POSSIBILITY OF SUCH DAMAGE. \
<\/p> \
<p class='copyright'> \
The above license is used as a license under copyright only. Please \
reference the OMA IPR Policy for patent licensing terms: \
http://www.openmobilealliance.org/ipr.html \
<\/p>",
organisationName: "OMA",
organisationURL: "http://www.openmobilealliance.org",
publishSpace: "FTP",
gaCode: "UA-45569294-3"
};
</script>
</head>
<body>
<section>
<h2>Referencing respecConfig attributes</h2>
<p>Current year: <script>document.write(new Date().getFullYear());</script></p>
<p>Working Group: <script>document.write(respecConfig.wg);</script></p>
<p>Publish Date: <script>document.write(respecConfig.publishDate);</script></p>
</section>
<section>
<h2>Legal Disclaimer in the markdown</h2>
<p class='copyright'>
<a href="#" onclick="window.location.href = respecConfig.overrideCopyright.copyrightURL;return false;">Copyright</a> ©
<script>if(respecConfig.copyrightStart) document.write(respecConfig.copyrightStart + '-');</script><script>document.write(new Date(respecConfig.publishDate).getFullYear());</script>
<a href="#" onclick="window.location.href = respecConfig.overrideCopyright.copyrightOrganisationURL;return false;">
<script>document.write(respecConfig.overrideCopyright.copyrightOrganisationName);</script>
</a> All rights reserved.
</p>
<p class='copyright'>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
</p>
<p class='copyright'>
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer. <br/>
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution. <br/>
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission. <br/>
</p>
<p class='copyright'>
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
</p>
<p class='copyright'>
The above license is used as a license under copyright only. Please
reference the OMA IPR Policy for patent licensing terms:
http://www.openmobilealliance.org/ipr.html
</p>
</section>
<section id="toc"></section>
<section id="tof"></section>
<section id="tot"></section>
<p> </p>
<section>
<h2>Scope</h2>
<p>Text goes here.</p>
<pre class="example"><<Define as it relates to Open Mobile Alliance Activity. If it adds clarity, define what is <u>not</u> in the scope. <strong>DELETE THIS TEXT BOX</strong>>></pre>
</section>
<section>
<h2>Terminology and Conventions</h2>
<section>
<h2>Conventions</h2>
<p>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in [RFC2119].</p>
<p>All sections and appendixes, except “Scope” and “Introduction”, are normative, unless they are explicitly indicated to be informative.</p>
<pre class="example"><<If needed, describe or declare using appropriate normative references the additional conventions that are used. DELETE THIS TEXT BOX.>></pre>
</section>
<section>
<h2>Definitions</h2>
<pre class="example"><< Add definitions in new rows of the following table as needed. The following examples show how dictionary references should be mae as well as locally terms. This table <br>should be maintained in sorted alphabetic order based on the lablels of the terms.<br><br>Examples:<br> Entity Use definition #1 from [OMADICT]<br> Interactive Service Use definition from [OMADICT]<br> Local Term The definition description would be presented directly<br><br><strong>DELETE THIS TEXT BOX</strong>>></pre>
</section>
<section>
<h2>Abbreviations</h2>
<pre class="example"><<Add abbreviations as needed to the following table. No special notation should be made regarding terms copied from the Dictionary. <br>This table should be maintained in alphabetic order.<br><br><strong>DELETE THIS TEXT BOX</strong>>> </pre>
</section>
</section>
<section>
<h2>Introduction</h2>
<p>Text goes here.</p>
<pre class="example"><<From a market perspective... <br> - What can you do with this specification?<br> - What problem does this solve?<br> - How can this specification be applied?<br> - Consider the target audience and provide deployment examples as possible<br><br><strong>DELETE THIS TEXT BOX</strong>>></pre>
<section>
<h2>Version 1.0</h2>
<p>Text goes here.</p>
<pre class="example"><<This section provides a high level, concise and informative description of the <strong>main functionality</strong> supported in the initial version of the specification. <br>The description should be brief, target length should be a few paragraphs. When the enabler or reference release is finished, this description should be aligned <br>with the final functionality.<br><br><strong>DELETE THIS TEXT BOX</strong>>></pre>
</section>
<section>
<h2>Version x.y</h2>
<p>Text goes here.</p>
<pre class="example">This section should be included for each new major or minor version of the specification.<br><br>It should provide a high level, concise and informative description of the <strong>new or modified functionality </strong>introduced in this version of the specification, <br>compared to the previous version. The description should be brief, target length should be a few paragraphs. <br>When the enabler or reference release is finished, this description should be aligned with the final functionality differences.<br><br><strong>DELETE THIS TEXT BOX</strong>>></pre>
</section>
<section>
<h2>Version x.y.z</h2>
<p>Text goes here.</p>
<pre class="example">This section should be included for each new service release of the specification. <br>It should describe at a high level the main changes made to the specification compared to the previous version. <br>The description should be brief, target length should be one paragraph.<br><br><strong>DELETE THIS TEXT BOX</strong>>></pre>
</section>
</section>
<section>
<h2>Sections As Needed</h2>
<p>Text goes here.</p>
<section>
<h2>Example Level 2</h2>
<p>Text goes here.<br>
</p>
<section>
<h2>Example Level 3</h2>
<p>Text goes here.<br>
</p>
<section>
<h2>Example Level 4</h2>
<p>Text goes here.<br>
</p>
<figure id="f-example-figure"><img src="https://www.omaspecworks.org/wp-content/uploads/2018/02/logo-tagline2-1.png" alt="Example Figure" onerror="this.onerror = null; this.src = '/system/staging/OMA-Staff-sTraining-2017-0338-CR_sections_as_needed/images/Example_Graphic.png';" data-mce-src="undefined">
<figcaption>Example Figure</figcaption>
</figure>
<p> <br>
</p>
<table id="t-example-table" class="mce-item-table" width="563"><caption>Example Table</caption>
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1</td>
<td>Grid 1, 1 data</td>
<td>Grid 1, 2 data</td>
</tr>
<tr>
<td>Row 2</td>
<td>Grid 2, 1 data</td>
<td>Grid 2,2 data</td>
</tr>
</tbody>
</table>
<p> </p>
<table id="t-example-table" class="mce-item-table" width="563"><caption>Example Table 2</caption>
<thead>
<tr>
<td>Column 1</td>
<td>Column 2</td>
<td>Column 3</td>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1</td>
<td>Grid 1, 1 data</td>
<td>Grid 1, 2 data</td>
</tr>
<tr>
<td>Row 2</td>
<td>Grid 2, 1 data</td>
<td>Grid 2,2 data</td>
</tr>
</tbody>
</table>
</section>
</section>
</section>
</section>
<section>
<h2>Another Section</h2>
<p>Text goes here.</p>
<section>
<h2>Another Sub-section</h2>
<p>Text goes here.</p>
</section>
</section>
<section class="appendix">
<h2>Static Conformance Requirements (Normative)</h2>
<p>New Appendix</p>
<section>
<h2>SCR for XYZ Client</h2>
<p>Text goes here.</p>
<p> </p>
<table id="t-scr-for-xyz-client" class="mce-item-table" style="height: 182px;" width="996" data-mce-style="height: 182px;"><caption>SCR for XYZ Client</caption>
<thead>
<tr>
<th>Item</th>
<th>Function</th>
<th>Reference</th>
<th>Requirement</th>
</tr>
</thead>
<tbody>
<tr>
<td>XYZ-C-001-M</td>
<td>Something mandatory</td>
<td>Section x.y</td>
<td>(XYZ-C-004-O OR XYZ-C-003-M) AND XYZ-C-002-O</td>
</tr>
<tr>
<td>XYZ-C-002-O</td>
<td>Something optional</td>
<td>Section x.y</td>
<td><br>
</td>
</tr>
<tr>
<td>XYZ-C-003-M</td>
<td>Dependencies on ZYX</td>
<td>Section x.y</td>
<td>ZYX:MCF</td>
</tr>
<tr>
<td>XYZ-C-004-O</td>
<td>Dependencies on ZYX</td>
<td>Section x.y</td>
<td>ZYX:MCF</td>
</tr>
</tbody>
</table>
<p> <br>
</p>
</section>
<section>
<h2>SCR for XYZ Server</h2>
<p>Text goes here.</p>
<table id="t-scr-for-xyz-server" class="mce-item-table" style="height: 200px;" width="1001" data-mce-style="height: 200px;"><caption>SCR for XYZ Server</caption>
<thead>
<tr>
<th>Item</th>
<th>Function</th>
<th>Reference</th>
<th>Requirement</th>
</tr>
</thead>
<tbody>
<tr>
<td>XYZ-S-001-M</td>
<td>Something mandatory</td>
<td>Section x.y</td>
<td>(XYZ-S-004-O OR XYZ-S-003-M) AND XYZ-S-002-O</td>
</tr>
<tr>
<td>XYZ-S-002-O</td>
<td>Something optional</td>
<td>Section x.y</td>
<td><br>
</td>
</tr>
<tr>
<td>XYZ-S-003-M</td>
<td>Dependencies on ZYX</td>
<td>Section x.y</td>
<td>ZYX:MSF</td>
</tr>
<tr>
<td>XYZ-S-004-O</td>
<td>Dependencies on ZYX</td>
<td>Section x.y</td>
<td>ZYX:OSF</td>
</tr>
</tbody>
</table>
<p> <br>
</p>
</section>
<p> </p>
</section>
<section class="appendix">
<h2>Appendix Headers<br>
</h2>
<p>Text goes here.<br>
</p>
<section>
<h2>More Headers</h2>
<p>Text goes here.</p>
<section>
<h2>Even More Headers</h2>
<p>Text goes here.</p>
<p></p>
</section>
</section>
<p> <br>
</p>
</section>
</body>