slitaz-dev-tools rev 65

tazpd: tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Apr 06 17:08:13 2011 +0100 (2011-04-06)
parents ba3d9fbe6d89
children 282cc8e3e5c9
files taztpd/README taztpd/taztpd.html
line diff
     1.1 --- a/taztpd/README	Tue Apr 05 21:31:21 2011 +0000
     1.2 +++ b/taztpd/README	Wed Apr 06 17:08:13 2011 +0100
     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  
     2.1 --- a/taztpd/taztpd.html	Tue Apr 05 21:31:21 2011 +0000
     2.2 +++ b/taztpd/taztpd.html	Wed Apr 06 17:08:13 2011 +0100
     2.3 @@ -21,10 +21,10 @@
     2.4  		A Web server in a nutSHell!
     2.5  	</p>
     2.6  	<p>
     2.7 -		TazTPD is a very small Web Server all in Shell script who can
     2.8 -		be run in user space. TazTPD is not designed to be used in
     2.9 -		production but for fun, for testing, to easily and on demand
    2.10 -		serve static files or dynamic content with CGI scripts.
    2.11 +		TazTPD is a very small Web Server written in Shell script which 
    2.12 +		can be run in user space. TazTPD is not designed to be used in
    2.13 +		production but for fun, for testing, to easily serve static files 
    2.14 +		or dynamic content on demand with CGI scripts.
    2.15  	</p>
    2.16  	<h4>CGI testing</h4>
    2.17  	<form method="get" action="taztpd.cgi">