Changeset 300
- Timestamp:
- Tue Mar 6 13:44:23 2007
- Files:
-
- website/trunk/server/install.html (modified) (diff)
- website/trunk/index.html (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
website/trunk/server/install.html
r261 r300 104 104 <ol> 105 105 <li>Copy the 'server' folder onto the server computer.</li> 106 <li>Before you run the server script, you must set the name, IP address, and port. 107 <ul> 108 <li>You set them by editing the file <i>Configuration.ini</i> in the folder named 'current'.</li> 109 <li>Be sure to edit the script with a plain text editor, like WordPad on Windows or TextEdit on the Mac. On Windows, don't use NotePad; it has problems non-windows end-of-line characters.</li> 110 </ul> 111 </li> 106 112 <li>Choose a unique name for the server, for example: 'Training Dept GanttPV Server'. The name should contain only ascii letters, digits, and spaces. 107 113 <ul> … … 124 130 </li> 125 131 <li>Make sure port number will be accessible through any firewall on the server.</li> 126 <li>Before you run the server script, you must set the name, IP address, and port.127 <ul>128 <li>You set them by editing the file <i>Configuration.ini</i> in the folder named 'current'.</li>129 <li>Be sure to edit the script with a plain text editor, like WordPad on Windows or TextEdit on the Mac. On Windows, don't use NotePad; it has problems non-windows end-of-line characters.</li>130 </ul>131 </li>132 132 <li>If other people have access to the server, you may wish to change the permissions 'current' and 'backup' folders so that only the server's user id will be able to read them. All of the access keys (passwords) for the files are kept in these directories along with the data.</li> 133 133 <li>Run <i>ganttpv_update_server.py</i> script from the server directory. -
website/trunk/index.html
r261 r300 54 54 55 55 <!-- start main content --> 56 <h3>New Beta Release - GanttPV v0.8 - On March 6, 2007</h3> 57 <p>If you are interested in trying the new beta release, please contact us at: <a class="selected" href="mailto:brian@pureviolet.net">brian@pureviolet.net</a>. 58 (Be sure to specify which operating system version you are using.) 59 </p> 60 <p>Productivity improvements</p> 61 <ul> 62 <li>Expanded quick start documentation</li> 63 <li>Added keyboard short cuts to move rows</li> 64 <li>Added keyboard short cuts to manipulate task hierarchies</li> 65 <li>Changed insert row command to move the cursor to newly inserted row</li> 66 </ul> 67 <p>New menu commands</p> 68 <ul> 69 <li>Copy and Paste cells</li> 70 <li>Edit Project Name</li> 71 <li>Edit Report Name</li> 72 <li>Open Selected Report</li> 73 <li>Repeat Previous Script - will re-run the last script used</li> 74 </ul> 75 <p>New or improved scripts</p> 76 <ul> 77 <li>Insert Custom Columns - defines custom column types</li> 78 <li>Show Only Current Tasks - hides all non-current tasks</li> 79 <li>Set Plan Bar Color by Float - sets task bar color based on the available float time</li> 80 <li>Set Plan Bar Color by Dependency - sets color to highlight predecessor and successor tasks</li> 81 <li>Set Plan Bar Color By Startable - sets color to show which tasks can be started</li> 82 <li>Export as HTML - now uses same time scale headers as gantt report window</li> 83 <li>Import PMGame File - loads tasks or resource from text file (primarily for use with pmgame.com web site)</li> 84 <li>Install Partial Hour Duration - allow duration and effort of less than an hour</li> 85 <li>Hide Children - hide all rows in hierarchy below selected rows</li> 86 <li>Show Children - show the next level down from selected rows</li> 87 <li>Save Backup Copy of Database - save a copy with the date and time appended to the name</li> 88 </ul> 89 <p>Bug fixes</p> 90 <ul> 91 <li>Fix a bug that prevented display of time scale headers if Windows XP default font size was increased</li> 92 <li>Use column label in undo messages instead of column name (important for translations because the name is normally in English)</li> 93 <li>Fix bug that prevented import of MS Project XML files with empty task names</li> 94 <li>Corrected row selection logic in grid reports (so that shift-click and control-click work more as expected)</li> 95 </ul> 96 <!-- 56 97 <h3>New Release - GanttPV v0.7 - On Nov 20, 2006</h3> 57 98 <p> … … 84 125 <li>"Install Task Hour" - the task starting hour is now editable (requires v0.7).</li> 85 126 </ul> 127 --> 86 128 87 129 <h3>Why is GanttPV good news?</h3> … … 148 190 </table> 149 191 <div id="footer"> 150 Copyright © 2004, 2005, 2006 by Brian C. Christensen. (061120)<br>192 Copyright © 2004, 2005, 2006, 2007 by Brian C. Christensen. (070306)<br> 150 192 Questions or comments? Contact us: <a class="footnote" href="mailto:Brian@PureViolet.net">Brian@PureViolet.net</a>. 151 193 </div>
