jkt 05/07/28 12:34:06 Modified: xml/htdocs/doc/en ltsp.xml Log: Coding style fixes (formatting & <date>), *no content change*
Revision Changes Path 1.14 +26 -13 xml/htdocs/doc/en/ltsp.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ltsp.xml?rev=1.14&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ltsp.xml?rev=1.14&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ltsp.xml.diff?r1=1.13&r2=1.14&cvsroot=gentoo Index: ltsp.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ltsp.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ltsp.xml 6 Apr 2005 09:40:00 -0000 1.13 +++ ltsp.xml 28 Jul 2005 12:34:06 -0000 1.14 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ltsp.xml,v 1.13 2005/04/06 09:40:00 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ltsp.xml,v 1.14 2005/07/28 12:34:06 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/ltsp.xml"> @@ -21,12 +21,14 @@ <license/> <version>1.9</version> -<date>October 18, 2004</date> +<date>2004-10-18</date> + <chapter> <title>Introduction</title> <section> <title>What is LTSP?</title> <body> + <p> LTSP is an abbreviation for "Linux Terminal Server Project". Installed on a server it can supply many workstations (so called thin-clients) @@ -36,6 +38,7 @@ need to have an uniform workspace on each computer you login, e.g. in schools or firms. </p> + </body> </section> </chapter> @@ -44,11 +47,13 @@ <section> <title>Preliminaries</title> <body> + <p> All of the examples in this document presume that your server's IP is 192.168.0.254, your domain is named yourdomain.com and your network is 192.168.0.0/24. </p> + </body> </section> <section> @@ -74,17 +79,25 @@ </p> <ul> -<li><b>XFree</b>: They are called XTerminals, guess why :)</li> -<li><b>DHCP</b>: DHCP is a protocol for automating the configuration of -computers that use TCP/IP, used by ltsp to distribute IPs to the -workstations.</li> -<li><b>NFS</b>: NFS is a protocol to allow access to harddisks through -the network, used by ltsp to mount a base system for the -workstations.</li> -<li><b>TFTP</b>: TFTP is a simple file transfer protocol, used by ltsp -to transfer the kernel to the workstations.</li> -<li><b>XINETD</b>: Xinetd is a powerful replacement for inetd, with -advanced features, used by ltsp to start tftp.</li> + <li><b>XFree</b>: They are called XTerminals, guess why :)</li> + <li> + <b>DHCP</b>: DHCP is a protocol for automating the configuration of + computers that use TCP/IP, used by ltsp to distribute IPs to the + workstations. + </li> + <li> + <b>NFS</b>: NFS is a protocol to allow access to harddisks through + the network, used by ltsp to mount a base system for the + workstations. + </li> + <li> + <b>TFTP</b>: TFTP is a simple file transfer protocol, used by ltsp + to transfer the kernel to the workstations. + </li> + <li> + <b>XINETD</b>: Xinetd is a powerful replacement for inetd, with + advanced features, used by ltsp to start tftp. + </li> </ul> <note> -- [email protected] mailing list
