From t_leitner at gmx.at Sat Sep 15 05:36:09 2012 From: t_leitner at gmx.at (Thomas Leitner) Date: Sat, 15 Sep 2012 07:36:09 +0200 Subject: [webgen-users] [next] New CLI commands, task extension, all path handlers/content processors updated Message-ID: <20120915073609.59c66780@noweto> Hey everybody, it has been some time since the last update regarding the next version of webgen which is due to summer and vacations :-) Here is a short summary of the recent changes (available on [Github][1]): * New CLI command for - creating a website - creating extension bundles - showing node dependencies * Feed/Sitemap path handlers work again ? all path handlers work now * kramdown/fragments content processors work again ? all content processors work now * Better log output (verbose information can now be output separately from debug messages; log messages can contain parts that are only displayed when verbose output is used) * config.yaml ? webgen.config (makes intention clearer) - and it can either be a YAML or a Ruby file * Implemented new Task extension (used for executing certain tasks; independent of user interface) and the following tasks: create website, generate website, create bundle * Generated links now get a 'hreflang' attribute * Implemented a test helper so that extensions can also more easily be tested * Fixed bugs in many places If you have any questions, feel free to ask! Just mail to this list, write to @_gettalong (Twitter) or join the IRC channel #webgen on freenode. Best regards, Thomas [1]: https://github.com/gettalong/webgen/ From t_leitner at gmx.at Sun Sep 23 14:43:50 2012 From: t_leitner at gmx.at (Thomas Leitner) Date: Sun, 23 Sep 2012 16:43:50 +0200 Subject: [webgen-users] [next] Code base upgrade finished, time for heavier testing and documentation Message-ID: <20120923164350.1b36f87d@noweto> Hey everybody, every last code bit of webgen 0.5.x is now updated and ready to use! Yeah! :-) I have also updated the API documentation and the README file. So what's next? * Beta release of next webgen version * Updating the main documentation, ie. the webgen website * Real world testing of webgen (so far I have added tests for most of the functionality, however, I still need to test the core generation algorithm, ie. the Webgen::PathHandler class) As always: If you have any questions, feel free to ask! Just mail to this list, write to @_gettalong (Twitter) or join the IRC channel #webgen on freenode. Best regards, Thomas