[Privoxy-commits] [privoxy] 34/38: templates: Update description of the 'unstable' conditional symbol
User Git
git at git.privoxy.org
Thu Apr 9 09:37:32 CEST 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 25d0b5aebbf6b9b495c8dacbf41b64e8289fa9b4
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Apr 4 15:58:03 2026 +0200
templates: Update description of the 'unstable' conditional symbol
---
templates/blocked | 4 ++--
templates/cgi-error-404 | 4 ++--
templates/cgi-error-bad-param | 4 ++--
templates/cgi-error-disabled | 4 ++--
templates/cgi-error-file | 4 ++--
templates/cgi-error-file-read-only | 4 ++--
templates/cgi-error-modified | 4 ++--
templates/cgi-error-parse | 4 ++--
templates/client-tags | 4 ++--
templates/connect-failed | 4 ++--
templates/connection-timeout | 1 -
templates/default | 4 ++--
templates/edit-actions-add-url-form | 1 -
templates/edit-actions-for-url | 1 -
templates/edit-actions-list | 1 -
templates/edit-actions-remove-url-form | 1 -
templates/edit-actions-url-form | 1 -
templates/forwarding-failed | 4 ++--
templates/no-server-data | 1 -
templates/no-such-domain | 4 ++--
templates/show-request | 4 ++--
templates/show-status | 4 ++--
templates/show-status-file | 4 ++--
templates/show-url-info | 7 ++++---
templates/toggle | 4 ++--
templates/toggle-mini | 3 ++-
templates/untrusted | 4 ++--
27 files changed, 42 insertions(+), 47 deletions(-)
diff --git a/templates/blocked b/templates/blocked
index c9d35da0..86cba8e3 100644
--- a/templates/blocked
+++ b/templates/blocked
@@ -65,7 +65,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# This is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -176,7 +177,6 @@
</tr> \
\
<!-- @if-unstable-start --> \
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in \
<tr> \
<td class="warning" colspan="2"> \
<h2>Warning:</h2> \
diff --git a/templates/cgi-error-404 b/templates/cgi-error-404
index a8135abb..757f01fe 100644
--- a/templates/cgi-error-404
+++ b/templates/cgi-error-404
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -92,7 +93,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning" colspan="2">
diff --git a/templates/cgi-error-bad-param b/templates/cgi-error-bad-param
index da39eded..dd63668a 100644
--- a/templates/cgi-error-bad-param
+++ b/templates/cgi-error-bad-param
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -89,7 +90,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/cgi-error-disabled b/templates/cgi-error-disabled
index ca3a1fd7..eeef5512 100644
--- a/templates/cgi-error-disabled
+++ b/templates/cgi-error-disabled
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -89,7 +90,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/cgi-error-file b/templates/cgi-error-file
index ae0ffc95..1bc72408 100644
--- a/templates/cgi-error-file
+++ b/templates/cgi-error-file
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -89,7 +90,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/cgi-error-file-read-only b/templates/cgi-error-file-read-only
index 229989c2..40f2c20a 100644
--- a/templates/cgi-error-file-read-only
+++ b/templates/cgi-error-file-read-only
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -89,7 +90,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/cgi-error-modified b/templates/cgi-error-modified
index 8d473d8a..a624ca8d 100644
--- a/templates/cgi-error-modified
+++ b/templates/cgi-error-modified
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -89,7 +90,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/cgi-error-parse b/templates/cgi-error-parse
index 2f3ff75d..e9082c35 100644
--- a/templates/cgi-error-parse
+++ b/templates/cgi-error-parse
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -89,7 +90,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/client-tags b/templates/client-tags
index 3233b29f..e6140f46 100644
--- a/templates/client-tags
+++ b/templates/client-tags
@@ -55,7 +55,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -97,7 +98,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/connect-failed b/templates/connect-failed
index 09fefc83..efa7061e 100644
--- a/templates/connect-failed
+++ b/templates/connect-failed
@@ -58,7 +58,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -102,7 +103,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning" colspan="2">
diff --git a/templates/connection-timeout b/templates/connection-timeout
index d7eae49c..3a8e9c88 100644
--- a/templates/connection-timeout
+++ b/templates/connection-timeout
@@ -33,7 +33,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning" colspan="2">
diff --git a/templates/default b/templates/default
index 322c8a13..6320bba5 100644
--- a/templates/default
+++ b/templates/default
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -89,7 +90,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/edit-actions-add-url-form b/templates/edit-actions-add-url-form
index 1e88ccfe..61ecc4a5 100644
--- a/templates/edit-actions-add-url-form
+++ b/templates/edit-actions-add-url-form
@@ -87,7 +87,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/edit-actions-for-url b/templates/edit-actions-for-url
index a79850db..465e6093 100644
--- a/templates/edit-actions-for-url
+++ b/templates/edit-actions-for-url
@@ -230,7 +230,6 @@ function show_limit_connect_opts(tf)
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/edit-actions-list b/templates/edit-actions-list
index f49e4481..a456a951 100644
--- a/templates/edit-actions-list
+++ b/templates/edit-actions-list
@@ -169,7 +169,6 @@ function a_p(link,section)
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/edit-actions-remove-url-form b/templates/edit-actions-remove-url-form
index 2e741c96..6f0da2a6 100644
--- a/templates/edit-actions-remove-url-form
+++ b/templates/edit-actions-remove-url-form
@@ -78,7 +78,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/edit-actions-url-form b/templates/edit-actions-url-form
index 4af848ed..f12316c2 100644
--- a/templates/edit-actions-url-form
+++ b/templates/edit-actions-url-form
@@ -91,7 +91,6 @@ function validate(text)
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/forwarding-failed b/templates/forwarding-failed
index 4b3e2f32..57e4f33b 100644
--- a/templates/forwarding-failed
+++ b/templates/forwarding-failed
@@ -63,7 +63,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -107,7 +108,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning" colspan="2">
diff --git a/templates/no-server-data b/templates/no-server-data
index 297e0608..cb10255b 100644
--- a/templates/no-server-data
+++ b/templates/no-server-data
@@ -33,7 +33,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning" colspan="2">
diff --git a/templates/no-such-domain b/templates/no-such-domain
index 24084547..8996bb1f 100644
--- a/templates/no-such-domain
+++ b/templates/no-such-domain
@@ -60,7 +60,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -104,7 +105,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning" colspan="2">
diff --git a/templates/show-request b/templates/show-request
index 0b18bcd4..4d84d704 100644
--- a/templates/show-request
+++ b/templates/show-request
@@ -55,7 +55,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -94,7 +95,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/show-status b/templates/show-status
index bae87bd6..6685928d 100644
--- a/templates/show-status
+++ b/templates/show-status
@@ -59,7 +59,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# This is an alpha or beta Privoxy release
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -127,7 +128,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/show-status-file b/templates/show-status-file
index 4824842e..7d3f14eb 100644
--- a/templates/show-status-file
+++ b/templates/show-status-file
@@ -58,7 +58,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# This is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -97,7 +98,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/show-url-info b/templates/show-url-info
index 1dc13b93..eed1db48 100644
--- a/templates/show-url-info
+++ b/templates/show-url-info
@@ -64,7 +64,8 @@
# version:
# Privoxy's version number
# code-status:
-# Privoxy's development status: "alpha", "beta", or "stable".
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# homepage:
# The Privoxy web site.
#
@@ -72,7 +73,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -141,7 +143,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/toggle b/templates/toggle
index 3a6e8777..6830de29 100644
--- a/templates/toggle
+++ b/templates/toggle
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -90,7 +91,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning">
diff --git a/templates/toggle-mini b/templates/toggle-mini
index 99350b2d..d202bed7 100644
--- a/templates/toggle-mini
+++ b/templates/toggle-mini
@@ -50,7 +50,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# this is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
diff --git a/templates/untrusted b/templates/untrusted
index a91078ee..7bc70f94 100644
--- a/templates/untrusted
+++ b/templates/untrusted
@@ -61,7 +61,8 @@
# ------------------------------------------------------------------
#
# unstable:
-# This is an alpha or beta release of the proxy software
+# The code status is something other than "stable", for example
+# "alpha", "beta" or "UNRELEASED".
# have-adminaddr-info:
# An e-mail address for the local Privoxy administrator has
# been specified and is available through the "admin-address"
@@ -113,7 +114,6 @@
</tr>
<!-- @if-unstable-start -->
-# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
<tr>
<td class="warning" colspan="2">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list