Changeset 198

Show
Ignore:
Timestamp:
Sat Sep 9 14:00:05 2006
Author:
Brian
Message:

Fix some spelling errors on web site

Files:

Legend:

Unmodified
Added
Removed
Modified
  • website/trunk/server/internals.html

    r196 r198  
    71 71 Their are three important client scripts.:  
    72 72 <ol>  
    73   <li>The <i>Add Database to Server</i> script packages up the database and sends it to the server. It receives back keys that can be used to download the database or access the database via the web. The client script communicates with the server using the XML RPC feature of Python. The database is converted into XML and coverted back at the server end.</li>  
      73 <li>The <i>Add Database to Server</i> script packages up the database and sends it to the server. It receives back keys that can be used to download the database or access the database via the web. The client script communicates with the server using the XML RPC feature of Python. The database is converted into XML and converted back at the server end.</li>  
    73 73 <li>The <i>Download Database from Server</i> script a copies the requested database from the server into GanttPV.</li>  
    74 74 <li>The <i>Share Changes with Server</i> script receives changes from the server, integrates then into the local copy of the database, identifies all of the local changes, and sends them to the server.</li>  
  • website/trunk/server/install.html

    r196 r198  
    69 69 <ul>  
    70 70 <li>GanttPV Server will run on any of the many operating systems that are supported by Python.</li>  
    71   <li>This includes Windows, Macintosh, and Linux, amoung others.</li>  
      71 <li>This includes Windows, Macintosh, and Linux, among others.</li>  
    71 71 <li>Nothing else needs to be installed.</li>  
    72 72 </ul>  
  • website/trunk/server/index.html

    r196 r198  
    78 78 </ul>  
    79 79 <p>  
    80   The project manager can designate which reports should be accessable via the web. Team members and customers will be able to access reports from the server by using their web browsers. The server dynamically creates web pages that look like the pages produced by the <i>Export as HTML</i> script.  
      80 The project manager can designate which reports should be accessible via the web. Team members and customers will be able to access reports from the server by using their web browsers. The server dynamically creates web pages that look like the pages produced by the <i>Export as HTML</i> script.  
    80 80 </p>  
    81 81 <h3>Setting Up the Server</h3>  
     
    99 99 </ol>  
    100 100  
    101   <p>To download onto another computer, use the <i>Download Database from Server</i> script. The script requests three parameters. The first parameter is the server’s IP address. The next two parameters are the file number and password (the 'edit key'). This information is conveniently displayed in a dialog box when the database is added to the server. It can also be retrieved by running the <i>ganttpv_show_keys.py</i> script on the server, which displays the file number and edit key for each database in the server. (Be sure to send out the 'edit key', not the 'owner key'.)  
      101 <p>To download onto another computer, use the <i>Download Database from Server</i> script. The script requests three parameters. The first parameter is the server's IP address. The next two parameters are the file number and password (the 'edit key'). This information is conveniently displayed in a dialog box when the database is added to the server. It can also be retrieved by running the <i>ganttpv_show_keys.py</i> script on the server, which displays the file number and edit key for each database in the server. (Be sure to send out the 'edit key', not the 'owner key'.)  
    101 101 </p>  
    102 102