myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2835] The general description node was integrated on


From: Giuseppe Scrivano
Subject: [myserver-commit] [2835] The general description node was integrated on the front page, added the concept index and fixed the structure.
Date: Tue, 23 Sep 2008 18:48:00 +0000

Revision: 2835
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2835
Author:   gscrivano
Date:     2008-09-23 18:48:00 +0000 (Tue, 23 Sep 2008)

Log Message:
-----------
The general description node was integrated on the front page, added the 
concept index and fixed the structure.

Modified Paths:
--------------
    trunk/myserver/documentation/Makefile.am
    trunk/myserver/documentation/myserver.texi
    trunk/myserver/documentation/virtual_hosts.texi

Removed Paths:
-------------
    trunk/myserver/documentation/general_description.texi

Modified: trunk/myserver/documentation/Makefile.am
===================================================================
--- trunk/myserver/documentation/Makefile.am    2008-09-22 20:20:14 UTC (rev 
2834)
+++ trunk/myserver/documentation/Makefile.am    2008-09-23 18:48:00 UTC (rev 
2835)
@@ -1,6 +1,6 @@
 info_TEXINFOS=myserver.texi
 
 #any other .texi that is not myserver.texi
-myserver_TEXINFOS=basic_configuration.texi  doclicense.texi  
general_description.texi mime_types.texi  gpl.texi  process_security.texi 
virtual_hosts.texi ssl_certificates.texi
+myserver_TEXINFOS=basic_configuration.texi  doclicense.texi mime_types.texi  
gpl.texi  process_security.texi virtual_hosts.texi ssl_certificates.texi
 
 SUBDIRS = english

Deleted: trunk/myserver/documentation/general_description.texi
===================================================================
--- trunk/myserver/documentation/general_description.texi       2008-09-22 
20:20:14 UTC (rev 2834)
+++ trunk/myserver/documentation/general_description.texi       2008-09-23 
18:48:00 UTC (rev 2835)
@@ -1,9 +0,0 @@
address@hidden -*-texinfo-*-
-MyServer is a powerful web server designed, to be easily run on a
-personal computer by the average computer user.
-It is based on multi-threaded architecture, which makes it extremely
-scalable and usable in large scale sites, as well as in small
-networks. It has built-in supports for the HTTP, HTTPS and FTP
-protocols.
-Support for dynamic pages is made available trough CGI, ISAPI, WinCGI,
-SCGI and FastCGI protocols.

Modified: trunk/myserver/documentation/myserver.texi
===================================================================
--- trunk/myserver/documentation/myserver.texi  2008-09-22 20:20:14 UTC (rev 
2834)
+++ trunk/myserver/documentation/myserver.texi  2008-09-23 18:48:00 UTC (rev 
2835)
@@ -1,9 +1,40 @@
 \input texinfo
address@hidden myserver.info
address@hidden GNU MyServer documentation
address@hidden myserver
 
address@hidden GNU MyServer Manual
+
 @setchapternewpage odd
 
address@hidden
+This is the manual for GNU MyServer.
+
+Copyright @copyright{} 2008 Free Software Foundation, Inc.
+
address@hidden
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with the
+Invariant Sections being ``The GNU Manifesto,'' ``Distribution'' and
+``GNU GENERAL PUBLIC LICENSE,'' with the Front-Cover texts being ``A GNU
+Manual,'' and with the Back-Cover Texts as in (a) below.  A copy of the
+license is included in the section entitled ``GNU Free Documentation
+License.''
+
+(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
+modify this GNU manual.  Buying copies from the FSF supports it in
+developing GNU and promoting software freedom.''
address@hidden quotation
address@hidden copying
+
address@hidden MyServer
address@hidden
+* MyServer: (myserver).        GNU MyServer.
address@hidden direntry
+
address@hidden
+\global\hbadness=100000
address@hidden tex
+
 @titlepage
 @sp 10
 @center @titlefont{GNU MyServer}
@@ -13,38 +44,47 @@
 Copyright @copyright{} 2008 Free Software Foundation, Inc.
 @end titlepage
 
address@hidden Top, Copying,,
address@hidden
address@hidden
address@hidden
address@hidden iftex
 
-This is the manual for the GNU MyServer web server.
address@hidden
address@hidden Top, Copying, (dir), (dir)
address@hidden GNU MyServer
+GNU MyServer is a powerful web server designed, to be easily executed
+on a personal computer by the average computer user.
+It is based on multi-threaded architecture, which makes it extremely
+scalable and usable in large scale sites, as well as in small
+networks.  It has built-in supports for the HTTP, HTTPS and FTP
+protocols.
+Support for dynamic pages is made available trough CGI, ISAPI, WinCGI,
+SCGI and FastCGI protocols.
address@hidden ifnottex
 
 @menu
 * Copying:: The GNU General Public License gives you permission to
             redistribute GNU MyServer on certain terms; it also explains that
             there is no warranty.
 * GNU Free Documentation License:: The license for this documentation.
-* General description:: GNU MyServer general description.
 * Basic configuration:: Basic server configuration.
 * Virtual hosts:: Virtual hosts configuration.
 * MIME types:: MIME types configuration.
 * Process security:: Process security.
 * SSL certificates:: Show how to use SSL certificates.
-* Table of contents:: Table of contents.
+
+* Concept Index::       An item for each concept.
 @end menu
 
 @node Copying, GNU Free Documentation License, Top, Top
 @appendix GNU GENERAL PUBLIC LICENSE
 @include gpl.texi
 
address@hidden GNU Free Documentation License, General description, Copying, Top
address@hidden GNU Free Documentation License, Basic configuration, Copying, Top
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
address@hidden General description, Basic configuration, GNU Free Documentation 
License, Top
address@hidden General description
address@hidden General description
address@hidden general_description.texi
-
address@hidden Basic configuration, Virtual hosts, General description, Top
address@hidden Basic configuration, Virtual hosts, GNU Free Documentation 
License, Top
 @chapter Basic configuration
 @cindex Basic configuration
 @include basic_configuration.texi
@@ -64,14 +104,14 @@
 @cindex Process security
 @include process_security.texi
 
address@hidden SSL certificates, , Process security, Top
address@hidden SSL certificates, Concept Index, Process security, Top
 @chapter SSL certificates
 @cindex SSL certificates
 @include ssl_certificates.texi
 
address@hidden Table of contents, , Top, Top
address@hidden Table of contents
address@hidden Concept Index, , SSL certificates, Top
address@hidden Concept Index
 @printindex cp
address@hidden
+
 @bye
 @c -*-texinfo-*-

Modified: trunk/myserver/documentation/virtual_hosts.texi
===================================================================
--- trunk/myserver/documentation/virtual_hosts.texi     2008-09-22 20:20:14 UTC 
(rev 2834)
+++ trunk/myserver/documentation/virtual_hosts.texi     2008-09-23 18:48:00 UTC 
(rev 2835)
@@ -59,7 +59,11 @@
 @end itemize
 
 Log files can have extra options:
address@hidden<ACCESSLOG type="combined">logs/myServerHTTP.log</ACCESSLOG>}
+
address@hidden
+<ACCESSLOG type="combined">logs/myServerHTTP.log</ACCESSLOG>
address@hidden example
+
 With this option, the logs will have two extra fields: HTTP Referrer
 and HTTP User Agent.
 Using cycle="yes" you will enable log cycler on the log file. When a






reply via email to

[Prev in Thread] Current Thread [Next in Thread]