Hey everybody, I have just pushed the latest webgen code to the [''next'' branch on github][1]. This code will become the next major version of webgen. Porting of the features of the 0.5.x series is mostly done. After this is done the documentation will be updated to reflect the new version. This will probably happen in the coming months. I have pushed this branch to github now because most features are implemented and generating a site is possible again. If you have developed an extension for webgen, you may want to have a look at the code (or the rdoc of it) to see what changed. One major change is how dependencies are tracked (see ItemTracker) and how nodes can be created dynamically (see PathHandler#create_secondary_nodes). The extension system has also been revamped to make it easier to create extensions. If you have any questions, feel free to ask! Best regards, Thomas [1]: https://github.com/gettalong/webgen/tree/next
So does the current next-branch already contain the image gallery feature (with thumbnails)? Best, Robert Am Montag, 21. Mai 2012 19:34:57 UTC+2 schrieb Thomas Leitner:> > Hey everybody, > > I have just pushed the latest webgen code to the [''next'' branch on > github][1]. This code will become the next major version of webgen. > > Porting of the features of the 0.5.x series is mostly done. After this > is done the documentation will be updated to reflect the new version. > This will probably happen in the coming months. > > I have pushed this branch to github now because most features are > implemented and generating a site is possible again. > > If you have developed an extension for webgen, you may want to have a > look at the code (or the rdoc of it) to see what changed. One major > change is how dependencies are tracked (see ItemTracker) and how nodes > can be created dynamically (see PathHandler#create_secondary_nodes). > The extension system has also been revamped to make it easier to create > extensions. > > If you have any questions, feel free to ask! > > Best regards, > Thomas > > [1]: https://github.com/gettalong/webgen/tree/next > _______________________________________________ > webgen-users mailing list > webgen-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/webgen-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/webgen-users/attachments/20120603/62434c6d/attachment.html>
On 2012-06-03 07:28 -0700 saloution at googlemail.com wrote:> So does the current next-branch already contain the image gallery > feature (with thumbnails)?Not yet, no. And I will probably not include the image gallery in webgen itself, but create an extension for it (including extension will be easy!). There are still a handful of things that I have to sort out but once this is done the image gallery will be one of the first official extension since I can probably use much code from the 0.4.x version of webgen. Anything else you wanna see in the next version? Best regards, Thomas