Skip to content

Commit 4715cd1

Browse files
authored
Update template and readme, bump tooling (#15)
On hold for next tooling bump, supersedes #14
1 parent cfc4efe commit 4715cd1

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# SMPTE _DOC NUMBER_ - _TITLE_
22

3-
_This repository is *public*._
3+
_This repository is *private*._
44

55
* [Latest version](https://doc.smpte-doc.org/${repository_name}/main/)
66
* [Latest version (all artifacts)](https://doc.smpte-doc.org/${repository_name}/main/pub-artifacts.html)
77

88
Please consult [CONTRIBUTING.md](./CONTRIBUTING.md), [CONFIDENTIALITY.md](./CONFIDENTIALITY.md), [LICENSE.md](./LICENSE.md) and
99
[PATENTS.md](./PATENTS.md) for important notices.
1010

11+
All published version(s) of this document can be found at <https://pub.smpte.org/doc/${repository_name}/>
12+
13+
1114
## Reporting issues
1215

1316
Issues should be reported at <https://github.com/SMPTE/${repository_name}/issues>.
1417

1518
## Project details
1619

20+
< description from AG-06 >
21+
22+
< and other useful information >

doc/main.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,30 @@
55
<meta http-equiv="x-ua-compatible" content="ie=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<script type="module" src="../tooling/smpte.js"></script>
8+
9+
810
<meta itemprop="pubType" content="ST" />
9-
<meta itemprop="pubNumber" content="999" />
10-
<!-- <meta itemprop="pubPart" content="99" /> -->
11+
<meta itemprop="pubNumber" content="100" />
12+
<meta itemprop="pubPart" content="10" />
1113
<meta itemprop="pubState" content="draft" />
1214
<meta itemprop="pubStage" content="WD" />
13-
<meta itemprop="pubTC" content="27C" />
14-
<meta itemprop="pubDateTime" content="2024-01-01" />
15+
<meta itemprop="pubConfidential" content="yes" />
16+
<meta itemprop="pubTC" content="XX" />
17+
<meta itemprop="pubSuiteTitle" content="HTML Pub Tooling" />
18+
<meta itemprop="pubDateTime" content="2024-09-30" />
1519
<!-- <meta itemprop="pubRevisionOf" content="SMPTE ST XXXX-Y:ZZZZ" /> -->
16-
<!-- <meta itemprop="pubSuiteTitle" content="Sample Document" /> -->
17-
<title>Title of the document</title>
20+
21+
<title>Template</title>
1822
</head>
1923
<body>
2024

2125
<section id="sec-foreword">
2226
<!-- Remove section if this is the first edition of the document -->
23-
<p>List of changes from the previous edition</p>
27+
<p>The following summarizes the changes from the previous edition of this document:</p>
28+
<ul>
29+
<li>external references are updated to their latest versions;</li>
30+
<li>references are updated to their latest versions.</li>
31+
</ul>
2432
</section>
2533

2634
<section id="sec-introduction">
@@ -32,6 +40,8 @@
3240
<p>This is the scope.</p>
3341
</section>
3442

43+
44+
3545
<section id="sec-normative-references">
3646
<!-- Remove section if there are no normative references -->
3747
<ul>

0 commit comments

Comments
 (0)