The Perl Dancer website is now running on Dancer2
Hi, I am happy to let you know that the code running http://perldancer.org/ has been upgraded to use Dancer2. In addition most of the site has been updated to link to Dancer2 (GitHub repo, documentation etc.) If you'd like to contribute to the web site, this is a great time for that. Source code can be found here: https://github.com/PerlDancer/perldancer-website Especially I'd like to see the Dancefloor updated with additional projects. I've started to work on in already. Now each entry in the dancefloor.yml can have a key called source: with a link to the source code of the application, and each entry can have a key called dancer: with the version number. Currently only "dancer: 2" is interesting and it means "this app is based on Dancer 2". Both of these keys are added to the Dancefloor entries as class-names. This will make it possible to filter that Dancefloor emphasizing the pen source applications that can be used for learning. So do you have other web-sites running on Dancer? Are there other open source applications written in Dancer? Please send your pull requests! Gabor
Thanks Gabor - it's wonderful to see Dancer2 on the front page! a.solomon@mlwes22022:~/git/perldancer-website$ git show 4d02f9cd commit 4d02f9cd9dd712ac04dd90ed18941151d6f403c6 Author: Gabor Szabo <gabor@szabgab.com> Date: Wed Jan 7 15:56:09 2015 +0200 link to Dancer2 repo diff --git a/views/index.tt b/views/index.tt index 54a5698..2b4c3d7 100644 --- a/views/index.tt +++ b/views/index.tt @@ -217,7 +217,7 @@ ajax '/getloadavg' => sub { <li><a href="<% latest.download_url %>" id="contain-download"> <% latest.short_version %> </a></li> <li>You can also follow Dancer on <a - href="http://github.com/PerlDancer/Dancer">GitHub</a> and on <a href="http://twitter.com/PerlDancer">Twitter</a></li> + href="http://github.com/PerlDancer/Dancer2">GitHub</a> and on <a href="http://twitter.com/PerlDancer">Twitter</a></li> </ul> Andrew On Wed, Jan 7, 2015 at 5:08 PM, Gabor Szabo <gabor@szabgab.com> wrote:
Hi,
I am happy to let you know that the code running http://perldancer.org/ has been upgraded to use Dancer2.
In addition most of the site has been updated to link to Dancer2 (GitHub repo, documentation etc.)
If you'd like to contribute to the web site, this is a great time for that. Source code can be found here:
https://github.com/PerlDancer/perldancer-website
Especially I'd like to see the Dancefloor updated with additional projects.
I've started to work on in already. Now each entry in the dancefloor.yml can have a key called source: with a link to the source code of the application, and each entry can have a key called dancer: with the version number. Currently only "dancer: 2" is interesting and it means "this app is based on Dancer 2". Both of these keys are added to the Dancefloor entries as class-names. This will make it possible to filter that Dancefloor emphasizing the pen source applications that can be used for learning.
So do you have other web-sites running on Dancer? Are there other open source applications written in Dancer?
Please send your pull requests!
Gabor
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- Andrew Solomon Mentor@Geekuni http://geekuni.com/ http://www.linkedin.com/in/asolomon
Wonderful work, Gabor. We're all very appreciative of this, even if we're not loud enough about it. :) On Wed, Jan 7, 2015 at 6:31 PM, Andrew Solomon <andrew@geekuni.com> wrote:
Thanks Gabor - it's wonderful to see Dancer2 on the front page!
a.solomon@mlwes22022:~/git/perldancer-website$ git show 4d02f9cd commit 4d02f9cd9dd712ac04dd90ed18941151d6f403c6 Author: Gabor Szabo <gabor@szabgab.com> Date: Wed Jan 7 15:56:09 2015 +0200
link to Dancer2 repo
diff --git a/views/index.tt b/views/index.tt index 54a5698..2b4c3d7 100644 --- a/views/index.tt +++ b/views/index.tt @@ -217,7 +217,7 @@ ajax '/getloadavg' => sub { <li><a href="<% latest.download_url %>" id="contain-download"> <% latest.short_version %> </a></li> <li>You can also follow Dancer on <a - href="http://github.com/PerlDancer/Dancer">GitHub</a> and on <a href="http://twitter.com/PerlDancer">Twitter</a></li> + href="http://github.com/PerlDancer/Dancer2">GitHub</a> and on <a href="http://twitter.com/PerlDancer">Twitter</a></li> </ul>
Andrew
On Wed, Jan 7, 2015 at 5:08 PM, Gabor Szabo <gabor@szabgab.com> wrote:
Hi,
I am happy to let you know that the code running http://perldancer.org/ has been upgraded to use Dancer2.
In addition most of the site has been updated to link to Dancer2 (GitHub repo, documentation etc.)
If you'd like to contribute to the web site, this is a great time for that. Source code can be found here:
https://github.com/PerlDancer/perldancer-website
Especially I'd like to see the Dancefloor updated with additional projects.
I've started to work on in already. Now each entry in the dancefloor.yml can have a key called source: with a link to the source code of the application, and each entry can have a key called dancer: with the version number. Currently only "dancer: 2" is interesting and it means "this app is based on Dancer 2". Both of these keys are added to the Dancefloor entries as class-names. This will make it possible to filter that Dancefloor emphasizing the pen source applications that can be used for learning.
So do you have other web-sites running on Dancer? Are there other open source applications written in Dancer?
Please send your pull requests!
Gabor
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- Andrew Solomon
Mentor@Geekuni http://geekuni.com/ http://www.linkedin.com/in/asolomon _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On 2015-01-07 12:08 PM, Gabor Szabo wrote:
I am happy to let you know that the code running http://perldancer.org/ has been upgraded to use Dancer2.
Awesome work. Mucho gracias, Gabor. :-) Joy, `/anick
Hi Gabor, On Wed, 7 Jan 2015 19:08:50 +0200 Gabor Szabo <gabor@szabgab.com> wrote:
Hi,
I am happy to let you know that the code running http://perldancer.org/ has been upgraded to use Dancer2.
Nice! Thanks for your effort.
In addition most of the site has been updated to link to Dancer2 (GitHub repo, documentation etc.)
If you'd like to contribute to the web site, this is a great time for that. Source code can be found here:
https://github.com/PerlDancer/perldancer-website
Especially I'd like to see the Dancefloor updated with additional projects.
I've started to work on in already. Now each entry in the dancefloor.yml can have a key called source: with a link to the source code of the application, and each entry can have a key called dancer: with the version number. Currently only "dancer: 2" is interesting and it means "this app is based on Dancer 2". Both of these keys are added to the Dancefloor entries as class-names. This will make it possible to filter that Dancefloor emphasizing the pen source applications that can be used for learning.
So do you have other web-sites running on Dancer? Are there other open source applications written in Dancer?
I have https://metacpan.org/release/App-Notifier-Service .
Please send your pull requests!
Where are the links to the open source apps using dancer on the site? I cannot find it here - http://perldancer.org/dancefloor . Furthermore, the HTML <title> element is not changed on that page and does not reflect its contents.
Gabor
Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ http://www.shlomifish.org/humour/Summerschool-at-the-NSA/ ANSI C - There is usually one way to do it, but there’s more than one way to optimise it. — http://www.shlomifish.org/humour/ways_to_do_it.html Please reply to list if it's a mailing list post - http://shlom.in/reply .
On Mon, Jan 12, 2015 at 3:24 PM, Shlomi Fish <shlomif@shlomifish.org> wrote:
I think the Dancefloor is currently only listing apps that have their own web sites running, but I think there should be also a list for applications that are open source but don't have their own Dancer-base web site. Like this one.
Please send your pull requests!
Where are the links to the open source apps using dancer on the site? I cannot find it here - http://perldancer.org/dancefloor . Furthermore, the HTML <title> element is not changed on that page and does not reflect its contents.
Do you mean what I wrote above or you would like to know which one is open source? For the latter: see the ones that have source: in the box. Oh and I saw your issue on GitHub. Gabor ps. I can see the Dancefloor currently does not respond. I am going to diconnect it from the live update of the images so it won't depend on that service.
Hi Gabor, On Mon, 12 Jan 2015 15:39:04 +0200 Gabor Szabo <gabor@szabgab.com> wrote:
On Mon, Jan 12, 2015 at 3:24 PM, Shlomi Fish <shlomif@shlomifish.org> wrote:
I think the Dancefloor is currently only listing apps that have their own web sites running, but I think there should be also a list for applications that are open source but don't have their own Dancer-base web site. Like this one.
I hope so.
Please send your pull requests!
Where are the links to the open source apps using dancer on the site? I cannot find it here - http://perldancer.org/dancefloor . Furthermore, the HTML <title> element is not changed on that page and does not reflect its contents.
Do you mean what I wrote above or you would like to know which one is open source? For the latter: see the ones that have source: in the box.
I meant a bit of both. I sought the list of links to open source apps that make use of Dancer.
Oh and I saw your issue on GitHub.
You mean https://github.com/PerlDancer/perldancer-website/issues/36 .
Gabor ps. I can see the Dancefloor currently does not respond. I am going to diconnect it from the live update of the images so it won't depend on that service.
Sounds good. Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ What does “Zionism” mean? - http://shlom.in/def-zionism There’s no point in keeping an idea to yourself since there’s a 10 to 1 chance that somebody already has it and will share it before you. Please reply to list if it's a mailing list post - http://shlom.in/reply .
participants (5)
-
Andrew Solomon -
Gabor Szabo -
Sawyer X -
Shlomi Fish -
Yanick Champoux