diff --git a/i2p2www/spec/b32encrypted.rst b/i2p2www/spec/b32encrypted.rst index 6e84996b..9169072b 100644 --- a/i2p2www/spec/b32encrypted.rst +++ b/i2p2www/spec/b32encrypted.rst @@ -2,6 +2,7 @@ B32 for Encrypted Leasesets =========================== .. meta:: + :category: Design :lastupdated: 2020-08 :accuratefor: 0.9.47 diff --git a/i2p2www/spec/blockfile.rst b/i2p2www/spec/blockfile.rst index db854fcf..514adf2c 100644 --- a/i2p2www/spec/blockfile.rst +++ b/i2p2www/spec/blockfile.rst @@ -2,6 +2,7 @@ Blockfile and Hosts Database Specification ========================================== .. meta:: + :category: Formats :lastupdated: 2020-09 :accuratefor: 0.9.47 diff --git a/i2p2www/spec/configuration.rst b/i2p2www/spec/configuration.rst index e6940320..7e5527d0 100644 --- a/i2p2www/spec/configuration.rst +++ b/i2p2www/spec/configuration.rst @@ -2,6 +2,7 @@ Configuration File Specification ================================ .. meta:: + :category: Formats :lastupdated: March 2020 :accuratefor: 0.9.45 diff --git a/i2p2www/spec/filter-format.rst b/i2p2www/spec/filter-format.rst index cad69845..a7242199 100644 --- a/i2p2www/spec/filter-format.rst +++ b/i2p2www/spec/filter-format.rst @@ -2,6 +2,7 @@ Access Filter Format Specification ================================== .. meta:: + :category: Formats :lastupdated: April 2019 :accuratefor: 0.9.40 diff --git a/i2p2www/spec/geoip.rst b/i2p2www/spec/geoip.rst index 0f84e680..23a6cf84 100644 --- a/i2p2www/spec/geoip.rst +++ b/i2p2www/spec/geoip.rst @@ -2,6 +2,7 @@ GeoIP File Specification ======================== .. meta:: + :category: Formats :lastupdated: December 2013 :accuratefor: 0.9.9 diff --git a/i2p2www/spec/plugin.rst b/i2p2www/spec/plugin.rst index 5c63641a..298b6276 100644 --- a/i2p2www/spec/plugin.rst +++ b/i2p2www/spec/plugin.rst @@ -2,6 +2,7 @@ Plugin Specification ==================== .. meta:: + :category: Design :lastupdated: 2022-01 :accuratefor: 0.9.53 diff --git a/i2p2www/spec/red25519.rst b/i2p2www/spec/red25519.rst index 94494448..d5171636 100644 --- a/i2p2www/spec/red25519.rst +++ b/i2p2www/spec/red25519.rst @@ -2,6 +2,7 @@ Red25519 Signature Scheme ========================= .. meta:: + :category: Design :lastupdated: 2020-08 :accuratefor: 0.9.47 diff --git a/i2p2www/spec/subscription.rst b/i2p2www/spec/subscription.rst index 223d87ed..977068bd 100644 --- a/i2p2www/spec/subscription.rst +++ b/i2p2www/spec/subscription.rst @@ -2,6 +2,7 @@ Addressbook Subscription Feed Commands ====================================== .. meta:: + :category: Formats :lastupdated: 2021-01 :accuratefor: 0.9.49 diff --git a/i2p2www/spec/updates.rst b/i2p2www/spec/updates.rst index 75231179..19519eda 100644 --- a/i2p2www/spec/updates.rst +++ b/i2p2www/spec/updates.rst @@ -2,6 +2,7 @@ Software Update Specification ============================= .. meta:: + :category: Design :lastupdated: June 2021 :accuratefor: 0.9.51 diff --git a/i2p2www/spec/views.py b/i2p2www/spec/views.py index f71a7ce2..b32ccb2e 100644 --- a/i2p2www/spec/views.py +++ b/i2p2www/spec/views.py @@ -36,6 +36,7 @@ SPEC_CATEGORY_SORT = defaultdict(lambda: 999, { 'Design': 1, 'Transports': 2, 'Protocols': 3, + 'Formats': 4, }) PROPOSAL_METATAGS = {