File tree Expand file tree Collapse file tree 5 files changed +1527
-1327
lines changed Expand file tree Collapse file tree 5 files changed +1527
-1327
lines changed Original file line number Diff line number Diff line change
1
+ tuf-spec.html
Original file line number Diff line number Diff line change
1
+ SHELL =/bin/bash -o pipefail
2
+ .PHONY : local
3
+
4
+ local : tuf-spec.md
5
+ bikeshed spec tuf-spec.md tuf-spec.html
Original file line number Diff line number Diff line change 30
30
31
31
SPEC_NAME = "tuf-spec.md"
32
32
33
- LAST_MODIFIED_PATTERN = "Last modified: **%d %B %Y** \n "
34
- LAST_MODIFIED_LINENO = 3
33
+ LAST_MODIFIED_PATTERN = "Date: %Y-%m-%d \n "
34
+ LAST_MODIFIED_LINENO = 6
35
35
36
- VERSION_PATTERN = r"^Version: \*\* (\d*)\.(\d*)\.(\d*)\*\* $"
37
- VERSION_LINENO = 5
36
+ VERSION_PATTERN = r"^Text Macro: VERSION (\d*)\.(\d*)\.(\d*)$"
37
+ VERSION_LINENO = 19
38
38
39
39
class SpecError (Exception ):
40
40
"""Common error message part. """
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>[TITLE]</title>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
+ <style data-fill-with="stylesheet">
8
+ </style>
9
+ </head>
10
+ <body class="h-entry">
11
+ <div class="head">
12
+ <p data-fill-with="logo"></p>
13
+ <h1 id="title" class="p-name no-ref">[TITLE]</h1>
14
+ <h2 id="subtitle" class="no-num no-toc no-ref"> Version: [VERSION] <br/>
15
+ Last modified: <time class="dt-updated" datetime="[ISODATE]">[DATE]</time></h2>
16
+ <div data-fill-with="spec-metadata"></div>
17
+ <div data-fill-with="warning"></div>
18
+ <p class='copyright' data-fill-with='copyright'></p>
19
+ <hr title="Separator for header">
20
+ </div>
21
+
22
+ <div data-fill-with="at-risk"></div>
23
+
24
+ <nav data-fill-with="table-of-contents" id="toc"></nav>
25
+ <main>
You can’t perform that action at this time.
0 commit comments