Changeset 44

Show
Ignore:
Timestamp:
Sat Mar 11 16:48:58 2006
Author:
Alexander
Message:
Files:

Legend:

Unmodified
Added
Removed
Modified
  • website/trunk/developer/subversion.html

    r39 r44  
    1   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
    1 1         "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">  
    2   <!-- 040805 - first draft -->  
    3   <html>  
    4   <head>  
    5           <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
    6           <title>GanttPV - Developer Information - Subversion</title>  
      2 <!-- 040805 - first draft -->  
      3 <html>  
      4 <head>  
      5         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
      6         <title>GanttPV - Developer Information - Subversion</title>  
    7 7         <meta name="keywords" CONTENT="">  
    8 8         <meta name="description" CONTENT="">  
    9 9         <link rel="Stylesheet" href="../styles.css" type="text/css" media="Screen" charset="iso-8859-1">  
    10   </head>  
      10 </head>  
    10 10 <body>  
    11 11 <div id="logo">  
     
    20 20 </div>  
    21 21 <div id=tag>Project scheduling software (scriptable, cross-platform, and open source)</div>  
    22   <table cellspacing="0">  
      22 <table cellspacing="0">  
    22 22 <col width="20%">  
    23 23 <col width="60%">  
    24 24 <col width="20%">  
    25   <td id="left">  
      25 <td id="left">  
    25 25         <a class="nav" href="../index.html">GanttPV&nbsp;Home</a><br>  
    26 26         <a class="nav" href="../help/index.html">Help - Overview</a>  
     
    34 34                 <li><a class="nav" href="../help/menus.html">Menus</a></li>  
    35 35                 <li><a class="nav" href="../help/print.html">Print / Export</a></li>  
    36           </ul>  
      36         </ul>  
    36 36         <a class="nav" href="http://www.SimpleProjectManagement.com/forum/">Forum</a><br>  
    37 37         <a class="nav" href="../scripts/index.html">Scripts</a>  
     
    40 40                 <li><a class="nav" href="../scripts/howto.html">How To</a></li>  
    41 41                 <li><a class="nav" href="../scripts/data.html">Data</a></li>  
    42           </ul>  
      42         </ul>  
    42 42         <a class="nav" href="../server/index.html">Server</a>  
    43 43         <ul>  
     
    51 51                 <li class="selected">Subversion</li>  
    52 52         </ul>  
    53   </td>  
      53 </td>  
    53 53 <td id="main">  
    54 54  
    55   <!-- start main content -->  
    56   <h3>Source code</h3>  
    57   <p>  
      55 <!-- start main content -->  
      56 <h3>Source code</h3>  
      57 <p>  
    58 58 The current source for GanttPV Scripts and Server is available via Subversion on the Internet. It can be accessed via web browser at: <a href="http://svn.ganttpv.python-hosting.com/">http://svn.ganttpv.python-hosting.com/</a> or, if you prefer the Trax interface, use: <a href="http://ganttpv.python-hosting.com/browser/">http://ganttpv.python-hosting.com/browser/</a>.  
    59 59 </p>  
    60   <h3>Submitting changes</h3>  
      60 <h3>Submitting changes</h3>  
    60 60 <p>Please feel free to experiment with the scripts and server. If you have changes (or new scripts) that you would like to share, please send them to us. You can contact us with questions or comments at: <a class="textlink" href="mailto:brian@bureviolet.net">Brian@PureViolet.net</a>. Once you have some experience making changes you may wish to request developer access to the GanttPV Subversion repository.  
    61 61 </p>  
     
    173 173  
    174 174 <!--end main content -->  
    175    
    176   </td>  
    177   <td id="right">  
    178           <h4 class="navgroup">Download GanttPV:</h4>  
    179           <a class="outside" href="../help/download.html">Instructions</a><br>  
    180           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
    181           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
      175  
      176 </td>  
      177 <td id="right">  
      178         <h4 class="navgroup">Download GanttPV:</h4>  
      179         <a class="outside" href="../help/download.html">Instructions</a><br>  
      180         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
      181         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
    182 182         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br>  
    183 183         <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br>  
     
    186 186         <h4 class="navgroup">Other Links</h4>  
    187 187         <a class="outside" href="../../index.html">PureViolet.net</a><br>  
    188           <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
      188         <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
    188 188         <a class="outside" href="http://www.SimpleProjectManagement.com/ganttpv/">Using GanttPV (must read!)</a><br>  
    189   </td>  
      189 </td>  
    189 189 </tr>  
    190   </table>  
      190 </table>  
    190 190 <div id="footer">  
    191           Copyright &copy; 2004, 2005, 2006 by Brian C. Christensen. (050701, 060311)<br>  
      191         Copyright &copy; 2004, 2005, 2006 by Brian C. Christensen. (050701, 060311)<br>  
    191 191         Questions or comments? Contact us: <a class="footnote" href="mailto:brian@bureviolet.net">Brian@PureViolet.net</a>.  
    192 192 </div>  
    193   </body>  
    194   </html>  
      193 </body>  
      194 </html>  
  • website/trunk/developer/index.html

    r39 r44  
    1   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
    1 1         "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">  
    2   <!-- 040805 - first draft -->  
    3   <html>  
    4   <head>  
    5           <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
    6           <title>GanttPV - Developer Information</title>  
      2 <!-- 040805 - first draft -->  
      3 <html>  
      4 <head>  
      5         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
      6         <title>GanttPV - Developer Information</title>  
    7 7         <meta name="keywords" CONTENT="">  
    8 8         <meta name="description" CONTENT="">  
    9 9         <link rel="Stylesheet" href="../styles.css" type="text/css" media="Screen" charset="iso-8859-1">  
    10   </head>  
      10 </head>  
    10 10 <body>  
    11 11 <div id="logo">  
     
    20 20 </div>  
    21 21 <div id=tag>Project scheduling software (scriptable, cross-platform, and open source)</div>  
    22   <table cellspacing="0">  
      22 <table cellspacing="0">  
    22 22 <col width="20%">  
    23 23 <col width="60%">  
    24 24 <col width="20%">  
    25   <td id="left">  
      25 <td id="left">  
    25 25         <a class="nav" href="../index.html">GanttPV&nbsp;Home</a><br>  
    26 26         <a class="nav" href="../help/index.html">Help - Overview</a>  
     
    34 34                 <li><a class="nav" href="../help/menus.html">Menus</a></li>  
    35 35                 <li><a class="nav" href="../help/print.html">Print / Export</a></li>  
    36           </ul>  
      36         </ul>  
    36 36         <a class="nav" href="http://www.SimpleProjectManagement.com/forum/">Forum</a><br>  
    37 37         <a class="nav" href="../scripts/index.html">Scripts</a>  
     
    40 40                 <li><a class="nav" href="../scripts/howto.html">How To</a></li>  
    41 41                 <li><a class="nav" href="../scripts/data.html">Data</a></li>  
    42           </ul>  
      42         </ul>  
    42 42         <a class="nav" href="../server/index.html">Server</a>  
    43 43         <ul>  
     
    51 51                 <li><a class="nav" href="./subversion.html">Subversion</a></li>  
    52 52         </ul>  
    53   </td>  
      53 </td>  
    53 53 <td id="main">  
    54 54  
    55   <!-- start main content -->  
    56   <h3>Developer overview</h3>  
      55 <!-- start main content -->  
      56 <h3>Developer overview</h3>  
    57 57 <p>NOTE: The source has moved to subversion. See the GanttPV Subversion page for details. This page will be updated in the near future.  
    58 58 </p>  
    59   <p>  
      59 <p>  
    59 59 The current source for GanttPV is available via CVS on SourceForge.net. To make enhancements to GanttPV you will need the following:  
    60 60 <ul>  
     
    138 138 </u>  
    139 139 <!--end main content -->  
    140    
    141   </td>  
    142   <td id="right">  
    143           <h4 class="navgroup">Download GanttPV:</h4>  
    144           <a class="outside" href="../help/download.html">Instructions</a><br>  
    145           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
    146           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
      140  
      141 </td>  
      142 <td id="right">  
      143         <h4 class="navgroup">Download GanttPV:</h4>  
      144         <a class="outside" href="../help/download.html">Instructions</a><br>  
      145         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
      146         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
    147 147         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br>  
    148 148         <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br>  
     
    151 151         <h4 class="navgroup">Other Links</h4>  
    152 152         <a class="outside" href="../../index.html">PureViolet.net</a><br>  
    153           <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
      153         <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
    153 153         <a class="outside" href="http://www.SimpleProjectManagement.com/ganttpv/">Using GanttPV (must read!)</a><br>  
    154   </td>  
      154 </td>  
    154 154 </tr>  
    155   </table>  
      155 </table>  
    155 155 <div id="footer">  
    156           Copyright &copy; 2004 by Brian C. Christensen. (040807)<br>  
      156         Copyright &copy; 2004 by Brian C. Christensen. (040807)<br>  
    156 156         Questions or comments? Contact us: <a class="footnote" href="mailto:brian@bureviolet.net">Brian@PureViolet.net</a>.  
    157 157 </div>  
    158   </body>  
    159   </html>  
      158 </body>  
      159 </html>  
  • website/trunk/developer/priorities.html

    r31 r44  
    1   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
    1 1         "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">  
    2 2 <!-- 040805 - first draft -->  
    3   <html>  
    4   <head>  
    5           <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
    6           <title>GanttPV - Developer Priorities</title>  
      3 <html>  
      4 <head>  
      5         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
      6         <title>GanttPV - Developer Priorities</title>  
    7 7         <meta name="keywords" CONTENT="">  
    8 8         <meta name="description" CONTENT="">  
    9 9         <link rel="Stylesheet" href="../styles.css" type="text/css" media="Screen" charset="iso-8859-1">  
    10   </head>  
      10 </head>  
    10 10 <body>  
    11 11 <div id="logo">  
     
    20 20 </div>  
    21 21 <div id=tag>Project scheduling software (scriptable, cross-platform, and open source)</div>  
    22   <table cellspacing="0">  
      22 <table cellspacing="0">  
    22 22 <col width="20%">  
    23 23 <col width="60%">  
    24 24 <col width="20%">  
    25 25 <tr>  
    26   <td id="left">  
      26 <td id="left">  
    26 26         <a class="nav" href="../index.html">GanttPV&nbsp;Home</a><br>  
    27 27         <a class="nav" href="../help/index.html">Help - Overview</a>  
     
    54 54 <td id="main">  
    55 55  
    56   <!-- start main content -->  
      56 <!-- start main content -->  
    56 56 <h3>Tentative Priority List</h3>  
    57 57 <p>  
    58 58 This is the current priority list that is driving development of GanttPV. If you have any suggestions for improvements to GanttPV or would like to see the priorities changed, please post your comments at the <a class="textlink" href="http://www.simpleprojectmanagement.com/forum/">GanttPV Forum</a>.  
    59 59 </p>  
    60    
      60  
    60 60 <table width=100% border=1 cellspacing=0 cellpadding=5>  
    61 61  
     
    329 329 </tr>  
    330 330  
    331   </table>  
      331 </table>  
    331 331 <!--end main content -->  
    332 332  
    333   </td>  
    334   <td id="right">  
    335           <h4 class="navgroup">Download GanttPV:</h4>  
    336           <a class="outside" href="../help/download.html">Instructions</a><br>  
    337           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
    338           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
      333 </td>  
      334 <td id="right">  
      335         <h4 class="navgroup">Download GanttPV:</h4>  
      336         <a class="outside" href="../help/download.html">Instructions</a><br>  
      337         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
      338         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
    339 339         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br>  
    340 340         <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br>  
     
    344 344         <h4 class="navgroup">Other Links</h4>  
    345 345         <a class="outside" href="../../index.html">PureViolet.net</a><br>  
    346           <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
      346         <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
    346 346         <a class="outside" href="http://www.SimpleProjectManagement.com/ganttpv/">Using GanttPV (must read!)</a><br>  
    347   </td>  
      347 </td>  
    347 347 </tr>  
    348   </table>  
      348 </table>  
    348 348 <div id="footer">  
    349           Copyright &copy; 2004, 2005 by Brian C. Christensen. (050119)<br>  
      349         Copyright &copy; 2004, 2005 by Brian C. Christensen. (050119)<br>  
    349 349         Questions or comments? Contact us: <a class="footnote" href="mailto:brian@PureViolet.net">brian@PureViolet.net</a>.  
    350 350 </div>  
    351   </body>  
    352   </html>  
      351 </body>  
      352 </html>  
  • website/trunk/server/internals.html

    r31 r44  
    1   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
    1 1         "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">  
    2 2 <!-- 040805 - first draft -->  
    3   <html>  
    4   <head>  
    5           <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
    6           <title>GanttPV Server - How does it work?</title>  
      3 <html>  
      4 <head>  
      5         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
      6         <title>GanttPV Server - How does it work?</title>  
    7 7         <meta name="keywords" CONTENT="">  
    8 8         <meta name="description" CONTENT="">  
    9 9         <link rel="Stylesheet" href="../styles.css" type="text/css" media="Screen" charset="iso-8859-1">  
    10   </head>  
      10 </head>  
    10 10 <body>  
    11 11 <div id="logo">  
     
    20 20 </div>  
    21 21 <div id=tag>Project scheduling software (scriptable, cross-platform, and open source)</div>  
    22   <table cellspacing="0">  
      22 <table cellspacing="0">  
    22 22 <col width="20%">  
    23 23 <col width="60%">  
    24 24 <col width="20%">  
    25 25 <tr>  
    26   <td id="left">  
      26 <td id="left">  
    26 26         <a class="nav" href="../index.html">GanttPV&nbsp;Home</a><br>  
    27 27         <a class="nav" href="../help/index.html">Help - Overview</a>  
     
    46 46                 <li><a class="nav" href="./install.html">Install</a>  </li>  
    47 47                 <li class="selected">Internals</li>  
    48           </ul>  
      48         </ul>  
    48 48         <a class="nav" href="../developer/index.html">Developer </a></li>  
    49 49         <ul>  
    50 50                 <li><a class="nav" href="../developer/priorities.html"> Priorities</div></li>  
    51           </ul>  
      51         </ul>  
    51 51 </td>  
    52 52 <td id="main">  
    53 53  
    54   <!-- start main content -->  
      54 <!-- start main content -->  
    54 54 <h3>GanttPV Internals</h3>  
    55 55 <p>  
    56 56 [What would you like to know about how GanttPV Server works? Please send your questions! -- Brian]  
    57   </p>  
      57 </p>  
    57 57 <h3>Client Script</h3>  
    58   <p>  
      58 <p>  
    58 58 The client script copies the entire contents of the database to the server using the XML RPC feature of Python.  
    59 59 </p>  
    60 60 <h3>Server</h3>  
    61   <p>  
      61 <p>  
    61 61 The first version of the server uses Gadfly, a relational database written in Python. We used it because it is easier to install and set up than other databases. It is the easiest choice for read only database access.  
    62 62 </p>  
     
    71 71 </p>  
    72 72 <h3>Report CGI Script</h3>  
    73   <p>  
      73 <p>  
    73 73 The CGI Script requests all of the information that might be needed to create the requested report. It the processes the data much like GanttPV does when a .ganttpv file is first loaded in. Finally it displays the requested report using code copied from the export as HTML script.  
    74 74 </p>  
     
    77 77 <!--end main content -->  
    78 78  
    79   </td>  
    80   <td id="right">  
    81           <h4 class="navgroup">Download GanttPV:</h4>  
    82           <a class="outside" href="../help/download.html">Instructions</a><br>  
    83           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
    84           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
      79 </td>  
      80 <td id="right">  
      81         <h4 class="navgroup">Download GanttPV:</h4>  
      82         <a class="outside" href="../help/download.html">Instructions</a><br>  
      83         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
      84         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
    85 85         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br>  
    86 86         <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br>  
     
    89 89         <h4 class="navgroup">Other Links</h4>  
    90 90         <a class="outside" href="../../index.html">PureViolet.net</a><br>  
    91           <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
      91         <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
    91 91         <a class="outside" href="http://www.SimpleProjectManagement.com/ganttpv/">Using GanttPV (must read!)</a><br>  
    92   </td>  
      92 </td>  
    92 92 </tr>  
    93   </table>  
      93 </table>  
    93 93 <div id="footer">  
    94           Copyright &copy; 2005 by Brian C. Christensen. (050119)<br>  
      94         Copyright &copy; 2005 by Brian C. Christensen. (050119)<br>  
    94 94         Questions or comments? Contact us: <a class="footnote" href="mailto:brian@PureViolet.net">brian@PureViolet.net</a>.  
    95 95 </div>  
    96   </body>  
    97   </html>  
      96 </body>  
      97 </html>  
  • website/trunk/server/install.html

    r34 r44  
    1   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
    1 1         "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">  
    2 2 <!-- 050305 - first draft -->  
    3   <html>  
    4   <head>  
    5           <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
    6           <title>GanttPV Server- Installation</title>  
      3 <html>  
      4 <head>  
      5         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
      6         <title>GanttPV Server- Installation</title>  
    7 7         <meta name="keywords" CONTENT="">  
    8 8         <meta name="description" CONTENT="">  
    9 9         <link rel="Stylesheet" href="../styles.css" type="text/css" media="Screen" charset="iso-8859-1">  
    10   </head>  
      10 </head>  
    10 10 <body>  
    11 11 <div id="logo">  
     
    20 20 </div>  
    21 21 <div id=tag>Project scheduling software (scriptable, cross-platform, and open source)</div>  
    22   <table cellspacing="0">  
      22 <table cellspacing="0">  
    22 22 <col width="20%">  
    23 23 <col width="60%">  
    24 24 <col width="20%">  
    25 25 <tr>  
    26   <td id="left">  
      26 <td id="left">  
    26 26         <a class="nav" href="../index.html">GanttPV&nbsp;Home</a><br>  
    27 27         <a class="nav" href="../help/index.html">Help - Overview</a>  
     
    46 46                 <li class="selected">Install</li>  
    47 47                 <li><a class="nav" href="./internals.html">Internals</a></li>  
    48           </ul>  
      48         </ul>  
    48 48         <a class="nav" href="../developer/index.html">Developer </a></li>  
    49 49         <ul>  
    50 50                 <li><a class="nav" href="../developer/priorities.html"> Priorities</div></li>  
    51           </ul>  
      51         </ul>  
    51 51 </td>  
    52 52 <td id="main">  
    53 53  
    54   <!-- start main content -->  
    55   <h3>GanttPV Server Installation</h3>  
    56   <p>  
      54 <!-- start main content -->  
      55 <h3>GanttPV Server Installation</h3>  
      56 <p>  
    57 57 GanttPV Server must be installed on the server first. Only the "Refresh Server" script is loaded onto the client machine.  
    58 58 </p>  
    59 59  
    60   <h3>Components</h3>  
      60 <h3>Components</h3>  
    60 60 <ul>  
    61 61 <li>GanttPV v0.4.1 or later (these version import the XML RPC routines used by the server).</li>  
     
    69 69 </ul>  
    70 70  
    71   <h3>Steps on Server</h3>  
      71 <h3>Steps on Server</h3>  
    71 71 <ol>  
    72 72 <li>Select 4-digit server port number. Make sure port number will be accessible through any firewalls.</li>  
     
    82 82 </ol>  
    83 83  
    84   <h3>Steps on Client</h3>  
      84 <h3>Steps on Client</h3>  
    84 84 <ol>  
    85 85 <li>Make sure the project manger's machine has GanttPV v0.4.1 (or later) installed.</li>  
     
    91 91 </ol>  
    92 92  
    93   <h3>Test Web Access</h3>  
      93 <h3>Test Web Access</h3>  
    93 93 <ol>  
    94 94 <li>Access GanttPV web script from your browser.</li>  
     
    99 99 <!--end main content -->  
    100 100  
    101   </td>  
    102   <td id="right">  
    103           <h4 class="navgroup">Download GanttPV:</h4>  
    104           <a class="outside" href="../help/download.html">Instructions</a><br>  
    105           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
    106           <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
      101 </td>  
      102 <td id="right">  
      103         <h4 class="navgroup">Download GanttPV:</h4>  
      104         <a class="outside" href="../help/download.html">Instructions</a><br>  
      105         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br>  
      106         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br>  
    107 107         <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br>  
    108 108         <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br>  
     
    111 111         <h4 class="navgroup">Other Links</h4>  
    112 112         <a class="outside" href="../../index.html">PureViolet.net</a><br>  
    113           <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
      113         <a class="outside" href="http://www.SimpleProjectManagement.com">Simple Project Management</a><br>  
    113 113         <a class="outside" href="http://www.SimpleProjectManagement.com/ganttpv/">Using GanttPV (must read!)</a><br>  
    114   </td>  
      114 </td>  
    114 114 </tr>  
    115   </table>  
      115 </table>  
    115 115 <div id="footer">  
    116           Copyright &copy; 2005, 2006 by Brian C. Christensen. (060307)<br>  
      116         Copyright &copy; 2005, 2006 by Brian C. Christensen. (060307)<br>  
    116 116         Questions or comments? Contact us: <a class="footnote" href="mailto:brian@PureViolet.net">brian@PureViolet.net</a>.  
    117 117 </div>  
    118   </body>  
    119   </html>  
      118 </body>  
      119 </html>  
  • website/trunk/server/index.html

    r31 r44  
    1   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
    1 1         "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">  
    2   <!-- 050305 - first draft -->  
    3   <html>  
    4   <head>  
    5           <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
    6           <title>GanttPV Server - Introduction</title>  
      2 <!-- 050305 - first draft -->  
      3 <html>  
      4 <head>  
      5         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
      6         <title>GanttPV Server - Introduction</tit