- name : Task::Kensho
url : http://search.cpan.org/dist/Task-Kensho/
- name : MooseX::*
- url : http://search.cpan.org/search?query=MooseX&mode=dist
+ url : http://search.cpan.org/search?query=MooseX&mode=dist
git:
public : git://git.moose.perl.org/Moose.git
commiter : gitmo@git.moose.perl.org:Moose.git
en : "Dave Rolsky's post-mortem on his Moose documentation grant"
- url : http://use.perl.org/~acme/journal/38554?from=rss
title :
- en : "Léon Brocard summarizes London.pm's \"What is Moose and why is it the future?\" meeting"
+ en : "Léon Brocard summarizes London.pm's \"What is Moose and why is it the future?\" meeting"
- year : 2008
articles :
- url : http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html
en : "chomatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article"
- url : http://hanekomu.at/blog/articles/20080924-1137-dissecting_the_moose.html
title :
- en : "Marcel (hanekomu) Grünauer explores Moose in a series of articles"
+ en : "Marcel (hanekomu) Grünauer explores Moose in a series of articles"
- url : http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/
title :
en : "Tim Bunce's excellent Perl Myths talk gives a shout out to Moose"
- title :
en : Drew Stephens gives a lighting talk on Moose at SHDH 36
url : http://www.slideshare.net/dinomite/learning-moose-lightning
- video : http://www.youtube.com/watch?v=wGGDPATfsfo&NR=1
+ video : http://www.youtube.com/watch?v=wGGDPATfsfo&NR=1
- year : 2009
presentations :
- url : http://www.slideshare.net/Penfold/introduction-to-moose-2437037
msgid "download git body"
msgstr ""
"<p>Moose is developed using the <a href='http://git-scm.com/'>Git</a> source control system. Moose is a very open project and we are always willing to take contributions from others. The <a href='http://search.cpan.org/dist/Moose/lib/Moose/Manual/Contributing.pod'>Moose::Manual::Contributing</a> outlines our specific contribution policies and tells you how get started with our workflow.</p>"
-"<p>Here are some interesting video visualizations of the activity in the <a href='http://www.youtube.com/watch?v=Gwq10W0RaHQ&hd=1'>Moose</a> and <a href='http://www.youtube.com/watch?v=HlJDnvNSfJo&hd=1'>Class::MOP</a> git repositories on the occasion of their 1.0 release. These visualizations were created with <a href='http://code.google.com/p/gource/wiki/Videos'>Gource</a>.</p>"
+"<p>Here are some interesting video visualizations of the activity in the <a href='http://www.youtube.com/watch?v=Gwq10W0RaHQ&hd=1'>Moose</a> and <a href='http://www.youtube.com/watch?v=HlJDnvNSfJo&hd=1'>Class::MOP</a> git repositories on the occasion of their 1.0 release. These visualizations were created with <a href='http://code.google.com/p/gource/wiki/Videos'>Gource</a>.</p>"
msgid "download git public"
msgstr "Git Public Repo URL"
# footer
msgid "footer copyright"
-msgstr "Copyright © 2006—2010 <a href='http://www.iinteractive.com'>Infinity Interactive</a>"
+msgstr "Copyright © 2006 – 2010 <a href='http://www.iinteractive.com'>Infinity Interactive</a>"
msgid "footer terms"
msgstr "This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself."
[% loc('download body') %]
<ul>
[% FOREACH module IN current_page.data.CPAN %]
- <li><a href="[% module.url %]">[% module.name %]</a> — [% loc("download info " _ module.name) %]</li>
+ <li><a href="[% module.url %]">[% module.name %]</a> — [% loc("download info " _ module.name) %]</li>
[% END %]
</ul>
<h3>[% loc('download git header') %]</h3>
[% loc('download git body') %]
<ul>
- <li>[% loc('download git public') %] — [% current_page.data.git.public %]</li>
- <li>[% loc('download git commiter') %] — [% current_page.data.git.commiter %]</li>
+ <li>[% loc('download git public') %] — [% current_page.data.git.public %]</li>
+ <li>[% loc('download git commiter') %] — [% current_page.data.git.commiter %]</li>
<li><a href="[% current_page.data.git.web_view %]">[% loc('download git web view') %]</a></li>
<li><a href="[% current_page.data.git.github %]">[% loc('download github mirror') %]</a></li>
</ul>
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<title>[% loc('moose page title') %]</title>
-<link rel="stylesheet" href="css/style.css" type="text/css">
-<link rel="stylesheet" href="css/facebox.css" type="text/css">
-<script language="javascript" src="js/jquery-1.3.2.min.js"></script>
-<script language="javascript" src="js/facebox.js"></script>
-<script language="javascript">
+<link rel="stylesheet" href="css/style.css" type="text/css" />
+<link rel="stylesheet" href="css/facebox.css" type="text/css" />
+<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
+<script type="text/javascript" src="js/facebox.js"></script>
+<script type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox();