Add categories to specs that didn't have them,

add Formats category
This commit is contained in:
zzz
2022-01-28 10:57:52 -05:00
parent bd06167ee3
commit 1a2580b5f8
10 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,7 @@
B32 for Encrypted Leasesets
===========================
.. meta::
:category: Design
:lastupdated: 2020-08
:accuratefor: 0.9.47

View File

@ -2,6 +2,7 @@
Blockfile and Hosts Database Specification
==========================================
.. meta::
:category: Formats
:lastupdated: 2020-09
:accuratefor: 0.9.47

View File

@ -2,6 +2,7 @@
Configuration File Specification
================================
.. meta::
:category: Formats
:lastupdated: March 2020
:accuratefor: 0.9.45

View File

@ -2,6 +2,7 @@
Access Filter Format Specification
==================================
.. meta::
:category: Formats
:lastupdated: April 2019
:accuratefor: 0.9.40

View File

@ -2,6 +2,7 @@
GeoIP File Specification
========================
.. meta::
:category: Formats
:lastupdated: December 2013
:accuratefor: 0.9.9

View File

@ -2,6 +2,7 @@
Plugin Specification
====================
.. meta::
:category: Design
:lastupdated: 2022-01
:accuratefor: 0.9.53

View File

@ -2,6 +2,7 @@
Red25519 Signature Scheme
=========================
.. meta::
:category: Design
:lastupdated: 2020-08
:accuratefor: 0.9.47

View File

@ -2,6 +2,7 @@
Addressbook Subscription Feed Commands
======================================
.. meta::
:category: Formats
:lastupdated: 2021-01
:accuratefor: 0.9.49

View File

@ -2,6 +2,7 @@
Software Update Specification
=============================
.. meta::
:category: Design
:lastupdated: June 2021
:accuratefor: 0.9.51

View File

@ -36,6 +36,7 @@ SPEC_CATEGORY_SORT = defaultdict(lambda: 999, {
'Design': 1,
'Transports': 2,
'Protocols': 3,
'Formats': 4,
})
PROPOSAL_METATAGS = {