[Pkg-mono-svn-commits] rev 370 - mono-vhostmanager/src/doc

Pablo Fischer pabl0-guest@quantz.debian.org
Sat, 28 Feb 2004 05:46:14 +0100


Author: pabl0-guest
Date: 2004-02-28 05:46:13 +0100 (Sat, 28 Feb 2004)
New Revision: 370

Added:
   mono-vhostmanager/src/doc/mono-vhostmanager.1
Removed:
   mono-vhostmanager/src/doc/nethostmanager.1
Log:
Renamed the file to the new name: mono-vhostmanager.



Copied: mono-vhostmanager/src/doc/mono-vhostmanager.1 (from rev 367, mono-vhostmanager/src/doc/nethostmanager.1)

Deleted: mono-vhostmanager/src/doc/nethostmanager.1
===================================================================
--- mono-vhostmanager/src/doc/nethostmanager.1	2004-02-28 04:45:05 UTC (rev 369)
+++ mono-vhostmanager/src/doc/nethostmanager.1	2004-02-28 04:46:13 UTC (rev 370)
@@ -1,70 +0,0 @@
-.TH nethostmanager 1 "24 February 2004"
-.SH NAME 
-nethostmanager \- A XML VirtualHost manager, made in mono
-.SH SYNOPSIS
-.B mono nethostmanager.exe
-[options]
-.SH DESCRIPTION
-A XML VirtualHost manager, made in mono
-.PP
-The mono-hostmanager is a very little app to manage a 'host file' 
-for the XSP (or Mod-mono-server). 
-.PP
-What mono-hostmanger do, is add hosts (with their alias and path) 
-and remove them. The way that the config file is, is in XML format:
-.PP
-<VirtualHosts>
-.PP
- <Hosts>
-.PP
-  <Host>
-.PP
-   <path>/path/of/my/foo/bar/aspapp</path>
-.PP
-   <alias>/mialias</alias>
-.PP
-  </Host>
-.PP
- </Hosts>
-.PP
-</VirtualHosts>
-.PP
-Nethostmanager was wrote in C#, it uses Serialize and Deserializer 
-methods to work with the XML struct.
-.SH OPTIONS
-.TP
-.I add
-Add a VirtualHost
-.TP
-.I del
-Delete a VirtualHost
-.TP
-.I print
-Prints the file to screen in the xsp format (/alias:path)
-.TP
-.I \-\-config\-file
-The full path where the config file is
-.TP
-.I \-\-alias
-The alias that you want for the host
-.TP
-.I \-\-path
-The path where your web files are
-.TP
-Some examples:
-.TP
-.B add --config-file=/etc/xsp/files.conf --alias=examples --path=/usr/share/foo/bar
-Create a new VirtualHost (if no one is found) in the files.conf, with the alias: examples, 
-and the dir the the ASP.NET are is '/usr/share/foo/bar'.
-.PP
-.SH AUTHORS
-Mono NetHostManager was written by Pablo Fischer (pablo@pablo.com.mx)
-.SH SEE ALSO
-.BR mono (1),
-.PP
-http://www.pablo.com.mx is Pablo Fischer official site
-.SH MORE INFORMATION
-The Mono project (http://www.go-mono.com) is a collaborative effort
-led by Ximian (http://www.ximian.com) to implement an open source
-version of the .NET Framework.
-