From toddr at cpanel.net Sun Aug 24 14:45:15 2014 From: toddr at cpanel.net (Todd Rinaldo) Date: Sun, 24 Aug 2014 15:45:15 +0300 Subject: New Github group Message-ID: To follow on to the BOF at YAPC::EU I've created the group Act-TNG on github. Everyone will have push access. If you'd like to join, please let me know on or off list. The shared repo was forked today: https://github.com/Act-TNG/Act Todd -------------- next part -------------- An HTML attachment was scrubbed... URL: From philippe.bruhat at free.fr Sun Aug 24 20:21:50 2014 From: philippe.bruhat at free.fr (Philippe Bruhat (BooK)) Date: Sun, 24 Aug 2014 20:21:50 +0200 Subject: New Github group In-Reply-To: References: Message-ID: <20140824182150.GA7073@zlott> On Sun, Aug 24, 2014 at 03:45:15PM +0300, Todd Rinaldo wrote: > > To follow on to the BOF at YAPC::EU > Is a summary of the BOF going to be published somewhere? Or at least sent here? -- Philippe Bruhat (BooK) The faster the climb, the swifter the fall. (Moral from Groo The Wanderer #87 (Epic)) From toddr at cpanel.net Sun Aug 24 20:49:12 2014 From: toddr at cpanel.net (Todd Rinaldo) Date: Sun, 24 Aug 2014 21:49:12 +0300 Subject: New Github group In-Reply-To: <20140824182150.GA7073@zlott> References: <20140824182150.GA7073@zlott> Message-ID: <24D4C162-4E6A-4DF8-A3A3-3F7DF1730884@cpanel.net> On Aug 24, 2014, at 9:21 PM, Philippe Bruhat (BooK) wrote: > On Sun, Aug 24, 2014 at 03:45:15PM +0300, Todd Rinaldo wrote: >> >> To follow on to the BOF at YAPC::EU >> > > Is a summary of the BOF going to be published somewhere? > Or at least sent here? > I did not take notes so I am hoping those who did will. I can give you top of my head and hopefully someone can correct me. There was a split in the group between those who wanted to hack on the existing code and get new features and those who want to slowly re-factor the modperl apache 1.0 code into a modern framework. Sawyer proposed providing a plack solution that would fake modperl to the old code which would allow us to then have a dancer/DBIC framework setup for the new stuff along side the old stuff. We could then slowly migrate old functioning code off the old system to the new, keeping a working ACT through the whole process. The two short term goals agreed on, which I codified in the issues list in github were: 1. Setup a DBIC schema set matching the existing ACT database 2. Setup a plack/modperl infrastructure such that with a database and a git checkout, I can run an ACT development instance locally on my box, potentially without the need for apache. If people have enhancement ideas for down the road, it might be good to get those into the list. I'm cautious that the list will get to big, but hopefully we can manage it with careful use of milestones and tags. Todd From haarg at haarg.org Sun Aug 24 21:19:05 2014 From: haarg at haarg.org (Graham Knop) Date: Sun, 24 Aug 2014 15:19:05 -0400 Subject: New Github group In-Reply-To: <24D4C162-4E6A-4DF8-A3A3-3F7DF1730884@cpanel.net> References: <20140824182150.GA7073@zlott> <24D4C162-4E6A-4DF8-A3A3-3F7DF1730884@cpanel.net> Message-ID: There is already PSGI port of Act (in the psgi branch) that could be updated and merged relatively easily. It provides some shims for mod_perl compatibility where needed. It would be a sensible place to start for either refactoring or to hack on the existing code. On Sun, Aug 24, 2014 at 2:49 PM, Todd Rinaldo wrote: > > On Aug 24, 2014, at 9:21 PM, Philippe Bruhat (BooK) wrote: > >> On Sun, Aug 24, 2014 at 03:45:15PM +0300, Todd Rinaldo wrote: >>> >>> To follow on to the BOF at YAPC::EU >>> >> >> Is a summary of the BOF going to be published somewhere? >> Or at least sent here? >> > > I did not take notes so I am hoping those who did will. I can give you top of my head and hopefully someone can correct me. > > There was a split in the group between those who wanted to hack on the existing code and get new features and those who want to slowly re-factor the modperl apache 1.0 code into a modern framework. Sawyer proposed providing a plack solution that would fake modperl to the old code which would allow us to then have a dancer/DBIC framework setup for the new stuff along side the old stuff. We could then slowly migrate old functioning code off the old system to the new, keeping a working ACT through the whole process. > > The two short term goals agreed on, which I codified in the issues list in github were: > 1. Setup a DBIC schema set matching the existing ACT database > 2. Setup a plack/modperl infrastructure such that with a database and a git checkout, I can run an ACT development instance locally on my box, potentially without the need for apache. > > If people have enhancement ideas for down the road, it might be good to get those into the list. I'm cautious that the list will get to big, but hopefully we can manage it with careful use of milestones and tags. > > Todd > _______________________________________________ > Act-dev mailing list > Act-dev at mongueurs.net > http://listes.mongueurs.net/mailman/listinfo/act-dev From vito.perleone+act-dev at gmail.com Mon Aug 25 08:17:58 2014 From: vito.perleone+act-dev at gmail.com (Wolfgang Schemmel) Date: Mon, 25 Aug 2014 08:17:58 +0200 Subject: New Github group In-Reply-To: <20140824182150.GA7073@zlott> References: <20140824182150.GA7073@zlott> Message-ID: On 24 August 2014 20:21, Philippe Bruhat (BooK) wrote: > Is a summary of the BOF going to be published somewhere? > Or at least sent here? domm was kind enough to jot down some notes in the wiki: http://act.yapc.eu/ye2014/wiki?node=TheFutureOfAct Perleone From jkutej at cpan.org Mon Aug 25 11:48:50 2014 From: jkutej at cpan.org (Jozef Kutej) Date: Mon, 25 Aug 2014 11:48:50 +0200 Subject: New Github group In-Reply-To: References: <20140824182150.GA7073@zlott> Message-ID: <53FB0682.6080908@cpan.org> On 08/25/2014 08:17 AM, Wolfgang Schemmel wrote: > > domm was kind enough to jot down some notes in the wiki: > http://act.yapc.eu/ye2014/wiki?node=TheFutureOfAct > > Perleone ACT Hackathon sounds great! It's a good and useful software that can and should be used outside of Perl community too. I've installed it for a small one-day-19-participants institute conference[1] and with little tweaks it worked out well. Basically I've removed the mandatory t-shirt size and replaced the Perl Mongers groups for "Professions". Installation, especially the Apache1 and PayPal IPN, was a bit of a hassle, but doable. I may not make it up to the north in May 2015, but I'm will to help with creating and testing the installation procedure. Best regards Jozef [1] https://conference.hartmaninstitute.eu/rshieu-2014/ From philippe.bruhat at free.fr Mon Aug 25 14:28:38 2014 From: philippe.bruhat at free.fr (Philippe Bruhat (BooK)) Date: Mon, 25 Aug 2014 14:28:38 +0200 Subject: New Github group In-Reply-To: <53FB0682.6080908@cpan.org> References: <20140824182150.GA7073@zlott> <53FB0682.6080908@cpan.org> Message-ID: <20140825122837.GE31881@zlott> On Mon, Aug 25, 2014 at 11:48:50AM +0200, Jozef Kutej wrote: > ACT Hackathon sounds great! > > It's a good and useful software that can and should be used outside of > Perl community too. I've installed it for a small > one-day-19-participants institute conference[1] and with little tweaks > it worked out well. Basically I've removed the mandatory t-shirt size > and replaced the Perl Mongers groups for "Professions". Installation, > especially the Apache1 and PayPal IPN, was a bit of a hassle, but doable. > > [1] https://conference.hartmaninstitute.eu/rshieu-2014/ Great! I'm actually collecting the list of all non-Perl Act conferences for http://act.mongueurs.net/conferences.html#other ... At the moment, I know about 5 distinct Act instances, four of which have hosted Perl conferences: ours, the one setup by Andrew Shitov, the one setup by YAPC::NA 2012, the Brazilian one, and the one set up by Dave Rolsky for his TLOV conferences. If your Act instance has hosted more conferences, I'd love to know about them. -- Philippe Bruhat (BooK) No one profits at the death of another (except for the mortician). (Moral from Groo The Wanderer #7 (Epic)) From jkutej at cpan.org Tue Aug 26 12:13:45 2014 From: jkutej at cpan.org (Jozef Kutej) Date: Tue, 26 Aug 2014 12:13:45 +0200 Subject: New Github group In-Reply-To: <20140825122837.GE31881@zlott> References: <20140824182150.GA7073@zlott> <53FB0682.6080908@cpan.org> <20140825122837.GE31881@zlott> Message-ID: <53FC5DD9.5050107@cpan.org> On 08/25/2014 02:28 PM, Philippe Bruhat (BooK) wrote: > If your Act instance has hosted more conferences, I'd love to know > about them. No, no more Act instances for the moment, but will let you know once there will be. Cheers Jozef