Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: ltsp.xml
Date: Thu, 28 Jul 2005 12:34:28
Message-Id: 200507281233.j6SCXnmI025416@robin.gentoo.org
1 jkt 05/07/28 12:34:06
2
3 Modified: xml/htdocs/doc/en ltsp.xml
4 Log:
5 Coding style fixes (formatting & <date>), *no content change*
6
7 Revision Changes Path
8 1.14 +26 -13 xml/htdocs/doc/en/ltsp.xml
9
10 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
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ltsp.xml?rev=1.14&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ltsp.xml.diff?r1=1.13&r2=1.14&cvsroot=gentoo
13
14 Index: ltsp.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ltsp.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- ltsp.xml 6 Apr 2005 09:40:00 -0000 1.13
21 +++ ltsp.xml 28 Jul 2005 12:34:06 -0000 1.14
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ltsp.xml,v 1.13 2005/04/06 09:40:00 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ltsp.xml,v 1.14 2005/07/28 12:34:06 jkt Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/ltsp.xml">
29 @@ -21,12 +21,14 @@
30 <license/>
31
32 <version>1.9</version>
33 -<date>October 18, 2004</date>
34 +<date>2004-10-18</date>
35 +
36 <chapter>
37 <title>Introduction</title>
38 <section>
39 <title>What is LTSP?</title>
40 <body>
41 +
42 <p>
43 LTSP is an abbreviation for "Linux Terminal Server Project". Installed
44 on a server it can supply many workstations (so called thin-clients)
45 @@ -36,6 +38,7 @@
46 need to have an uniform workspace on each computer you login, e.g. in
47 schools or firms.
48 </p>
49 +
50 </body>
51 </section>
52 </chapter>
53 @@ -44,11 +47,13 @@
54 <section>
55 <title>Preliminaries</title>
56 <body>
57 +
58 <p>
59 All of the examples in this document presume that your server's IP is
60 192.168.0.254, your domain is named yourdomain.com and your network is
61 192.168.0.0/24.
62 </p>
63 +
64 </body>
65 </section>
66 <section>
67 @@ -74,17 +79,25 @@
68 </p>
69
70 <ul>
71 -<li><b>XFree</b>: They are called XTerminals, guess why :)</li>
72 -<li><b>DHCP</b>: DHCP is a protocol for automating the configuration of
73 -computers that use TCP/IP, used by ltsp to distribute IPs to the
74 -workstations.</li>
75 -<li><b>NFS</b>: NFS is a protocol to allow access to harddisks through
76 -the network, used by ltsp to mount a base system for the
77 -workstations.</li>
78 -<li><b>TFTP</b>: TFTP is a simple file transfer protocol, used by ltsp
79 -to transfer the kernel to the workstations.</li>
80 -<li><b>XINETD</b>: Xinetd is a powerful replacement for inetd, with
81 -advanced features, used by ltsp to start tftp.</li>
82 + <li><b>XFree</b>: They are called XTerminals, guess why :)</li>
83 + <li>
84 + <b>DHCP</b>: DHCP is a protocol for automating the configuration of
85 + computers that use TCP/IP, used by ltsp to distribute IPs to the
86 + workstations.
87 + </li>
88 + <li>
89 + <b>NFS</b>: NFS is a protocol to allow access to harddisks through
90 + the network, used by ltsp to mount a base system for the
91 + workstations.
92 + </li>
93 + <li>
94 + <b>TFTP</b>: TFTP is a simple file transfer protocol, used by ltsp
95 + to transfer the kernel to the workstations.
96 + </li>
97 + <li>
98 + <b>XINETD</b>: Xinetd is a powerful replacement for inetd, with
99 + advanced features, used by ltsp to start tftp.
100 + </li>
101 </ul>
102
103 <note>
104
105
106
107 --
108 gentoo-doc-cvs@g.o mailing list