Strehler CMS on the dancing floor
Well, I think it's time to do something like an "official" annuncement about Strehler, my little CMS based on Dancer2. You can find it here: http://search.cpan.org/dist/Strehler/ While the raw code is here: https://github.com/cym0n/strehler I released it on CPAN many weeks ago, the 1.1.0 version, but I think i can consider it "mature" only now, with 1.1.10. (where mature means: all the bugs are hiding very well from me). I'd love someone to try it and give me feedbacks about, I know there's still a lot of work to do (and i'm already working on new features) but a second sight on the product will be very useful to improve it! Enjoy! -- Cymon http://perlishscrewdriver.blogspot.com
Great works. Do you have a live demo for it? Mon, 2 Jun 2014 15:52:20 +0200 from Cymon <cymon.ML@gmail.com>:
Well, I think it's time to do something like an "official" annuncement about Strehler, my little CMS based on Dancer2.
You can find it here: http://search.cpan.org/dist/Strehler/
While the raw code is here: https://github.com/cym0n/strehler
I released it on CPAN many weeks ago, the 1.1.0 version, but I think i can consider it "mature" only now, with 1.1.10. (where mature means: all the bugs are hiding very well from me).
I'd love someone to try it and give me feedbacks about, I know there's still a lot of work to do (and i'm already working on new features) but a second sight on the product will be very useful to improve it!
Enjoy!
-- Cymon http://perlishscrewdriver.blogspot.com _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Il giorno Tue, 03 Jun 2014 05:13:45 +0400 Yonghua Peng <sysops@mail2000.us> ha scritto:
Great works. Do you have a live demo for it?
Unfortunately not, for now. I'm thinking about creating a real site for the project with a live demo, but it's still in the todo list. This is the reason i tried to make easy to start a demo after downloading the package as described here: http://search.cpan.org/dist/Strehler/lib/Strehler.pm cpan -i Strehler strehler demo cd StrehlerDemo bin/app.pl This SHOULD work well... if it doesn't, open me an issue :-) -- Cymon Coniglio domina, http://www.therabbit.it
Hello Cymon I've tested this moning the demo , it's works well - good job admin part is ok ( /admin ) but on / part have a Error 404 Page Not Found Sorry, this is the void. Powered by Dancer2 <http://perldancer.org/>." strange because view is here ll views/strehler-home.tt -rw-r--r-- 1 root root 179 3 juin 23:17 views/strehler-home.tt [file_not_found:9679] core @2014-06-03 23:22:49> Entering hook core.error.init in /usr/local/share/perl5/Dancer2/Core/Error.pm l. 178 [file_not_found:9679] core @2014-06-03 23:22:49> Entering hook core.error.before in /usr/local/share/perl5/Dancer2/Core/Error.pm l. 256 [file_not_found:9679] core @2014-06-03 23:22:49> Entering hook core.error.after in /usr/local/share/perl5/Dancer2/Core/Error.pm l. 267 [Demo:9679] core @2014-06-03 23:22:49> looking for get /css/error.css in /usr/local/share/perl5/Plack/Middleware/Head.pm l. 9 [Strehler::Admin:9679] core @2014-06-03 23:22:49> looking for get /css/error.css in /usr/local/share/perl5/Plack/Middleware/Head.pm l. 9 bye Hugues. Le 03/06/2014 23:11, Cymon a écrit :
Il giorno Tue, 03 Jun 2014 05:13:45 +0400 Yonghua Peng <sysops@mail2000.us> ha scritto:
Great works. Do you have a live demo for it?
Unfortunately not, for now. I'm thinking about creating a real site for the project with a live demo, but it's still in the todo list.
This is the reason i tried to make easy to start a demo after downloading the package as described here: http://search.cpan.org/dist/Strehler/lib/Strehler.pm
cpan -i Strehler strehler demo cd StrehlerDemo bin/app.pl
This SHOULD work well... if it doesn't, open me an issue :-)
Il giorno Wed, 04 Jun 2014 08:43:41 +0200 Hugues <hugues@max4mail.com> ha scritto:
Hello Cymon I've tested this moning the demo , it's works well - good job
Thanks!
admin part is ok ( /admin )
but on / part have a
Error 404
Page Not Found
Sorry, this is the void.
Well, it' the right behaviour... question is that Strehler gives you the site backend (/admin) but leave you the creation of the frontend. I thought about a fake homepage used by the demo to show content rendering, but there's nothing like that for now. I understand this could be a little disturbing.
strange because view is here
ll views/strehler-home.tt -rw-r--r-- 1 root root 179 3 juin 23:17 views/strehler-home.tt
That view is deprecated, was used in an old implementation just to customize the backend home (/admin). Current procedure is a bit more complex but cleaner.
Le 03/06/2014 23:11, Cymon a écrit :
Il giorno Tue, 03 Jun 2014 05:13:45 +0400 Yonghua Peng <sysops@mail2000.us> ha scritto:
Great works. Do you have a live demo for it?
Unfortunately not, for now. I'm thinking about creating a real site for the project with a live demo, but it's still in the todo list.
This is the reason i tried to make easy to start a demo after downloading the package as described here: http://search.cpan.org/dist/Strehler/lib/Strehler.pm
cpan -i Strehler strehler demo cd StrehlerDemo bin/app.pl
This SHOULD work well... if it doesn't, open me an issue :-)
-- Cymon Coniglio domina, http://www.therabbit.it
participants (3)
-
Cymon -
Hugues -
Yonghua Peng