-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathbbf-metadata.yaml
187 lines (161 loc) · 4.56 KB
/
bbf-metadata.yaml
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
# pandoc BBF metadata file (YAML)
# XXX IMPORTANT! syntax errors seem to cause parsing to be aborted quietly!
# for example, %name% strings MUST be quoted; the defaults file parser
# has the same restriction but does report errors (so use it to check)
# XXX Also, I think that the parser returns 'null' as a string not as Lua nil?
# documents can override these
siteurl: 'index.html'
reponame: ''
repodesc: 'specification source'
title: '%shortname% -- %project%'
doctitle: '%bbfNumber% -- %bbfTitle%'
# XXX currently you have to use explicit []{.release} (can't use a variable)
subtitle: '%bbfIssue%: %bbfVersion% %bbfStatus% []{.release}'
author: []
date: '%bbfIssue% Date: %bbfMonth% %bbfYear%'
shortname: '%bbfNumber%'
project: '%bbfTitle%'
tagline: ''
description-meta: '%title%: %tagline%'
version: '%bbfNumber% %bbfIssue% %bbfVersion%'
status: '%BBFSTATUS%'
copydate: '%bbfYear%'
analyticstag: ''
# BBF document info; c.f. Word document properties
bbfNumber: WT-nnn
bbfTitle: TITLE
bbfIssue: Revision
bbfVersion: 00
bbfMonth: '%today.monthName%'
bbfYear: '%today.year%'
bbfType: Working Text
bbfStatus: Draft
bbfContrib: ''
# BBF Work Area and Project Stream names
bbfWorkArea: ''
bbfProjectStream: ''
# BBF test plan info
bbfCertProgram: '**\<BBF.NNN\>**'
bbfCertProductType: '**\<type of product\>**'
# additional BBF-specific metadata
titleid: title
# XXX this is from GitHub; it's blue/green? not appropriate?
theme-color: '#157878'
# additional pandoc metadata
title-prefix: BBF
# XXX comment this out for now (it's the default anyway) because we currently
# need the bbf.csl en-UK default to prevail (see bbf.csl for explanation)
#lang: en-US
# pandoc-crossref metadata
autoSectionLabels: true
numberSections: true
# XXX look into integrating this with --toc-level / toc-level
sectionsDepth: -1
titleDelim: ' --'
lofTitle: |
### List of Figures {.unnumbered .unlisted}
lolTitle: |
### List of Listings {.unnumbered .unlisted}
lotTitle: |
### List of Tables {.unnumbered .unlisted}
figPrefix:
- Figure
- Figures
secPrefix:
- Section
- Sections
tblPrefix:
- Table
- Tables
pairDelim: ' and '
lastDelim: ' and '
linkReferences: true
nameInLink: true
# pandoc-citeproc references
# XXX citation-style needs to be overridden on the command-line if it's
# not in the current directory or somewhere where pandoc-crossref looks
link-citations: true
reference-section-title: References
citation-style: bbf.csl
# BBF expand-div (lua filter) specs
# XXX should be able to delete all these now
bbfRevisionHistorySpec:
optional: true
before: |
### %bbfIssue% History {.unnumbered .unlisted .new-page}
headers:
- Issue Number!!!
- Approval Date!!!!
- Issue Editor!!!!!
- Changes!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
labels:
- number
- approval
- editors
- changes
after: |
Comments or questions about this Broadband Forum %bbfType% should be
directed to <[email protected]>.
bbfEditorsSpec:
optional: true
before: |
### Editors {.unnumbered .unlisted}
bbfWADsSpec:
optional: true
before: |
### %bbfWorkArea% Work Area Director(s) {.unnumbered .unlisted}
bbfPSLsSpec:
optional: true
before: |
### %bbfProjectStream% Project Stream Leader(s) {.unnumbered .unlisted}
# USP-specific div template specs (USP does its own thing)
uspRevisionHistorySpec:
optional: true
before: |
### %bbfIssue% History {.unnumbered .unlisted .new-page}
headers:
- Issue Number
- Changes!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
labels:
- number
- changes
after: |
Comments or questions about this Broadband Forum %bbfType% should be
directed to <[email protected]>.
uspEditorsSpec:
optional: true
before: |
### Editors {.unnumbered .unlisted}
headers:
- Name!!!!!!!!
- Company!!
- Email!!!!!!!!!
- Role!!!!!!!!!!!!!!!
uspWADsSpec:
optional: true
before: |
### %bbfWorkArea% Work Area Directors {.unnumbered .unlisted}
headers:
- Name!!!!!!!!
- Company!!
- Email!!!!!!!!!
- Role!!!!!!!!!!!!!!!
uspPSLsSpec:
optional: true
before: |
### %bbfProjectStream% Project Stream Leaders {.unnumbered .unlisted}
headers:
- Name!!!!!!!!
- Company!!
- Email!!!!!!!!!
- Role!!!!!!!!!!!!!!!
uspAcknowledgmentsSpec:
optional: true
before: |
### Acknowledgments {.unnumbered .unlisted}
The following individuals are being acknowledged for their efforts in the
testing and development of this specification.
headers:
- Name!!!!!!!!!!!!!!!!!!
- Company!!!!
- Email!!!!!!!!!!