Add categories to specs that didn't have them,
add Formats category
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
B32 for Encrypted Leasesets
|
||||
===========================
|
||||
.. meta::
|
||||
:category: Design
|
||||
:lastupdated: 2020-08
|
||||
:accuratefor: 0.9.47
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
Blockfile and Hosts Database Specification
|
||||
==========================================
|
||||
.. meta::
|
||||
:category: Formats
|
||||
:lastupdated: 2020-09
|
||||
:accuratefor: 0.9.47
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
Configuration File Specification
|
||||
================================
|
||||
.. meta::
|
||||
:category: Formats
|
||||
:lastupdated: March 2020
|
||||
:accuratefor: 0.9.45
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
Access Filter Format Specification
|
||||
==================================
|
||||
.. meta::
|
||||
:category: Formats
|
||||
:lastupdated: April 2019
|
||||
:accuratefor: 0.9.40
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
GeoIP File Specification
|
||||
========================
|
||||
.. meta::
|
||||
:category: Formats
|
||||
:lastupdated: December 2013
|
||||
:accuratefor: 0.9.9
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
Plugin Specification
|
||||
====================
|
||||
.. meta::
|
||||
:category: Design
|
||||
:lastupdated: 2022-01
|
||||
:accuratefor: 0.9.53
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
Red25519 Signature Scheme
|
||||
=========================
|
||||
.. meta::
|
||||
:category: Design
|
||||
:lastupdated: 2020-08
|
||||
:accuratefor: 0.9.47
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
Addressbook Subscription Feed Commands
|
||||
======================================
|
||||
.. meta::
|
||||
:category: Formats
|
||||
:lastupdated: 2021-01
|
||||
:accuratefor: 0.9.49
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
Software Update Specification
|
||||
=============================
|
||||
.. meta::
|
||||
:category: Design
|
||||
:lastupdated: June 2021
|
||||
:accuratefor: 0.9.51
|
||||
|
||||
|
@ -36,6 +36,7 @@ SPEC_CATEGORY_SORT = defaultdict(lambda: 999, {
|
||||
'Design': 1,
|
||||
'Transports': 2,
|
||||
'Protocols': 3,
|
||||
'Formats': 4,
|
||||
})
|
||||
|
||||
PROPOSAL_METATAGS = {
|
||||
|
Reference in New Issue
Block a user