From f8126bcdb32da02b1dcf8997f416a1992a0411b2 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Wed, 17 Aug 2022 09:50:24 -0400
Subject: [PATCH] Note deprecated specs

---
 i2p2www/pages/site/docs/index.html | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/i2p2www/pages/site/docs/index.html b/i2p2www/pages/site/docs/index.html
index bc6013007..e22594de1 100644
--- a/i2p2www/pages/site/docs/index.html
+++ b/i2p2www/pages/site/docs/index.html
@@ -15,6 +15,10 @@ The interface between applications and the router is the I2CP (I2P Control
 Protocol) API.
 {%- endtrans %}</p>
 
+The specifications linked below are currently supported in the network.
+See the <a href="{{ site_url('spec/proposals') }}">{{ _('Proposals') }}</a> page for
+specifications in discussion or development.
+
 <p>{% trans trac='https://i2pgit.org/i2p-hackers/i2p.www/issues' -%}
 The I2P Project is committed to maintaining accurate, current documentation.
 If you find any inaccuracies in the documents linked below, please
@@ -74,13 +78,13 @@ Streamr Proxy
 </li><li>
 HTTP Bidir Proxy
 </li><li>
-<a href="{{ site_url('docs/api/sam') }}">{{ _('SAM Protocol') }}</a>
+<a href="{{ site_url('docs/api/sam') }}">{{ _('SAM Protocol') }}</a> (Deprecated)
 </li><li>
-<a href="{{ site_url('docs/api/samv2') }}">{{ _('SAMv2 Protocol') }}</a>
+<a href="{{ site_url('docs/api/samv2') }}">{{ _('SAMv2 Protocol') }}</a> (Deprecated)
 </li><li>
 <a href="{{ site_url('docs/api/samv3') }}">{{ _('SAMv3 Protocol') }}</a>
 </li><li>
-<a href="{{ site_url('docs/api/bob') }}">{{ _('BOB Protocol') }}</a>
+<a href="{{ site_url('docs/api/bob') }}">{{ _('BOB Protocol') }}</a> (Deprecated)
 </li></ul>
 
 <h3>{% trans %}End-to-End Transport API and Protocols{% endtrans %}</h3>
-- 
GitLab