Re: [Catalyst] [Absolute Beginner] Navigation Q Part II i18n and URIs

2010-08-23 Thread Nicholas Wehr
again I shamelessly plug this module; works like a champ (proven w/ it,ja,en,br,de,fr,es,zh)! ;) Catalyst::Plugin::Localize::Simple http://search.cpan.org/~wehr/Catalyst-Plugin-Localize-Simple-1.1/lib/Catalyst/Plugin/Localize/Simple.pm cheers, -nw On Sun, Aug 22, 2010 at 12:54 PM, Ekki Plicht

[Catalyst] ~~Hi~~ Philip Medes

2010-08-23 Thread Philip Medes
http://truemed15564.nuvajafy.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site:

[Catalyst] [Beginner] Understanding actions and controllers - not!

2010-08-23 Thread Ekki Plicht (DF4OR)
Hi. Somewhen over the weekend I had the impression that I em beginning to understand how actions and controllers work. I was wrong. Starting with a bare minimum project, only using the standard root controller with three standard subs: index, default, end. I created a view, then set up an

Re: [Catalyst] [Beginner] Understanding actions and controllers - not!

2010-08-23 Thread Ben van Staveren
try using /static/css/main.css ;) Ekki Plicht (DF4OR) wrote: Hi. Somewhen over the weekend I had the impression that I em beginning to understand how actions and controllers work. I was wrong. Starting with a bare minimum project, only using the standard root controller with three standard

Re: [Catalyst] [Absolute Beginner] Navigation Q Part II i18n and URIs

2010-08-23 Thread Ekki Plicht (DF4OR)
Am Montag 23 August 2010, 22:13:51 schrieb Nicholas Wehr: again I shamelessly plug this module; works like a champ (proven w/ it,ja,en,br,de,fr,es,zh)! ;) Catalyst::Plugin::Localize::Simple Hi Nate, thanks for the hint. But I have already started to learn gettext tools and wrote some mo/po

Re: [Catalyst] [Beginner] Understanding actions and controllers - not!

2010-08-23 Thread Stuart Watt
I've tended to use: link rel=stylesheet type=text/css href=[% c.uri_for('/static/css/main.css') %]/ I guess it depends on how it's being hosted, but I couldn't assume the top level URL space, so a straight absolute URL seemed a risk. All the best Stuart -- Stuart Watt ARM Product

Re: [Catalyst] [Absolute Beginner] Navigation Q Part II i18n and URIs

2010-08-23 Thread Nicholas Wehr
fyi - yaml is much like an .ini file and almost exactly javascript or json structures... good luck! On Mon, Aug 23, 2010 at 2:26 PM, Ekki Plicht (DF4OR) e...@plicht.de wrote: Am Montag 23 August 2010, 22:13:51 schrieb Nicholas Wehr: again I shamelessly plug this module; works like a champ