[The-maker-development] FTP queue
Brought to you by:
gerald_spreer
From: the-maker C. <in...@ma...> - 2007-10-18 11:38:37
|
Hello Everybody, I have been working on the maker a lot and wanted to let you know what is going on. The original idea was that when a .dynamic file is saved that the user does not have to make all since he might not remember in which .content files this dynamic is used. So now after saving a .dynamic file all the files hat make use of this .dynamic are queued for ftp upload. The publish feature is uploading that queue. Since I had this possibility I make the ftp queue that standard procedure for all files. Simply when you save a file it is added to the queue. Then you can edit another file and another without having to remember which ones you changed. Then just hit publish and the maker will work its way thru the queue. Of course if a file is already in the queue it is not added again. After it is sent to the server it is removed from the queue. When the maker is closed, or the project is changed, before the queue is publised it is saved (pickled) for the next session on the project. All this is very useful and makes working with the maker even more intuitive. Implementation will be finished in a couple of days. --- I am also working on the whole template thing for new projects... Gerald |