Tue, 24 Oct 2017 19:09:09 +0200
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
<!DOCTYPE html> <html><head> <title>eric6.WebBrowser.Sync</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body> <h1>eric6.WebBrowser.Sync</h1> <p> Package implementing capabilities to sync some configuration data. </p> <h3>Modules</h3> <table> <tr> <td><a href="eric6.WebBrowser.Sync.DirectorySyncHandler.html">DirectorySyncHandler</a></td> <td>Module implementing a synchronization handler using a shared directory.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.FtpSyncHandler.html">FtpSyncHandler</a></td> <td>Module implementing a synchronization handler using FTP.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncAssistantDialog.html">SyncAssistantDialog</a></td> <td>Module implementing a wizard dialog to enter the synchronization data.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncCheckPage.html">SyncCheckPage</a></td> <td>Module implementing the synchronization status wizard page.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncDataPage.html">SyncDataPage</a></td> <td>Module implementing the synchronization data wizard page.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncDirectorySettingsPage.html">SyncDirectorySettingsPage</a></td> <td>Module implementing the synchronization shared directory settings wizard page.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncEncryptionPage.html">SyncEncryptionPage</a></td> <td>Module implementing encryption settings wizard page.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncFtpSettingsPage.html">SyncFtpSettingsPage</a></td> <td>Module implementing the synchronization FTP host settings wizard page.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncGlobals.html">SyncGlobals</a></td> <td>Module implementing some global definitions.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncHandler.html">SyncHandler</a></td> <td>Module containing a base class for synchronization handlers.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncHostTypePage.html">SyncHostTypePage</a></td> <td>Module implementing the synchronization host type wizard page.</td> </tr><tr> <td><a href="eric6.WebBrowser.Sync.SyncManager.html">SyncManager</a></td> <td>Module implementing the synchronization manager class.</td> </tr> </table> </body></html>