Hi all, It's about time we started preparing for the 2011 advent calendar - I think we should do it again this year as it was successful last year and drew a lot of valuable attention to the project. We still have the app from last year, and luckily we built it to support multiple years nicely enough, so this year all we need to do is write the articles (although, to be fair, that's the harder and more time-consuming part! :) ) I've renamed the repository from advent-calendar-2010 to just advent-calendar - you can find it at: https://github.com/PerlDancer/advent-calendar For anyone who didn't see last year's advent calendar, it's at: http://advent.perldancer.org/2010 I've added some article ideas to the README in the repo; additional ideas and volunteers to write would be very gratefully appreciated! Submissions can be made as pull requests, mails to the list or to me personally; I'm happy to help curate the work towards this in order to get it sorted in time for the 1st December. I think, among other interesting posts, we should be able to manage a few posts on what Dancer2 is going to bring, and decision decisions etc. Cheers Dave P -- David Precious ("bigpresh") http://www.preshweb.co.uk/ "Programming is like sex. One mistake and you have to support it for the rest of your life". (Michael Sinz)
Dancer Advent Calendar of 2010 is the reason I am using Dancer. It is already an year!? oh fuck, time flies. On 18/11/2011 14:29, David Precious wrote:
Hi all,
It's about time we started preparing for the 2011 advent calendar - I think we should do it again this year as it was successful last year and drew a lot of valuable attention to the project.
We still have the app from last year, and luckily we built it to support multiple years nicely enough, so this year all we need to do is write the articles (although, to be fair, that's the harder and more time-consuming part! :) )
I've renamed the repository from advent-calendar-2010 to just advent-calendar - you can find it at:
https://github.com/PerlDancer/advent-calendar
For anyone who didn't see last year's advent calendar, it's at:
http://advent.perldancer.org/2010
I've added some article ideas to the README in the repo; additional ideas and volunteers to write would be very gratefully appreciated!
Submissions can be made as pull requests, mails to the list or to me personally; I'm happy to help curate the work towards this in order to get it sorted in time for the 1st December.
I think, among other interesting posts, we should be able to manage a few posts on what Dancer2 is going to bring, and decision decisions etc.
Cheers
Dave P
----- "David Precious" <davidp@preshweb.co.uk> wrote:
Hi all,
Hi David,
I've added some article ideas to the README in the repo; additional ideas and volunteers to write would be very gratefully appreciated!
May I humbly suggest a topic, would someone graciously write an article on testing a dancer app ? I know next to nothing on this topic and selfishly would like to see it in the advent calendar. Matt
_______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
If I might humbly +1 this suggestion for the same reasons.
May I humbly suggest a topic, would someone graciously write an article on testing a dancer app ?
I know next to nothing on this topic and selfishly would like to see it in the advent calendar.
Matt
_______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
On 11/18/2011 03:29 PM, David Precious wrote:
Hi all,
It's about time we started preparing for the 2011 advent calendar - I think we should do it again this year as it was successful last year and drew a lot of valuable attention to the project.
We still have the app from last year, and luckily we built it to support multiple years nicely enough, so this year all we need to do is write the articles (although, to be fair, that's the harder and more time-consuming part! :) )
I've renamed the repository from advent-calendar-2010 to just advent-calendar - you can find it at:
https://github.com/PerlDancer/advent-calendar
For anyone who didn't see last year's advent calendar, it's at:
http://advent.perldancer.org/2010
I've added some article ideas to the README in the repo; additional ideas and volunteers to write would be very gratefully appreciated!
Submissions can be made as pull requests, mails to the list or to me personally; I'm happy to help curate the work towards this in order to get it sorted in time for the 1st December.
I think, among other interesting posts, we should be able to manage a few posts on what Dancer2 is going to bring, and decision decisions etc.
I suppose I can add a post of typical errors in the Dancer world, as such: * missing ; in routes and other syntax errors * missing returns for redirect, forward, ... * YAML errors (tabs, newlines, ...) * var and vars * keyword conflicts (before, after, load, ...) * debug and undef values Regards Racke -- LinuXia Systems => http://www.linuxia.de/ Expert Interchange Consulting and System Administration ICDEVGROUP => http://www.icdevgroup.org/ Interchange Development Team
On 21 November 2011 21:05, Stefan Hornburg (Racke) <racke@linuxia.de> wrote:
On 11/18/2011 03:29 PM, David Precious wrote:
Hi all,
It's about time we started preparing for the 2011 advent calendar - I think we should do it again this year as it was successful last year and drew a lot of valuable attention to the project.
We still have the app from last year, and luckily we built it to support multiple years nicely enough, so this year all we need to do is write the articles (although, to be fair, that's the harder and more time-consuming part! :) )
I've renamed the repository from advent-calendar-2010 to just advent-calendar - you can find it at:
https://github.com/PerlDancer/advent-calendar
For anyone who didn't see last year's advent calendar, it's at:
http://advent.perldancer.org/2010
I've added some article ideas to the README in the repo; additional ideas and volunteers to write would be very gratefully appreciated!
Submissions can be made as pull requests, mails to the list or to me personally; I'm happy to help curate the work towards this in order to get it sorted in time for the 1st December.
I think, among other interesting posts, we should be able to manage a few posts on what Dancer2 is going to bring, and decision decisions etc.
I suppose I can add a post of typical errors in the Dancer world, as such:
* missing ; in routes and other syntax errors * missing returns for redirect, forward, ...
This is not an issue anymore, as the Dancer code (in devel at least) now doesn't oblige users to use 'return' before these keywords, they automatically return :)
* YAML errors (tabs, newlines, ...) * var and vars * keyword conflicts (before, after, load, ...) * debug and undef values
Regards Racke
-- LinuXia Systems => http://www.linuxia.de/ Expert Interchange Consulting and System Administration ICDEVGROUP => http://www.icdevgroup.org/ Interchange Development Team
_______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
2011/11/18 David Precious <davidp@preshweb.co.uk>:
Hi all,
It's about time we started preparing for the 2011 advent calendar - I think we should do it again this year as it was successful last year and drew a lot of valuable attention to the project.
We still have the app from last year, and luckily we built it to support multiple years nicely enough, so this year all we need to do is write the articles (although, to be fair, that's the harder and more time-consuming part! :) )
Great idea David, thanks for taking the lead on that! Sadly, with my paid-work dutties and the rewrite of Dancer 2, I'm afraid it'll be hard for me to find time for writing new articles. But I guess I can at least come up with something about Dancer 2. Cheers,
On Friday 18 November 2011 14:29:43 David Precious wrote:
Hi all,
It's about time we started preparing for the 2011 advent calendar - I think we should do it again this year as it was successful last year and drew a lot of valuable attention to the project. [...] I've added some article ideas to the README in the repo; additional ideas and volunteers to write would be very gratefully appreciated!
Just a reminder that ideas for posts, and especially volunteers to write posts, would be gratefully appreciated :) First post is written, and 9 more ideas are waiting to be written - I'll get a couple more written tomorrow hopefully. -- David Precious ("bigpresh") http://www.preshweb.co.uk/ "Programming is like sex. One mistake and you have to support it for the rest of your life". (Michael Sinz)
participants (7)
-
Alexis Sukrieh -
ambs -
damien krotkine -
David Precious -
Matthew Vickers -
Sarah Fuller -
Stefan Hornburg (Racke)