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 B32 for Encrypted Leasesets
=========================== ===========================
.. meta:: .. meta::
:category: Design
:lastupdated: 2020-08 :lastupdated: 2020-08
:accuratefor: 0.9.47 :accuratefor: 0.9.47

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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