Changeset 242

Show
Ignore:
Timestamp:
Sun Dec 3 21:23:44 2006
Author:
Brian
Message:

Another typo

Files:

Legend:

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

    r241 r242  
    82 82 <h3>Client Script</h3>  
    83 83 <p>  
    84   There are three important client scripts.:  
      84 There are three important client scripts:  
    84 84 <ol>  
    85 85 <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>