From: Kieren Diment Date: Mon, 2 Apr 2012 12:13:31 +0000 (+1000) Subject: fixed link stupidity X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual-Monthly.git;a=commitdiff_plain;h=1dec5a27e9233f4fc05d3358b9ae51736e7889ba fixed link stupidity --- diff --git a/lib/Catalyst/Manual/#Monthly.pm# b/lib/Catalyst/Manual/#Monthly.pm# deleted file mode 100644 index 66592f4..0000000 --- a/lib/Catalyst/Manual/#Monthly.pm# +++ /dev/null @@ -1,60 +0,0 @@ -package Catalyst::Manual::Monthly; -use strict; -use warnings; - -our $VERSION = '0.01'; - -=head1 NAME - -Catalyst::Manual::Monthly - -This is repository for the monthly articles which replace the Catalyst -Advent Calendar. Following the Catalyst philosophy, the Catalyst monthly -doesn't use Catalyst it uses the CPAN toolchain to achieve its aims. -Occasionally a catalyst application (e.g. Metacpan) might be used for -system integration tasks. - -Articles are stored in directories as with: -lib/Catalyst/Monthly/[Year]/[Month]/[SomeDescriptiveFilename].pod - -In due course an RSS scraper will be written to facilitate notifications of -publication of new articles and edits to old articles. - -=head1 AUTHOR - -Catalyst Documentation Team - - and others. - -=head1 BUGS - -Please report any bugs or requests to C, or through the web interface at -L. -I will be notified, and then you'll automatically be notified of progress -on your bug as I make changes. - -=head2 Contributions - -Submit contributions via the RT queue above, or by bugging people on #catalyst on irc.perl.org. - - -=head1 ACKNOWLEDGEMENTS - -Catalyst Core developer team, past and present, catalyst contributors, and -the CPAN toolchain hackers. - -=head1 LICENSE AND COPYRIGHT - -Copyright 2012 Catalyst Documentation team - -This documentation can be redistributed under the terms of either: the GNU -General Public License as published by the Free Software Foundation; or the -Artistic License. - -See http://dev.perl.org/licenses/ for more information. - - -=cut - -1; # End of Catalyst::Manual::Monthly diff --git a/lib/Catalyst/Manual/.#Monthly.pm b/lib/Catalyst/Manual/.#Monthly.pm deleted file mode 120000 index 88e2db0..0000000 --- a/lib/Catalyst/Manual/.#Monthly.pm +++ /dev/null @@ -1 +0,0 @@ -kd@fenchurch-3.local.49965 \ No newline at end of file diff --git a/lib/Catalyst/Manual/Monthly.pm b/lib/Catalyst/Manual/Monthly.pm index 325d5c7..711311c 100644 --- a/lib/Catalyst/Manual/Monthly.pm +++ b/lib/Catalyst/Manual/Monthly.pm @@ -2,7 +2,7 @@ package Catalyst::Manual::Monthly; use strict; use warnings; -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 NAME diff --git a/lib/Catalyst/Manual/Monthly/2012/March/NotACatalystApp.pod b/lib/Catalyst/Manual/Monthly/2012/March/NotACatalystApp.pod index 648be62..847e4e2 100644 --- a/lib/Catalyst/Manual/Monthly/2012/March/NotACatalystApp.pod +++ b/lib/Catalyst/Manual/Monthly/2012/March/NotACatalystApp.pod @@ -7,7 +7,7 @@ Catalyst::Manual::Monthly::2012::March::NotACatalystApp Back in the old days when web frameworks were new and shiny it made sense for developers to show off how the framework makes development quick easy and fun with little demonstration applications. Create a blog in 5 minutes -is the classic example. the L code was +is the classic example. the L code was another. And it served well for quite some time. So when the time came to retire the calendar and replace it with this @@ -22,12 +22,12 @@ useful too. While we could use Catalyst to do this, why should we? Given we've got a good packaging and distribution mechanism (the CPAN), and given we've got a -CPAN browser with a nice API (L), and given +CPAN browser with a nice API (L), and given we've got a nice documentation formatting mechanism (pod), that's already all we need. We don't need Catalyst for this, because it's not especially big or complicated. For big and complicated things like CPAN, a Catalyst application is a useful thing, which is why we've got -L. To use an analogy, just because we've got +L. To use an analogy, just because we've got a hydraulic nail gun (Catalyst) doesn't mean we should go about shooting everything we own with nails. @@ -56,7 +56,7 @@ repository>. =item * Readers. Commenters might be nice too. But we can get them after we get -the infrastructure up, maybe by exploiting the L +the infrastructure up, maybe by exploiting the L service. We get more readers from having better infrastructure. =back