aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-06-06 23:56:11 +0000
committerLaurent Bercot <ska@appnovation.com>2025-06-06 23:56:11 +0000
commit592c13a20f5ece4a596635c75bf096ccd3dfa6b8 (patch)
treee0d5ade907ffea45b8923430c19fb988cc13ee04 /doc
parent02a53683c3945626cdf2712172dbea9d168bf292 (diff)
downloadtipidee-592c13a20f5ece4a596635c75bf096ccd3dfa6b8.tar.gz
Prepare for 0.0.7.0; add noredirect
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html8
-rw-r--r--doc/tipidee.conf.html15
-rw-r--r--doc/upgrade.html9
3 files changed, 28 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html
index c25aeed..7f38212 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -111,11 +111,11 @@ make it shorter. Just like the code.
<li> A POSIX-compliant system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
-2.14.4.0 or later. It's a build-time requirement. It's also a run-time
+2.14.5.0 or later. It's a build-time requirement. It's also a run-time
requirement if you link against the shared version of the skalibs
library. </li>
<li> Recommended at run-time: <a href="//skarnet.org/software/s6-networking/">s6-networking</a> version
-2.7.1.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as
+2.7.2.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as
<a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a>
to listen to the network and provide connection
information via environment variables. It also defers to tools such as
@@ -143,8 +143,8 @@ Don't take my word for it; try it out for yourself. </li>
<ul>
<li> The current released version of tipidee is
-<a href="tipidee-0.0.6.0.tar.gz">0.0.6.0</a>.
-You can access its checksum <a href="tipidee-0.0.6.0.tar.gz.sha256">here</a>. </li>
+<a href="tipidee-0.0.7.0.tar.gz">0.0.6.0</a>.
+You can access its checksum <a href="tipidee-0.0.7.0.tar.gz.sha256">here</a>. </li>
<li> You can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/tipidee/">tipidee
git repository</a>:
diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html
index f60fa32..a9b5063 100644
--- a/doc/tipidee.conf.html
+++ b/doc/tipidee.conf.html
@@ -847,6 +847,21 @@ requests received on port 443). But if you declare a redirection under the
<tt>example.com</tt> domain, it will apply to requests received on <em>any</em> port. </li>
</ul>
+<div id="noredirect">
+<h4> <tt>noredirect</tt> </h4>
+</div>
+
+<p>
+ <code> noredirect <em>resource</em> </code>
+</p>
+
+<ul>
+ <li> This directive prevents <em>resource</em> from being redirected. It is typically
+useful to carve exceptions to a generic redirection policy: if you have a <code>redirect</code>
+directive for directory A and a <code>noredirect</code> directive for resource B, and A is
+a prefix of B, then B will not be redirected, but everything else under A will. </li>
+</ul>
+
<div id="custom-response">
<h4> <tt>custom-response</tt> </h4>
</div>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 0bcfb28..e8447d5 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,15 @@
<h1> What has changed in tipidee </h1>
+<h2> in 0.0.7.0 </h2>
+
+<ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.14.5.0 </li>
+ <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a>
+recommendation bumped to 2.7.2.0 </li>
+</ul>
+
<h2> in 0.0.6.0 </h2>
<ul>