Emmanuel Quevillon said the following on 3/28/2008 3:30 AM:
> BTW, wouldn't it be nice to have an image/icon like other platforms have
> saying 'Catalyst powered', as we can see for PHP, mySQL, Hibernate,
> Apache, ....
> Just a though, maybe a good point to make catalyst known for more and
> more people?
They exist in the Catalyst::Devel distribution already.
circle:lance /tmp $ catalyst.pl Foo
[...]
created "Foo/root/static/images/catalyst_logo.png"
created "Foo/root/static/images/btn_120x50_built.png"
created "Foo/root/static/images/btn_120x50_built_shadow.png"
created "Foo/root/static/images/btn_120x50_powered.png"
created "Foo/root/static/images/btn_120x50_powered_shadow.png"
created "Foo/root/static/images/btn_88x31_built.png"
created "Foo/root/static/images/btn_88x31_built_shadow.png"
created "Foo/root/static/images/btn_88x31_powered.png"
created "Foo/root/static/images/btn_88x31_powered_shadow.png"
created "Foo/root/favicon.ico"
--[Lance]