slitaz-dev-tools diff taztpd/README @ rev 308

mkpkgiso: fix broken hg repos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 18 15:57:37 2018 +0200 (2018-05-18)
parents 7c1765f8e1e6
children
line diff
     1.1 --- a/taztpd/README	Wed Apr 06 02:09:31 2011 +0200
     1.2 +++ b/taztpd/README	Fri May 18 15:57:37 2018 +0200
     1.3 @@ -2,26 +2,26 @@
     1.4  ================================================================================
     1.5  
     1.6  
     1.7 -TazTPD is a very small Web Server all in Shell script who can be run in user
     1.8 -space and so without root access. TazTPD is not designed to be used in a 
     1.9 -production envirinment but for fun, for testing, to easily and on demand serve
    1.10 -static files or dynamic content with CGI scripts.
    1.11 +TazTPD is a very small Web Server written in Shell script which can be run in 
    1.12 +user space and so without root access. TazTPD is not designed to be used in a 
    1.13 +production environment but for fun, for testing, to easily serve static files or 
    1.14 +dynamic content on demand with CGI scripts.
    1.15  
    1.16 -The goal is to keep TazTPD core as small and response as possible. Everything
    1.17 -is possible, we may have better directory listing and several plugins depending
    1.18 -on users feedbacks, requests and our free time.
    1.19 +The goal is to keep the TazTPD core as small and responsive as possible. Anything
    1.20 +is possible, we may have better directory listings and several plugins depending
    1.21 +on user feedback, requests and our free time.
    1.22  
    1.23  TazTPD is also a nice base to create small or custom servers dedicated to
    1.24 -a special task such as streaming audio and with a very small footprint. By
    1.25 -the way, TazTPD output some valid xHTML 5 documents with a clean generated
    1.26 +special tasks such as streaming audio with a very small footprint. By
    1.27 +the way, TazTPD outputs valid xHTML 5 documents with clean generated
    1.28  code.
    1.29  
    1.30 -Under the hood... This small (actuall 3Kb) Web Server will be part of all
    1.31 -SliTaz installation and dedicated to the the user! Yes it can do many
    1.32 -things with it CGI capacity and the so famous QUERY_STRING without talking
    1.33 -about it is all SHell, Ash compatible, like all other SliTaz tools and utility.
    1.34 -So the idea is here now the code must follow, but we will have a full Tazpkg
    1.35 -web based graphical interface.
    1.36 +Under the hood... This small (actual 3Kb) Web Server will be part of all
    1.37 +SliTaz installations and dedicated to the the user! Yes it can do many
    1.38 +things with its CGI capacity like the famous QUERY_STRING. Without talking
    1.39 +about it, it's all SHell, Ash compatible, like all other SliTaz tools and 
    1.40 +utilities. So the idea is here, now the code must follow, but we will have a 
    1.41 +full Tazpkg web based graphical interface.
    1.42  
    1.43  
    1.44  Quick notes
    1.45 @@ -29,6 +29,6 @@
    1.46  
    1.47  	* CGI scripts must be executable: chmod 0777 *.cgi
    1.48  	* xHTML and text CGI scripts works well
    1.49 -	* TazTPD can run in user mode throught nc and from inetd
    1.50 +	* TazTPD can run in user mode through nc and from inetd
    1.51  	  --> www stream tcp nowait nobody /usr/bin/taztpd taztpd
    1.52