[Catalyst] [ANNOUNCE] Meios Photo Gallery App
Thomas, Mark - BLS CTR
Thomas.Mark at bls.gov
Tue Dec 13 17:04:11 CET 2005
Excellent! I'll check it out.
One question, though. Would you consider using Imager.pm
(http://imager.perl.org) as the imager (or at least one of the choices)?
It's more powerful (and faster) than GD and more portable than
ImageMagick.
I have switched to it for all my image-manipulation needs and never
looked back.
- Mark.
> -----Original Message-----
> From: catalyst-bounces at lists.rawmode.org
> [mailto:catalyst-bounces at lists.rawmode.org] On Behalf Of
> Christopher H. Laco
> Sent: Monday, December 12, 2005 9:13 PM
> To: The elegant MVC web framework
> Subject: [Catalyst] [ANNOUNCE] Meios Photo Gallery App
>
> After some lengthy tinker sessions, I'm happy to announce the
> existance
> of Meios. Meios is a small Catalyst based photo gallery application
> geared towards allowing a user create and upload photos in galleries.
>
> WHAT YOU WILL NEED:
>
> - Catalyst 5.61ish (at least 5.5+)
> - DBIx::Class
> - DBI and DBD::SQLite
> - Image::Thumbnail
> - Image::Size
> - Image::EXIF
> - GD or Image::Magick
> - Path::Class
> - YAML
> - C::P::FormValidator
> - C::P::FillInForm
> - C::P::Authentication
> - C::P::Authentication::Store::Minimal
> - C::P::Authentication::Credential::Password
> - C::P::Authorization::Roles
> - C::P::Session
> - C::P::Session::State::Cookie
> - C::P::Session::Store::File
>
> GETTING STARTED:
>
> First, checkout the source:
> svn co
> http://handelframework.com/svn/CPAN/Meios-Catalyst/trunk/ ./Meios
>
> Edit Config.yml and change this line to GD or Image::Magick
> depending on
> what you have installed:
>
> imager: Image::Magick
>
> then simply run the built-in server:
> cd ./Meios && script/*server.pl
>
> then go to http://localhost:3000/
>
> That's it!
>
> Most of the configuration is stored in Config.yml in the source
> directory along with sqlite database.
>
> Buyer beware. Meios is still very your. THere's almost no
> docs and test
> yet. I'm working on that. :-)
>
> There are a couple of screenshots in
> http://handelframework.com/downloads/
>
>
> -=Chris
>
More information about the Catalyst
mailing list