diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html index 621cd2935c11be96ff7a0eb2ca89fa01ab7d53d1..0b36d389f15228f1b50fdf316c15e06b4a6572d3 100644 --- a/i2p2www/pages/site/docs/api/samv3.html +++ b/i2p2www/pages/site/docs/api/samv3.html @@ -1,6 +1,6 @@ {% extends "global/layout.html" %} {% block title %}SAM V3{% endblock %} -{% block lastupdated %}2022-10{% endblock %} +{% block lastupdated %}2022-11{% endblock %} {% block accuratefor %}1.9.0{% endblock %} {% block content %} <p>SAM is a simple client protocol for interacting with I2P. @@ -24,6 +24,11 @@ Deprecated versions: </p> <h2>Known SAM libraries</h2> +<p> +Warning: Some of these may be very old or unsupported. +None are tested, reviewed, or maintained by the I2P project unless noted below. +Do your own research. +</p> <table class="unwrapped-table"> <colgroup> <col style="width: 8%" /> @@ -96,10 +101,19 @@ Deprecated versions: <td>Python</td> <td>3.1</td> <td>yes</td> -<td>yes</td> -<td>yes</td> +<td>no</td> +<td>no</td> <td><a href="https://github.com/l-n-s/i2plib">github.com/l-n-s/i2plib</a></td> </tr> +<tr class="odd"> +<td>i2plib-fork</td> +<td>Python</td> +<td>3.1</td> +<td>yes</td> +<td>no</td> +<td>no</td> +<td><a href="https://codeberg.org/weko/i2plib-fork">codeberg.org/weko/i2plib-fork</a></td> +</tr> <tr class="even"> <td>Py2p</td> <td>Python</td> @@ -152,7 +166,7 @@ Deprecated versions: <td>yes</td> <td>no</td> <td>yes</td> -<td><a href="https://codeberg.org/diva.exchange/i2p-sam">https://codeberg.org/diva.exchange/i2p-sam</a></td> +<td><a href="https://codeberg.org/diva.exchange/i2p-sam">codeberg.org/diva.exchange/i2p-sam</a></td> </tr> <tr class="even"> <td>node-i2p</td>