home *** CD-ROM | disk | FTP | other *** search
/ Image Master / L80.iso / Net / websuite / websuite.exe / HELP.AP_ / HELP.AP
Encoding:
Text File  |  1997-12-08  |  8.1 KB  |  229 lines

  1. <[
  2. // Personal Web Server - Help
  3. // (c) 1997 SmartDesk, Inc., All Rights Reserved
  4.  
  5. websrvr = 0 + param( 1 )
  6. sessionId = 0 + param( 2 )
  7.  
  8. session = new( "session", websrvr, sessionId )
  9. stats = webServerStats( websrvr )
  10.  
  11. ]>
  12. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  13. <!5thGEN Active Pages, by www.smartdesk.com>
  14. <HTML>
  15. <TITLE>Personal Web Server - Help</TITLE>
  16. <BODY BGCOLOR="#000000" LINK="#00FFFF" VLINK="#00FFFF" TEXT="#FFFFFF">
  17.  
  18. <TABLE BORDER=0 WIDTH=600>
  19.  <TR>
  20.   <TD VALIGN="top" WIDTH=120>
  21.    <CENTER>
  22.    <A HREF="/index.ap"><IMG SRC="/image/earth.gif" WIDTH=80 HEIGHT=80 BORDER=0></A><BR>
  23.    <FONT COLOR="#FFFFFF" SIZE=1><FONT COLOR="#00FFFF">©Copyright 1997</FONT><BR>by SmartDesk, Inc.<BR>All Rights Reserved<BR></FONT>
  24.    <P><A HREF="/index.ap">Home</A></P>
  25.    </CENTER>
  26.  
  27.   </TD>
  28.   <TD WIDTH=10>
  29.   </TD>
  30.   <TD WIDTH=465>
  31.  
  32.    <CENTER>
  33.    <P><FONT SIZE=5 COLOR="00FFFF"><B><[ ! session.data( "SERVER_SOFTWARE" ) ]></B></FONT><BR>
  34.    <FONT SIZE=2><[ ! session.data( "SERVER_NAME" ) + ", " + cdow( jdate( ) ) + " " + date( "MMMM DDDD, YYYY" ) + ", " + timetostr( time( ), 0 ) + "m" ]></FONT><BR>
  35.    </P>
  36.  
  37.    <P><BR></P>
  38.    <P><FONT SIZE=5 COLOR="#00FFFF"><B>Web Suite Help</B></FONT></P>
  39.  
  40.    <TABLE BORDER=0 WIDTH=465>
  41.     <TR VALIGN="top" ALIGN="left">
  42.      <TD WIDTH=465>
  43. <P>
  44. Welcome to the SmartDesk Personal Web Suite, the easiest and most flexible
  45. way to have your own web site on the internet.  For detailed operating
  46. instructions, please access the <a href="http://www.smartdesk.com/websuite/docs">online 
  47. documentation</a> for the Web Suite.
  48. </P><P>
  49. This product contains the following features:
  50. </P>
  51. <UL>
  52.  <LI>Personal Web Server
  53.  <LI>Mini-Console
  54.  <LI>System Monitor
  55.  <LI>Guest Book
  56.  <LI>Multimedia Chat
  57.  <LI>Real-time Server Log
  58.  <LI>Virtual Name Server
  59.  <LI>Active Page Engine
  60.  <LI>Just-in-time Compiler and Code Cache
  61.  <LI>Browser-based Local App Launcher
  62.  <LI>Session Manager
  63.  <LI>Integrated Database
  64.  <LI>Local Firewall Security
  65.  <LI>Extensible Architecture
  66.  <LI>Activity Notification
  67. </UL>
  68.  
  69. <P><FONT COLOR="#00FFFF"><B>SYSTEM REQUIREMENTS:</B></FONT></P>
  70.  
  71. <UL>
  72.  <LI>Windows 3.1, WFW, Windows 95, or Windows NT
  73.  <LI>4MB RAM, 1 MB hard disk space minimum
  74.  <LI>SmartDesk VM v3.1 or higher
  75.  <LI>Internet Access
  76.  <LI>Optionally, SmartDesk VM SDK v1.1 or higher
  77. </UL>
  78.  
  79. <P><FONT COLOR="#00FFFF"><B>INSTALLATION INSTRUCTIONS:</B></FONT></P>
  80. <P>
  81. 1.  Make sure that the SmartDesk VM v3.1 or higher is already installed prior
  82.     to installing the web server.
  83. </P><P>
  84. 2.  Copy the SDWEBSRV.EXE file into a temporary directory and decompress
  85.     its contents by running it from the windows RUN command.
  86. </P><P>
  87. 3.  Run the WEBSETUP.EXE file located in the temporary directory and follow
  88.     the on-screen instructions to complete the installation.
  89. </P>
  90.  
  91. <P><FONT COLOR="#00FFFF"><B>DEFAULT DIRECTORY STRUCTURE:</B></FONT></P>
  92. <P>
  93. The installation will create the following default subdirectories:
  94. <PRE>
  95.     c:\\sdweb                 The main server directory
  96.     c:\\sdweb\\home               Your home dir firewall edge
  97.     c:\\sdweb\\home\\bin           Executable directory
  98.     c:\\sdweb\\home\\chat          Chat system
  99.     c:\\sdweb\\home\\download   Public download area
  100.     c:\\sdweb\\home\\image         Common image directory
  101.     c:\\sdweb\\home\\system        Server system files
  102.     c:\\sdweb\\home\\vns           Virtual Name Server
  103. </PRE>
  104. </P>
  105.  
  106. <P><FONT COLOR="#00FFFF"><B>STARTING THE WEB SERVER:</B></FONT></P>
  107. <P>
  108. Users with full-time net access and a permanent IP address should consider 
  109. placing the SDWEBSRV.EXE file in their startup group. This will automatically
  110. start the server each time you restart your computer. Otherwise, simply click
  111. on the Personal Web Server Icon in the SmartDesk program group to start the
  112. mini-console (WCONSOLE.EXE).  From there you can start and stop the server by 
  113. clicking the appropriate button.
  114. </P><P>
  115. Dial-up users and users without a permanent IP address should first access
  116. the net prior to running the Personal Web Server from the SmartDesk program
  117. group.
  118. </P>
  119.  
  120. <P><FONT COLOR="#00FFFF"><B>ACCESSING THE WEB SERVER:</B></FONT></P>
  121.  
  122. <P>
  123. Once installed, the server can be accessed from any browser on the net by
  124. entering the IP address displayed in the second line of the web server
  125. startup display, such as:
  126. <P>
  127. <PRE>
  128.     http://24.1.130.243
  129. </PRE>
  130. <P>
  131. Additionally, you can use the SmartDesk Virtual Name Server included in this
  132. Web Suite to provide access to your web site without cryptic addressing.
  133. </P>
  134.  
  135. <P><FONT COLOR="#00FFFF"><B>CUSTOMIZING YOUR WEB SITE:</B></FONT></P>
  136. <P>
  137. You can customize your web server by changing the initial startup page users
  138. see when first visiting your site which is currently set to the INDEX.AP 
  139. active page, and adding your own HTML or AP pages.  Active Pages are
  140. identical to HTML pages except they can have embedded dynamic content.
  141. </P>
  142.  
  143. <P><FONT COLOR="#00FFFF"><B>CREATING DYNAMIC CONTENT:</B></FONT></P>
  144. <P>
  145. Everything necessary to create dynamic content including full database 
  146. manipulation is included as part of this Personal Web Suite.  Active Pages
  147. have a file extension of ".AP" and can contain any combination of HTML, FGL,
  148. Java, or other web-supported languages.
  149. </P><P>
  150. Examine the AP files located in the home, system, and chat directories located
  151. beneath your main server directory for specific examples.  Or contact our web
  152. site for additional information.
  153. </P><P>
  154. The ideal resource for creating dynamic content in this environment is the 
  155. SmartDesk VM SDK, which is available free from the SmartDesk web site.
  156. </P>
  157.  
  158. <P><FONT COLOR="#00FFFF"><B>ACCESSING THE SERVER LOG:</B></FONT></P>
  159. <P>
  160. A real-time log file is automatically maintained in the directory where you
  161. installed the server.  This is a standard ASCII text file that can be viewed
  162. and manipulated at will.
  163. </P><P>
  164. Additionally, the Update Log utility is provided to automatically convert the
  165. text file to a full indexed database which can be browsed via the online 
  166. log portion of your Personal Web Server web site.
  167. </P><P>
  168. Running the update program removes the entries in the ASCII file and moves 
  169. them into the log database.  This occurs without your server having to go
  170. off-line.
  171. </P>
  172.  
  173. <P><FONT COLOR="#00FFFF"><B>HOT UPDATES TO THE SERVER:</B></FONT></P>
  174. <P>
  175. You may alter the default behavior of the server dynamically without having
  176. to take your server off-line.  This occurs by changing the default server
  177. "handler" SDWEBCFG.DAT located in the windows directory.  This file is a 
  178. standard ASCII text file containing FGL source code.  When the file is
  179. changed, simply click on the HOT FLASH button in the mini-console, issue 
  180. the following command from the SmartDesk Command Line (part of the SmartDesk
  181. VM SDK): webServerConfigReload( ), or optionally restart your server.
  182. </P>
  183.  
  184. <P><FONT COLOR="#00FFFF"><B>GETTING HELP:</B></FONT></P>
  185. <P>
  186. Visit the SmartDesk web site at www.smartdesk.com to access online support
  187. and a variety of technical resources.  Specific support issues may be 
  188. addressed at www.smartdesk.com/support.html.  If all else fails, you may 
  189. contact SmartDesk directly between 9am and 5pm PST at 714-582-4020 or via 
  190. fax at 714-348-0006.
  191. </P>
  192.  
  193. <P><FONT COLOR="#00FFFF"><B>LICENSE AGREEMENT:</B></FONT></P>
  194. <P>
  195. You (the Purchaser) have the right to use these materials subject to the 
  196. following conditions: you may use this software on only one computer and 
  197. you may make copies only for the purpose of backup.  You may install this 
  198. software on more than one computer provided you are the primary user and 
  199. the software is never running simultaneously on more than one machine.
  200. You may not redistribute these materials in whole or part and they are 
  201. provided without liability or warranty except for the usability of the 
  202. media it is provided on, if appropriate.
  203. </P>
  204.  
  205. <P><FONT COLOR="#00FFFF"><B>CONTACTS:</B></FONT></P>
  206. <PRE>
  207. SmartDesk, Inc.
  208. 26062 Merit Circle, Suite 106
  209. Laguna Hills, CA 92653
  210.  
  211. 714-582-4020 voice
  212. 714-348-0006 fax
  213.  
  214. </PRE>
  215. <a href="http://www.smartdesk.com">www.smartdesk.com</a>
  216.  
  217.      </TD>
  218.     </TR>
  219.    </TABLE>
  220.  
  221.    </CENTER>
  222.  
  223.   </TD>
  224.  </TR>
  225. </TABLE>
  226.  
  227. <[! webFooter( )]>
  228.  
  229.