SiteManager:
Todo:
15-Feb-2009
On Application Start, open the last project in which user was working on.
Add a facility to automatically publish the files on the web server the site is hosted. This could be done with a ftp command line call or something like that.
Add code prefix and postfix around the entries of a particular date, to allow aestetically grouping of the entries. For instance, to introduce a graphical frame around the entries of a date with divs. DONE: 15-Feb-2009
Add a recursive build to rebuild all the pages under an specific directory. DONE: 15-Feb-2009
Add a shortcut in the Popup of the EditWindow to insert the current date for TODOs DONES or BUG FIXES.DONE: 15-Feb-2009
13-Feb-2009
When building the HTML page and then mirror the result to the destination, create the directory structure, it it doesn't exist.
DONE: 15-Feb-2009
Add a facility to keep track of the last modification date. For instance, saving a file in the root of the site with the value of the last date of modification. Then it simply should be a matter of including this file inside the appropriate page (menu in the case of this site) to show the update of the site.