From d73aae065ac85cd7de71b815c1c8f28df6391828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 16 Jan 2023 16:49:08 +0100 Subject: Cowlib 2.12 Also future-proof some templates. Unfortunately still have to use a very old Hugo version to build as there's bugs preventing proper asciidoc use otherwise (.asciidoc files do not get rendered properly). --- docs/en/ranch/1.7/guide/embedded/index.html | 3 +-- docs/en/ranch/1.7/guide/index.html | 3 +-- docs/en/ranch/1.7/guide/internals/index.html | 3 +-- docs/en/ranch/1.7/guide/introduction/index.html | 3 +-- docs/en/ranch/1.7/guide/listeners/index.html | 3 +-- docs/en/ranch/1.7/guide/migrating_from_1.5/index.html | 3 +-- docs/en/ranch/1.7/guide/migrating_from_1.6/index.html | 3 +-- docs/en/ranch/1.7/guide/migrating_from_1.7/index.html | 3 +-- docs/en/ranch/1.7/guide/migrating_from_1.x/index.html | 3 +-- docs/en/ranch/1.7/guide/parsers/index.html | 3 +-- docs/en/ranch/1.7/guide/protocols/index.html | 3 +-- docs/en/ranch/1.7/guide/ssl_auth/index.html | 3 +-- docs/en/ranch/1.7/guide/transports/index.html | 3 +-- docs/en/ranch/1.7/guide/upcoming_2.0_changes/index.html | 3 +-- docs/en/ranch/1.7/manual/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.child_spec/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.get_addr/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.get_port/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.get_protocol_options/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.get_status/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.get_transport_options/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.handshake/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.info/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.procs/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.recv_proxy_header/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.remove_connection/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.resume_listener/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.set_max_connections/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.set_protocol_options/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.set_transport_options/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.start_listener/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.stop_listener/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.suspend_listener/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch.wait_for_connections/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch_app/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch_protocol/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch_proxy_header.header/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch_proxy_header.parse/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch_proxy_header/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch_ssl/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch_tcp/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch_transport.sendfile/index.html | 3 +-- docs/en/ranch/1.7/manual/ranch_transport/index.html | 3 +-- 45 files changed, 45 insertions(+), 90 deletions(-) (limited to 'docs/en/ranch/1.7') diff --git a/docs/en/ranch/1.7/guide/embedded/index.html b/docs/en/ranch/1.7/guide/embedded/index.html index 2aee8a4c..5dd25f19 100644 --- a/docs/en/ranch/1.7/guide/embedded/index.html +++ b/docs/en/ranch/1.7/guide/embedded/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/index.html b/docs/en/ranch/1.7/guide/index.html index cb3a7468..5839a43d 100644 --- a/docs/en/ranch/1.7/guide/index.html +++ b/docs/en/ranch/1.7/guide/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/internals/index.html b/docs/en/ranch/1.7/guide/internals/index.html index 801992ae..bc99bed7 100644 --- a/docs/en/ranch/1.7/guide/internals/index.html +++ b/docs/en/ranch/1.7/guide/internals/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/introduction/index.html b/docs/en/ranch/1.7/guide/introduction/index.html index 2dbd25e3..0b999320 100644 --- a/docs/en/ranch/1.7/guide/introduction/index.html +++ b/docs/en/ranch/1.7/guide/introduction/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/listeners/index.html b/docs/en/ranch/1.7/guide/listeners/index.html index 3313160a..4fe02cc5 100644 --- a/docs/en/ranch/1.7/guide/listeners/index.html +++ b/docs/en/ranch/1.7/guide/listeners/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/migrating_from_1.5/index.html b/docs/en/ranch/1.7/guide/migrating_from_1.5/index.html index a753fb00..cc060777 100644 --- a/docs/en/ranch/1.7/guide/migrating_from_1.5/index.html +++ b/docs/en/ranch/1.7/guide/migrating_from_1.5/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/migrating_from_1.6/index.html b/docs/en/ranch/1.7/guide/migrating_from_1.6/index.html index 1a774165..dc284a1a 100644 --- a/docs/en/ranch/1.7/guide/migrating_from_1.6/index.html +++ b/docs/en/ranch/1.7/guide/migrating_from_1.6/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/migrating_from_1.7/index.html b/docs/en/ranch/1.7/guide/migrating_from_1.7/index.html index ec18978b..5a24ba05 100644 --- a/docs/en/ranch/1.7/guide/migrating_from_1.7/index.html +++ b/docs/en/ranch/1.7/guide/migrating_from_1.7/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/migrating_from_1.x/index.html b/docs/en/ranch/1.7/guide/migrating_from_1.x/index.html index a52d1a37..4b7d8330 100644 --- a/docs/en/ranch/1.7/guide/migrating_from_1.x/index.html +++ b/docs/en/ranch/1.7/guide/migrating_from_1.x/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/parsers/index.html b/docs/en/ranch/1.7/guide/parsers/index.html index 41cb4646..d48e4879 100644 --- a/docs/en/ranch/1.7/guide/parsers/index.html +++ b/docs/en/ranch/1.7/guide/parsers/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/protocols/index.html b/docs/en/ranch/1.7/guide/protocols/index.html index e33735a7..128fec86 100644 --- a/docs/en/ranch/1.7/guide/protocols/index.html +++ b/docs/en/ranch/1.7/guide/protocols/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/ssl_auth/index.html b/docs/en/ranch/1.7/guide/ssl_auth/index.html index a8ca8ba4..97ea5780 100644 --- a/docs/en/ranch/1.7/guide/ssl_auth/index.html +++ b/docs/en/ranch/1.7/guide/ssl_auth/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/transports/index.html b/docs/en/ranch/1.7/guide/transports/index.html index 5d5dca76..9d0de945 100644 --- a/docs/en/ranch/1.7/guide/transports/index.html +++ b/docs/en/ranch/1.7/guide/transports/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/guide/upcoming_2.0_changes/index.html b/docs/en/ranch/1.7/guide/upcoming_2.0_changes/index.html index 07de8d28..bc7a03d0 100644 --- a/docs/en/ranch/1.7/guide/upcoming_2.0_changes/index.html +++ b/docs/en/ranch/1.7/guide/upcoming_2.0_changes/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/index.html b/docs/en/ranch/1.7/manual/index.html index 52a5c153..d4e2d462 100644 --- a/docs/en/ranch/1.7/manual/index.html +++ b/docs/en/ranch/1.7/manual/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.child_spec/index.html b/docs/en/ranch/1.7/manual/ranch.child_spec/index.html index 24f20684..f6305510 100644 --- a/docs/en/ranch/1.7/manual/ranch.child_spec/index.html +++ b/docs/en/ranch/1.7/manual/ranch.child_spec/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.get_addr/index.html b/docs/en/ranch/1.7/manual/ranch.get_addr/index.html index 9dec1419..9f6f3fe3 100644 --- a/docs/en/ranch/1.7/manual/ranch.get_addr/index.html +++ b/docs/en/ranch/1.7/manual/ranch.get_addr/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html b/docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html index 91c4ff69..afa526df 100644 --- a/docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html +++ b/docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.get_port/index.html b/docs/en/ranch/1.7/manual/ranch.get_port/index.html index 3f3cd8fd..ad90662c 100644 --- a/docs/en/ranch/1.7/manual/ranch.get_port/index.html +++ b/docs/en/ranch/1.7/manual/ranch.get_port/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.get_protocol_options/index.html b/docs/en/ranch/1.7/manual/ranch.get_protocol_options/index.html index 0a8e6c1d..67a3a182 100644 --- a/docs/en/ranch/1.7/manual/ranch.get_protocol_options/index.html +++ b/docs/en/ranch/1.7/manual/ranch.get_protocol_options/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.get_status/index.html b/docs/en/ranch/1.7/manual/ranch.get_status/index.html index 8b7ba404..3eaa690c 100644 --- a/docs/en/ranch/1.7/manual/ranch.get_status/index.html +++ b/docs/en/ranch/1.7/manual/ranch.get_status/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.get_transport_options/index.html b/docs/en/ranch/1.7/manual/ranch.get_transport_options/index.html index 57998529..041b7179 100644 --- a/docs/en/ranch/1.7/manual/ranch.get_transport_options/index.html +++ b/docs/en/ranch/1.7/manual/ranch.get_transport_options/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.handshake/index.html b/docs/en/ranch/1.7/manual/ranch.handshake/index.html index 3c6a12bc..3628bb4a 100644 --- a/docs/en/ranch/1.7/manual/ranch.handshake/index.html +++ b/docs/en/ranch/1.7/manual/ranch.handshake/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.info/index.html b/docs/en/ranch/1.7/manual/ranch.info/index.html index fe4dd77a..583c29cd 100644 --- a/docs/en/ranch/1.7/manual/ranch.info/index.html +++ b/docs/en/ranch/1.7/manual/ranch.info/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.procs/index.html b/docs/en/ranch/1.7/manual/ranch.procs/index.html index 4d0e7130..7f961e9f 100644 --- a/docs/en/ranch/1.7/manual/ranch.procs/index.html +++ b/docs/en/ranch/1.7/manual/ranch.procs/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.recv_proxy_header/index.html b/docs/en/ranch/1.7/manual/ranch.recv_proxy_header/index.html index 41d19cd8..0f496439 100644 --- a/docs/en/ranch/1.7/manual/ranch.recv_proxy_header/index.html +++ b/docs/en/ranch/1.7/manual/ranch.recv_proxy_header/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.remove_connection/index.html b/docs/en/ranch/1.7/manual/ranch.remove_connection/index.html index 7afb4065..19c60b4b 100644 --- a/docs/en/ranch/1.7/manual/ranch.remove_connection/index.html +++ b/docs/en/ranch/1.7/manual/ranch.remove_connection/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.resume_listener/index.html b/docs/en/ranch/1.7/manual/ranch.resume_listener/index.html index da075483..ce189c54 100644 --- a/docs/en/ranch/1.7/manual/ranch.resume_listener/index.html +++ b/docs/en/ranch/1.7/manual/ranch.resume_listener/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.set_max_connections/index.html b/docs/en/ranch/1.7/manual/ranch.set_max_connections/index.html index 456ce625..b48fd607 100644 --- a/docs/en/ranch/1.7/manual/ranch.set_max_connections/index.html +++ b/docs/en/ranch/1.7/manual/ranch.set_max_connections/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.set_protocol_options/index.html b/docs/en/ranch/1.7/manual/ranch.set_protocol_options/index.html index d5386bb5..1842a44b 100644 --- a/docs/en/ranch/1.7/manual/ranch.set_protocol_options/index.html +++ b/docs/en/ranch/1.7/manual/ranch.set_protocol_options/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.set_transport_options/index.html b/docs/en/ranch/1.7/manual/ranch.set_transport_options/index.html index e8d4323d..ecc73d32 100644 --- a/docs/en/ranch/1.7/manual/ranch.set_transport_options/index.html +++ b/docs/en/ranch/1.7/manual/ranch.set_transport_options/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.start_listener/index.html b/docs/en/ranch/1.7/manual/ranch.start_listener/index.html index 6a92205f..6302dff0 100644 --- a/docs/en/ranch/1.7/manual/ranch.start_listener/index.html +++ b/docs/en/ranch/1.7/manual/ranch.start_listener/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.stop_listener/index.html b/docs/en/ranch/1.7/manual/ranch.stop_listener/index.html index fdc123da..bbcdb941 100644 --- a/docs/en/ranch/1.7/manual/ranch.stop_listener/index.html +++ b/docs/en/ranch/1.7/manual/ranch.stop_listener/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.suspend_listener/index.html b/docs/en/ranch/1.7/manual/ranch.suspend_listener/index.html index aaa5e741..4ff419f6 100644 --- a/docs/en/ranch/1.7/manual/ranch.suspend_listener/index.html +++ b/docs/en/ranch/1.7/manual/ranch.suspend_listener/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch.wait_for_connections/index.html b/docs/en/ranch/1.7/manual/ranch.wait_for_connections/index.html index eaccbe5e..a3a57116 100644 --- a/docs/en/ranch/1.7/manual/ranch.wait_for_connections/index.html +++ b/docs/en/ranch/1.7/manual/ranch.wait_for_connections/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch/index.html b/docs/en/ranch/1.7/manual/ranch/index.html index 98cdd679..a577211b 100644 --- a/docs/en/ranch/1.7/manual/ranch/index.html +++ b/docs/en/ranch/1.7/manual/ranch/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch_app/index.html b/docs/en/ranch/1.7/manual/ranch_app/index.html index 0fca4b09..4bd7b427 100644 --- a/docs/en/ranch/1.7/manual/ranch_app/index.html +++ b/docs/en/ranch/1.7/manual/ranch_app/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch_protocol/index.html b/docs/en/ranch/1.7/manual/ranch_protocol/index.html index a7971ae3..5b79f699 100644 --- a/docs/en/ranch/1.7/manual/ranch_protocol/index.html +++ b/docs/en/ranch/1.7/manual/ranch_protocol/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch_proxy_header.header/index.html b/docs/en/ranch/1.7/manual/ranch_proxy_header.header/index.html index e4778a53..2f306c77 100644 --- a/docs/en/ranch/1.7/manual/ranch_proxy_header.header/index.html +++ b/docs/en/ranch/1.7/manual/ranch_proxy_header.header/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch_proxy_header.parse/index.html b/docs/en/ranch/1.7/manual/ranch_proxy_header.parse/index.html index 8b0aff92..eccc375b 100644 --- a/docs/en/ranch/1.7/manual/ranch_proxy_header.parse/index.html +++ b/docs/en/ranch/1.7/manual/ranch_proxy_header.parse/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch_proxy_header/index.html b/docs/en/ranch/1.7/manual/ranch_proxy_header/index.html index 3c9b33ce..091dff66 100644 --- a/docs/en/ranch/1.7/manual/ranch_proxy_header/index.html +++ b/docs/en/ranch/1.7/manual/ranch_proxy_header/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch_ssl/index.html b/docs/en/ranch/1.7/manual/ranch_ssl/index.html index 03e1c65c..caa6b64c 100644 --- a/docs/en/ranch/1.7/manual/ranch_ssl/index.html +++ b/docs/en/ranch/1.7/manual/ranch_ssl/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch_tcp/index.html b/docs/en/ranch/1.7/manual/ranch_tcp/index.html index 5c098b60..ab67bba9 100644 --- a/docs/en/ranch/1.7/manual/ranch_tcp/index.html +++ b/docs/en/ranch/1.7/manual/ranch_tcp/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch_transport.sendfile/index.html b/docs/en/ranch/1.7/manual/ranch_transport.sendfile/index.html index 95f76cda..65e71062 100644 --- a/docs/en/ranch/1.7/manual/ranch_transport.sendfile/index.html +++ b/docs/en/ranch/1.7/manual/ranch_transport.sendfile/index.html @@ -17,8 +17,7 @@ - - + diff --git a/docs/en/ranch/1.7/manual/ranch_transport/index.html b/docs/en/ranch/1.7/manual/ranch_transport/index.html index c6ac5e56..345d6226 100644 --- a/docs/en/ranch/1.7/manual/ranch_transport/index.html +++ b/docs/en/ranch/1.7/manual/ranch_transport/index.html @@ -17,8 +17,7 @@ - - + -- cgit v1.2.3