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
|
B32 for Encrypted Leasesets
|
||||||
===========================
|
===========================
|
||||||
.. meta::
|
.. meta::
|
||||||
|
:category: Design
|
||||||
:lastupdated: 2020-08
|
:lastupdated: 2020-08
|
||||||
:accuratefor: 0.9.47
|
:accuratefor: 0.9.47
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user