diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-08-29 17:58:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-08-29 17:58:13 +0000 |
commit | df694a5987e58a1ec77ab809d83fcaf124da9d29 (patch) | |
tree | afc82d193bf0a2521e99c8fa06fcfa6ced14383b /doc/index.html | |
parent | 0691bcbd11897694a604f99fa58af6b4286c7195 (diff) | |
download | tipidee-df694a5987e58a1ec77ab809d83fcaf124da9d29.tar.xz |
More doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html index 6cb995d..bbd868c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -32,7 +32,7 @@ HTTP and HTTPS. <a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a>, or <a href="//skarnet.org/software/s6-networking/s6-tlsserver.html">s6-tlsserver</a> (for HTTPS). Traditionally, inetd-mode web servers aren't considered performant, -but tipidee aims to eke out every single drop of performance that is attainable from +but tipidee aims to eke out every single drop of performance that is attainable with its programming model. </p> @@ -88,15 +88,15 @@ and not performing the socket work itself) </li> <p> All in all, I felt that despite how crowded the web server space is, -there wasn't a satisfactory offer for the needs of skarnet.org and a -few similar sites. +there wasn't a satisfactory offer for the needs of skarnet.org and +similar sites that need an <em>intermediary</em> web server. </p> <h3> And why "tipidee"? </h3> <p> Because <em>h-t-t-p-d</em> is pretty tedious to say out loud. -kKeeping the last three syllables makes it easier. +Only keeping the last three syllables makes it easier. </p> <h2> Installation </h2> @@ -132,7 +132,9 @@ to manage the TLS transport layer. </li> <ul> <li> The current released version of tipidee is -<a href="tipidee-0.0.1.0.tar.gz">0.0.1.0</a>. </li> +<a href="tipidee-0.0.1.0.tar.gz">0.0.1.0</a>. +(That is a lie. The link is broken, because tipidee is still +in beta. It will work when it's officially released.) </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/tipidee/">tipidee git repository</a>: |