From 62f355b7fd37bf231c1dd1c414706e4cacef2a52 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 6 Apr 2018 15:21:22 +0000 Subject: [PATCH] change in-net javadoc site --- i2p2www/pages/site/docs/api/datagrams.html | 8 ++--- .../pages/site/docs/api/ministreaming.html | 4 +-- i2p2www/pages/site/docs/api/sam.html | 2 +- i2p2www/pages/site/docs/api/samv2.html | 2 +- i2p2www/pages/site/docs/api/samv3.html | 8 ++--- i2p2www/pages/site/docs/api/streaming.html | 14 ++++---- .../site/docs/applications/embedding.html | 2 +- .../pages/site/docs/how/network-database.html | 6 ++-- .../pages/site/docs/how/peer-selection.html | 4 +-- i2p2www/pages/site/docs/index.html | 22 +++++++----- i2p2www/pages/site/docs/naming.html | 2 +- i2p2www/pages/site/docs/protocol/i2cp.html | 2 +- i2p2www/pages/site/docs/protocol/i2np.html | 2 +- i2p2www/pages/site/misc/jbigi.html | 2 +- i2p2www/spec/common-structures.rst | 36 +++++++++---------- i2p2www/spec/configuration.rst | 2 +- i2p2www/spec/i2cp.rst | 4 +-- i2p2www/spec/tunnel-message.rst | 2 +- i2p2www/templatevars.py | 1 + 19 files changed, 65 insertions(+), 60 deletions(-) diff --git a/i2p2www/pages/site/docs/api/datagrams.html b/i2p2www/pages/site/docs/api/datagrams.html index d70949d7..81ca9544 100644 --- a/i2p2www/pages/site/docs/api/datagrams.html +++ b/i2p2www/pages/site/docs/api/datagrams.html @@ -23,7 +23,7 @@ either protocol may be carried by either transport. {%- endtrans %}

{% trans %}Application Guide{% endtrans %}

-

