***********************************************************************
*                                                                     *
*                         PalmServer 1.0                              *
*                         Copyright (c) 1997                          *
*                         Noblestar Systems Corporation               *
*                         All Rights Reserved                         *
*                                                                     *
***********************************************************************
Summary of Features:

PalmServer is a stripped-down HTTP server.  
Features include:
	* Directory browsing
	* HTTP port configuration


Additional Notes:

The server's root document directory is a MemoPad category
named 'HTML' that you need to create. I imagine that the 
next version of PalmServer will automatically create the 
'HTML' category along with some default HTML pages, but 
until then you have to do all the work.  One note, I suggest
that you use the Pilot Desktop to create the HTML files, that
will save you some time. 

PalmServer can only display a document of up to 4096
characters, this is due to the fact that the MemoPad
field size, by default, is limited to 4096 characters.
It has been suggested that the next version of PalmServer
support DOC database files (.pdb format), so this would 
allow HTML files to be as large as available memory.
	
The URL for any Pilot running PalmServer should be in the
following format:
	http://your.localIP.address/anyfile.html
For example, if you have a HTML file named index.html in your
MemoPad 'HTML' category and your local IP address is 
123.456.789 (I know its not a vaild IP) then the URL to the
file is:
	http://123.456.789/index.html
Pretty simple.   


Requirements:

* PalmPilot Professional
* Palm OS 2.0 or above
* TCP/IP access, either through RAS or PPP
* 'HTML' category in MemoPad
	

Disclaimer:

PalmServer is NOT supported in any fashion by its author or
by Noblestar Systems Corporation.  
