From t_leitner at gmx.at Thu Dec 6 21:27:53 2012 From: t_leitner at gmx.at (Thomas Leitner) Date: Thu, 6 Dec 2012 22:27:53 +0100 Subject: [webgen-users] [next] Implementation better tested, beta version released In-Reply-To: References: <20121111095233.2d3e5b02@noweto> Message-ID: <20121206222753.5f89f7fd@noweto> On 2012-12-04 20:29 -0800 yangfengstat at gmail.com wrote: > It seems there is error in installing the new version. Please check. I just installed it without problems. Did you use the correct command: gem install webgen --pre Best regards, Thomas From t_leitner at gmx.at Fri Dec 7 21:03:57 2012 From: t_leitner at gmx.at (Thomas Leitner) Date: Fri, 7 Dec 2012 22:03:57 +0100 Subject: [webgen-users] [next] webgen 1.0.0.beta2, webgen user documentation Message-ID: <20121207220357.7eea3c4d@noweto> Hey everybody, I have pushed the latest changes to the Github repository and released the second beta version of webgen! Whats new? * General bug fixes * Performance improvements * New command 'show tree' for showing the internal tree representation * Some changes to the webgen API For a complete list of changes since beta1 have a look at the commits! I have also started working on the user documentation, the current results are in the new webgen website repository at http://github.com/gettalong/webgen-website If you have questions, please feel free to contact me. I'm available most of the time on the #webgen channel on freenode or contact me per mail or Twitter (@_gettalong). Best regards, Thomas From regis.aubarede at gmail.com Thu Dec 13 23:01:02 2012 From: regis.aubarede at gmail.com (=?UTF-8?Q?R=C3=A9gis_d=27Aubar=C3=A8de?=) Date: Thu, 13 Dec 2012 15:01:02 -0800 (PST) Subject: [webgen-users] webgen to wiki In-Reply-To: <400a01c5-11ea-4fe1-b639-6269c48ac3e8@googlegroups.com> References: <400a01c5-11ea-4fe1-b639-6269c48ac3e8@googlegroups.com> Message-ID: <9f2d850f-980d-4841-a9f4-9a613e1a8d13@googlegroups.com> gtihub done: https://github.com/raubarede/wswebgen > -------------- next part -------------- An HTML attachment was scrubbed... URL: From regis.aubarede at gmail.com Thu Dec 13 22:02:39 2012 From: regis.aubarede at gmail.com (=?UTF-8?Q?R=C3=A9gis_d=27Aubar=C3=A8de?=) Date: Thu, 13 Dec 2012 14:02:39 -0800 (PST) Subject: [webgen-users] webgen to wiki Message-ID: <400a01c5-11ea-4fe1-b639-6269c48ac3e8@googlegroups.com> Hello, Discovering Webgen, i wondering if we can join to a on-ine editor for becoming a wiki.... Here (https://gist.github.com/4280357) a beginning : * Sinatra server * browse src dir, edit files online (use ACE editor) * load webgen at startup (gem('webgen');require 'webgen/cli'), * run regeneration at each web edit (Webgen::CLI::CommandParser.new.parse([])) this seem to work ! So my questions : Should i continue this dev, or this already exist ? If continue, is there anyone interested to collaborate ? (if yes, i will put it on gihub) Regards, Regis -------------- next part -------------- An HTML attachment was scrubbed... URL: From t_leitner at gmx.at Fri Dec 14 07:20:44 2012 From: t_leitner at gmx.at (Thomas Leitner) Date: Fri, 14 Dec 2012 08:20:44 +0100 Subject: [webgen-users] webgen to wiki In-Reply-To: <400a01c5-11ea-4fe1-b639-6269c48ac3e8@googlegroups.com> References: <400a01c5-11ea-4fe1-b639-6269c48ac3e8@googlegroups.com> Message-ID: <20121214082044.7a5edc16@noweto> On 2012-12-13 14:02 -0800 R?gis d'Aubar?de wrote: > So my questions : > > Should i continue this dev, or this already exist ? > If continue, is there anyone interested to collaborate ? (if yes, i > will put it on gihub) An online editor like this does not exist (as far as I know of), however the prior version of webgen had a thing called webgui which allowed previewing and creating a webgen website with a browser instead of the CLI. Best regards, Thomas