{% trans url='http://'+i2pconv('i2p-javadocs.i2p')+'/net/i2p/client/datagram/package-summary.html', +

{% trans url='http://'+i2pconv('echelon.i2p/javadoc')+'/net/i2p/client/datagram/package-summary.html', sam= site_url('docs/api/sam'), socks=site_url('docs/api/socks') -%} Applications written in Java may use the @@ -70,7 +70,7 @@ Applications may add 'from' and 'to' ports to the I2CP (gzip) header as describe the I2CP page. {%- endtrans %}

-

{% trans i2psession='http://'+i2pconv('i2p-javadocs.i2p')+'/net/i2p/client/I2PSession.html' -%} +

{% trans i2psession='http://'+i2pconv('echelon.i2p/javadoc')+'/net/i2p/client/I2PSession.html' -%} There is no method within the datagram API to specify whether it is non-repliable (raw) or repliable. The application should be designed to expect the appropriate type. The I2CP protocol number or port should be used by the application to @@ -82,8 +82,8 @@ use signed datagrams for a request which includes a nonce, and use a raw datagra for the reply, returning the nonce from the request. {%- endtrans %}

-

{% trans i2psession='http://'+i2pconv('i2p-javadocs.i2p')+'/net/i2p/client/I2PSession.html', -i2psessionmuxed='http://'+i2pconv('i2p-javadocs.i2p')+'/net/i2p/client/I2PSessionMuxedImpl.html' -%} +

{% trans i2psession='http://'+i2pconv('echelon.i2p/javadoc')+'/net/i2p/client/I2PSession.html', +i2psessionmuxed='http://'+i2pconv('echelon.i2p/javadoc')+'/net/i2p/client/I2PSessionMuxedImpl.html' -%} The protocols and ports may be set in I2CP's I2PSession API, as implemented in diff --git a/i2p2www/pages/site/docs/api/ministreaming.html b/i2p2www/pages/site/docs/api/ministreaming.html index 0061ba1a..b7d0af2b 100644 --- a/i2p2www/pages/site/docs/api/ministreaming.html +++ b/i2p2www/pages/site/docs/api/ministreaming.html @@ -4,7 +4,7 @@

{% trans %}Note{% endtrans %}

HTTP/1.1 200 OK Set-Cookie: i_like_gitea=c1eca58f679beae6; Path=/; HttpOnly; Secure; SameSite=Lax Set-Cookie: _csrf=QjWbuZDR_LEyUZUCUaHAzhqMjdg6MTc1MzI0NDQ4ODk0NjI5OTI4MA; Path=/; Max-Age=86400; HttpOnly; Secure; SameSite=Lax X-Frame-Options: SAMEORIGIN Date: Wed, 23 Jul 2025 04:21:29 GMT Content-Type: text/plain; charset=utf-8 Connection: close Transfer-Encoding: chunked Cache-Control: max-age=0, private, must-revalidate, no-transform X-Cache-Status: HIT X-Cache-Age: 0 7b34 From 62f355b7fd37bf231c1dd1c414706e4cacef2a52 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 6 Apr 2018 15:21:22 +0000 Subject: [PATCH] change in-net javadoc site --- i2p2www/pages/site/docs/api/datagrams.html | 8 ++--- .../pages/site/docs/api/ministreaming.html | 4 +-- i2p2www/pages/site/docs/api/sam.html | 2 +- i2p2www/pages/site/docs/api/samv2.html | 2 +- i2p2www/pages/site/docs/api/samv3.html | 8 ++--- i2p2www/pages/site/docs/api/streaming.html | 14 ++++---- .../site/docs/applications/embedding.html | 2 +- .../pages/site/docs/how/network-database.html | 6 ++-- .../pages/site/docs/how/peer-selection.html | 4 +-- i2p2www/pages/site/docs/index.html | 22 +++++++----- i2p2www/pages/site/docs/naming.html | 2 +- i2p2www/pages/site/docs/protocol/i2cp.html | 2 +- i2p2www/pages/site/docs/protocol/i2np.html | 2 +- i2p2www/pages/site/misc/jbigi.html | 2 +- i2p2www/spec/common-structures.rst | 36 +++++++++---------- i2p2www/spec/configuration.rst | 2 +- i2p2www/spec/i2cp.rst | 4 +-- i2p2www/spec/tunnel-message.rst | 2 +- i2p2www/templatevars.py | 1 + 19 files changed, 65 insertions(+), 60 deletions(-) diff --git a/i2p2www/pages/site/docs/api/datagrams.html b/i2p2www/pages/site/docs/api/datagrams.html index d70949d7..81ca9544 100644 --- a/i2p2www/pages/site/docs/api/datagrams.html +++ b/i2p2www/pages/site/docs/api/datagrams.html @@ -23,7 +23,7 @@ either protocol may be carried by either transport. {%- endtrans %}

{% trans %}Application Guide{% endtrans %}

-

{% trans url='http://'+i2pconv('i2p-javadocs.i2p')+'/net/i2p/client/datagram/package-summary.html', +

{% trans url='http://'+i2pconv('echelon.i2p/javadoc')+'/net/i2p/client/datagram/package-summary.html', sam= site_url('docs/api/sam'), socks=site_url('docs/api/socks') -%} Applications written in Java may use the @@ -70,7 +70,7 @@ Applications may add 'from' and 'to' ports to the I2CP (gzip) header as describe the I2CP page. {%- endtrans %}

-

{% trans i2psession='http://'+i2pconv('i2p-javadocs.i2p')+'/net/i2p/client/I2PSession.html' -%} +

{% trans i2psession='http://'+i2pconv('echelon.i2p/javadoc')+'/net/i2p/client/I2PSession.html' -%} There is no method within the datagram API to specify whether it is non-repliable (raw) or repliable. The application should be designed to expect the appropriate type. The I2CP protocol number or port should be used by the application to @@ -82,8 +82,8 @@ use signed datagrams for a request which includes a nonce, and use a raw datagra for the reply, returning the nonce from the request. {%- endtrans %}

-

{% trans i2psession='http://'+i2pconv('i2p-javadocs.i2p')+'/net/i2p/client/I2PSession.html', -i2psessionmuxed='http://'+i2pconv('i2p-javadocs.i2p')+'/net/i2p/client/I2PSessionMuxedImpl.html' -%} +

{% trans i2psession='http://'+i2pconv('echelon.i2p/javadoc')+'/net/i2p/client/I2PSession.html', +i2psessionmuxed='http://'+i2pconv('echelon.i2p/javadoc')+'/net/i2p/client/I2PSessionMuxedImpl.html' -%} The protocols and ports may be set in I2CP's I2PSession API, as implemented in diff --git a/i2p2www/pages/site/docs/api/ministreaming.html b/i2p2www/pages/site/docs/api/ministreaming.html index 0061ba1a..b7d0af2b 100644 --- a/i2p2www/pages/site/docs/api/ministreaming.html +++ b/i2p2www/pages/site/docs/api/ministreaming.html @@ -4,7 +4,7 @@

{% trans %}Note{% endtrans %}

0