From: Jay Hannah Date: Tue, 6 Apr 2010 19:37:52 +0000 (-0500) Subject: Changed "Companies that use Moose" to "Organizations that use Moose" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-website.git;a=commitdiff_plain;h=efff1e7d92839d3c53facaf4f7489e14850cbce3 Changed "Companies that use Moose" to "Organizations that use Moose" --- diff --git a/Build.PL b/Build.PL index 3da0b3b..82dce12 100644 --- a/Build.PL +++ b/Build.PL @@ -19,8 +19,11 @@ my $self = Local::Moose::Website::Build->new( requires => { 'Locale::Maketext::Lexicon' => 0, Moose => 0, + 'MooseX::Params::Validate' => 0, + 'MooseX::Role::Parameterized'=> 0, 'MooseX::Types::Path::Class' => 0, 'Path::Class' => 0, + 'Resource::Pack' => 0, # http://github.com/stevan/Resource-Pack Template => 0, 'YAML::XS' => 0, }, diff --git a/data/pages.yml b/data/pages.yml index e370f15..3e50488 100644 --- a/data/pages.yml +++ b/data/pages.yml @@ -6,7 +6,7 @@ template : about.tt outfile : about.html data : - companies: + organizations: - name : "Yahoo!" url : http://www.yahoo.com - name : "Symantec" diff --git a/lib/Moose/Website/I18N/po/en.po b/lib/Moose/Website/I18N/po/en.po index f29709e..e090175 100644 --- a/lib/Moose/Website/I18N/po/en.po +++ b/lib/Moose/Website/I18N/po/en.po @@ -55,11 +55,11 @@ msgstr "" "

If you're new to Moose, the best place to start is the Moose::Manual docs, followed by the Moose::Cookbook. The intro will show you what Moose is, and how it makes Perl 5 OO better.

" "

The cookbook recipes on Moose basics will get you up to speed with many of Moose's features quickly. Once you have an idea of what Moose can do, you can use the API documentation to get more detail on features which interest you.

" -msgid "about company list header" -msgstr "Companies that use Moose" +msgid "about organization list header" +msgstr "Organizations that use Moose" -msgid "about company list body" -msgstr "

Moose is used by a large number of companies around the world, here are a few of them.

" +msgid "about organization list body" +msgstr "

Moose is used by a large number of organizations around the world, here are a few of them.

" # download diff --git a/lib/Moose/Website/Resource/Templates/about.tt b/lib/Moose/Website/Resource/Templates/about.tt index 86f2db2..a983ec6 100644 --- a/lib/Moose/Website/Resource/Templates/about.tt +++ b/lib/Moose/Website/Resource/Templates/about.tt @@ -9,12 +9,13 @@

[% loc('about new to moose header') %]

[% loc('about new to moose body') %] -

[% loc('about company list header') %]

- [% loc('about company list body') %] + +

[% loc('about organization list header') %]

+ [% loc('about organization list body') %] -[% END %] \ No newline at end of file +[% END %]