<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general">
    <title>gmane.comp.web.catalyst.general</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19862"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19861"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19860"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19859"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19858"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19857"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19856"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19855"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19854"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19853"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19852"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19851"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19850"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19849"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19848"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19847"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19846"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19845"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19844"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19843"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19862">
    <title>Re: Local lib bootstrapper and CPAN installer</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19862</link>
    <description>_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/
</description>
    <dc:creator>Ian Sillitoe</dc:creator>
    <dc:date>2008-12-03T17:38:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19861">
    <title>Local lib bootstrapper and CPAN installer</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19861</link>
    <description>I'm hoping some folks find this useful and others who are familiar with
"use CPAN" can help me solve my problem...

As part of my deployment process for a Catalyst app I'm keeping pretty
much the entire dependency stack resident with it in a 'locallib'
directory. As a result I've created the following bootstrapper for the
local libs...

################ BEGIN script/AppBootstrap.pm ####################

package main;

use FindBin;
use Path::Class;

our $PARENT;
our &lt; at &gt;LIBS;
our &lt; at &gt;LOCALLIBS;

BEGIN {
    $PARENT = dir($FindBin::Bin)-&gt;parent;
    
    push &lt; at &gt;LIBS, $PARENT-&gt;subdir('lib')-&gt;stringify;
    push &lt; at &gt;LIBS, $PARENT-&gt;subdir('ext-lib')-&gt;stringify;
    
    unless ( $ENV{SKIP_LOCALLIB} ) {
        push &lt; at &gt;LIBS, $PARENT-&gt;subdir('locallib', 'lib', 'perl5',
'site_perl')-&gt;stringify;
        push &lt; at &gt;LOCALLIBS, $PARENT-&gt;subdir('locallib')-&gt;stringify;
    }
}

use lib(&lt; at &gt;LIBS);
use local::lib(&lt; at &gt;LOCALLIBS);

1;

#################### END #####################



It's a little bit system-dependent, but it still works quite wel</description>
    <dc:creator>Matt Pitts</dc:creator>
    <dc:date>2008-12-03T16:32:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19860">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19860</link>
    <description>
I'll do it later today. I use FillInForm myself, so I'd like
it to be right. Although I note (happily) that the only app I
have that generates images isn't form-based; i.e. I don't
myself have anything currently where FillInForm would have
conflicted.

Also, if Jen does it, I'll have to massively fix her typos ;-)

Jesse

_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

</description>
    <dc:creator>Jesse Sheidlower</dc:creator>
    <dc:date>2008-12-03T12:33:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19859">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19859</link>
    <description>
On 3 Dec 2008, at 11:59, Dr. Jennifer Nussbaum wrote:

Awesome!! Glad we got there :)


Yes, they should. It tripped you up, so it will trip other people up.

Well volunteered!

http://dev.catalystframework.org/repos/Catalyst/trunk/Catalyst-Plugin- 
FillInForm/

Cheers
t0m


_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

</description>
    <dc:creator>Tomas Doran</dc:creator>
    <dc:date>2008-12-03T12:25:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19858">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19858</link>
    <description>_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/
</description>
    <dc:creator>Marcus Ramberg</dc:creator>
    <dc:date>2008-12-03T12:24:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19857">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19857</link>
    <description>

Two interesting things. First, *NO*, that does *NOT* display the unwanted characters. Wow.

Second, in response to an off-list suggestion from Tom Doran, i created a test app in which the only thing i did was change the index method in Controller/Root from the "hellow orld " welcome message to

 $c-&gt;res-&gt;output('XXXXX&lt;!XXXXXX&gt;XXXXX'); 
 $c-&gt;res-&gt;content_type('text/plain');

And that also does *NOT* display the unwanted characters.

This suggetsts that its something in my plugins or app that is doing this. But i still cant see where. My plugin line is:

use Catalyst qw/ConfigLoader Authentication Authorization::Roles Session Session::Store::DBIC Session::State::Cookie Static::Simple RequireSSL FormValidator FillInForm/;

and my only end processing (someone else asked about this) is:

sub render : ActionClass('RenderView') { }

sub end : Private { 
  my ( $self, $c ) = &lt; at &gt;_;
  $c-&gt;forward('render');
  if (defined $c-&gt;stash-&gt;{edit_data} ) {
    $c-&gt;fillform( $c-&gt;stash-&gt;{edit_data} );
  } else {
    $c-&gt;fillform</description>
    <dc:creator>Dr. Jennifer Nussbaum</dc:creator>
    <dc:date>2008-12-03T11:59:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19856">
    <title>RE: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19856</link>
    <description>Hi all

I only saw this post now, so maybe what I am about to say has already
been said:

The &lt;!--&gt; sequence of characters are used in commenting out code in xml
and html:

&lt;xml&gt;
 &lt;tag 1&gt;data&lt;/tag 1&gt;
 &lt;!--tag 2&gt;data gain&lt;/tag 2--&gt;
&lt;/xml&gt;

So, maybe there is something commented out in the input?

Regards
Morne

-----Original Message-----
From: Hu Hailin [mailto:i&lt; at &gt;h2l.name] 
Sent: 03 December 2008 09:01 AM
To: The elegant MVC web framework
Subject: Re: [Catalyst] Extra characters inserted into PDF output

maybe the problem is caused by

1. some plugin involved, like some kind of content rewriting.
2. process in the end method, maybe you missed checking it.

On Wed, Dec 3, 2008 at 12:41 PM, Dr. Jennifer Nussbaum
&lt;bg271828&lt; at &gt;yahoo.com&gt; wrote:
stupid i am, or a real question, but the answer is "yes". Or, rather, if
I change my output routine to
$c-&gt;res-&gt;content_type('text/plain');
http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/



</description>
    <dc:creator>Supra, Morne</dc:creator>
    <dc:date>2008-12-03T07:13:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19855">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19855</link>
    <description>maybe the problem is caused by

1. some plugin involved, like some kind of content rewriting.
2. process in the end method, maybe you missed checking it.

On Wed, Dec 3, 2008 at 12:41 PM, Dr. Jennifer Nussbaum
&lt;bg271828&lt; at &gt;yahoo.com&gt; wrote:



</description>
    <dc:creator>Hu Hailin</dc:creator>
    <dc:date>2008-12-03T07:00:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19854">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19854</link>
    <description>On Wed, Dec 3, 2008 at 2:41 PM, Dr. Jennifer Nussbaum
&lt;bg271828&lt; at &gt;yahoo.com&gt; wrote:

No, not rhetorical or designed to do anything, just trying to narrow
down where it's happening. Do the extra characters get inserted when
you do this?

require bytes;

my $content = 'XXXXX&lt;!XXXXXX&gt;XXXXX';
$c-&gt;res-&gt;content_type('text/plain');
$c-&gt;res-&gt;content_length(bytes::length($content));
$c-&gt;finalize_headers
$c-&gt;write($content);

Does that still insert the unwanted chars?

-Steve

_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

</description>
    <dc:creator>Steve Sabljak</dc:creator>
    <dc:date>2008-12-03T06:55:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19853">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19853</link>
    <description>
--- On Tue, 12/2/08, Steve Sabljak &lt;steve&lt; at &gt;sabljak.org&gt; wrote:


I dont know if this was a rhetorical question designed to show how stupid i am, or a real question, but the answer is "yes". Or, rather, if I change my output routine to

$c-&gt;res-&gt;output('XXXXX&lt;!XXXXXX&gt;XXXXX'); $c-&gt;res-&gt;content_type('text/plain');

Then what i get in my browser is:

XXXXX&lt;!--XXXXXX--&gt;XXXXX

Where does this leave me? WHY is this happening?

Jen




      

_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

</description>
    <dc:creator>Dr. Jennifer Nussbaum</dc:creator>
    <dc:date>2008-12-03T03:41:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19852">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19852</link>
    <description>On Wed, Dec 3, 2008 at 5:25 AM, Dr. Jennifer Nussbaum
&lt;bg271828&lt; at &gt;yahoo.com&gt; wrote:

So, if you use (literally)

$c-&gt;res-&gt;output('XXXXX&lt;!XXXXXX&gt;XXXXX');

does it output 'XXXXX&lt;!XXXXX--&gt;XXXXX'?
(you might want to change the content-type to text/plain for this test
if testing with a browser)

cheers,
Steve

_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

</description>
    <dc:creator>Steve Sabljak</dc:creator>
    <dc:date>2008-12-03T02:30:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19851">
    <title>Catalyst::Authentication::Credential::OpenID update;2.0 + SREG</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19851</link>
    <description>http://search.cpan.org/perldoc? 
Catalyst::Authentication::Credential::OpenID

Catalyst::Authentication::Credential::OpenID now supports -- thanks  
to Martin Atkins -- OpenID 2.0 as well as 1.1. Thanks to a patch from  
Menno Blom, C::A::C::OpenID also loads Simple Registration (SREG)  
data when it's present/configured.

I am not using this in the wild right now so I'd really appreciate  
any bug/problem tickets or Pod patches. If there are OpenID  
extensions other than SREG which anyone is using, please let me know  
so I can look at them and see if/how they can be supported.

-Ashley


_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

</description>
    <dc:creator>Ashley</dc:creator>
    <dc:date>2008-12-02T19:38:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19850">
    <title>Creating a schema class for just one table</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19850</link>
    <description>Hi,

I'm wondering if there's a possibility of using the create helper script
to create a schema class for just one table. We're developing a site
with a cms and adding tables as they are specified, so the old schemas
really don't need to be updated. Besides, there are some cms-specific
tables that don't need to be used at all. (Yes, I know that they should
be in a different db altogether, but that's another issue.)

Also, the helper script regenerates a model class, which is completely
unnecessary.

Thanks in advance,
Alex

</description>
    <dc:creator>Alexander Tamm</dc:creator>
    <dc:date>2008-12-02T19:00:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19849">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19849</link>
    <description>

This happens both under the standalone server and under Apache/mod_perl.


Ive shown all the code for the view, so you can see anything that happens after the debugging....


Yes, but only on the actual server. My dev box running the standalone server isnt doing any SSI's.

This is baffling.

Jen


      

_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

</description>
    <dc:creator>Dr. Jennifer Nussbaum</dc:creator>
    <dc:date>2008-12-02T18:25:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19848">
    <title>Re: Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19848</link>
    <description>
The one thing you're not saying is under what Catalyst is running when  
it's producing that. Are you running FastCGI? Mod_perl? Stand-alone  
development server?

If it happens in all of those then the bug is probably in your code  
(though after your debugging statements). If the insertion is indeed  
happening outside that pretty much just leaves the Web server, or  
perhaps a proxy. Wild stab in the dark: do you happen to have SSI  
turned on?

</description>
    <dc:creator>Robin Berjon</dc:creator>
    <dc:date>2008-12-02T16:57:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19847">
    <title>Extra characters inserted into PDF output</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19847</link>
    <description>
Ive been working for a while to try to diagnose a problem with PDF display; i sent some messages to the list with the title "PDF upload problems (probably OT)", and Tom Doran has helped me a lot offlist.

After a lot of work and help from other people, ive sort of figured out what seems to be happening but still have no idea why, and if anyone has an idea im very eager to hear it!

My PDF files are being uploaded and saved in the database apparently correctly. Then what seems to be happening is that somewhere in the binary stream of PDF, there is a (random) sequence of "&lt;!", and somewhere later there is a "&gt;". And something is inserting a "--" before the "&gt;".

In other words something is apparently interpreting this as XML or HTML and trying to be 'helpful' by fixing malformed comments.

But i cant tell where this is happening. Ive now looked at it with four different browsers on three different operating systems and two different PDF renderers, and in all cases the output has those extra bytes, these dashe</description>
    <dc:creator>Dr. Jennifer Nussbaum</dc:creator>
    <dc:date>2008-12-02T16:02:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19846">
    <title>Re: Advent calendar</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19846</link>
    <description>
... and because I'm a forgetful/lazy fecker, I've syndicated the feed in
livejournal:

  http://syndicated.livejournal.com/catadvent08/

Chisel
</description>
    <dc:creator>Chisel Wright</dc:creator>
    <dc:date>2008-12-02T08:43:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19845">
    <title>Re: OT: Use the CPAN, Luke?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19845</link>
    <description>* J. Shirley &lt;jshirley&lt; at &gt;gmail.com&gt; [2008-12-01 17:25]:

Exactly.

Think about it. :-)

(I tried to actually explain it, but after starting from scratch
several times and getting more than a paragraph each time, I gave
up. I don’t currently seem able to argue my point clearly and
usefully. Oh well.)

Regards,
</description>
    <dc:creator>Aristotle Pagaltzis</dc:creator>
    <dc:date>2008-12-02T02:17:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19844">
    <title>Re: Advent calendar</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19844</link>
    <description>
When you have a project with an internet presence, and you don't have time to 
do a proper job, you put up a wiki and hack it into doing what you want. When 
you have a bunch of web developers, and your project is web development, and 
you need something done that's really not wiki-ish at all, you _do it right_. 
If Advent sucks (yes, organization could be better, and markdown has its 
pros, as well as its cons that you seem to be ignoring), then help improve 
it. Schlepping it onto the wiki has its own set of problems, and isn't in 
itself a _solution_ to anything.

Andrew

_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

</description>
    <dc:creator>Andrew Rodland</dc:creator>
    <dc:date>2008-12-02T01:57:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19843">
    <title>Re: Advent calendar</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19843</link>
    <description>
On 02/12/2008, at 12:22 PM, Dan Dascalescu wrote:


Eventually everything gets linked to this page:  http://dev.catalystframework.org/wiki/adventcalendararticles 
  in the advent calendar template

Other than that, patches welcome ;)



_______________________________________________
List: Catalyst&lt; at &gt;lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst&lt; at &gt;lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

</description>
    <dc:creator>Kieren Diment</dc:creator>
    <dc:date>2008-12-02T01:46:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.catalyst.general/19842">
    <title>Re: Advent calendar</title>
    <link>http://permalink.gmane.org/gmane.comp.web.catalyst.general/19842</link>
    <description>
I'd like to suggest hosting the Advent Calendar articles on the Catalyst Wiki:
http://dev.catalyst.perl.org/wiki/adventcalendararticles

Here are some arguments:

1. The presentation at http://www.catalystframework.org/calendar/2007
does not list the article titles. It only lists the numbers from 1 to
31 and finding an article later is a pain, as a blogger commented at
http://www.simplicidade.org/notes/archives/2007/12/catalyst_advent.html
Compare with the clear list at http://www.catalystframework.org/calendar/2007

2. Some Advent entries become obsolete and are highly unlikely to be
edited. For example, entry 14 of 2005 is severely obsoleted and an
inspection of the SVN repo shows that the most recent revisions to the
2005 and 2006 entries are 2 years old, and the 2007 entries are one
year old.
http://dev.catalystframework.org/svnweb/Catalyst/browse/trunk/examples/CatalystAdvent/root/2005/
(for bonus points, try to figure out what "entry 14" is about... then
hail SEO-friendly URLs)

3. POD is not really c</description>
    <dc:creator>Dan Dascalescu</dc:creator>
    <dc:date>2008-12-02T01:22:48</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.catalyst.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.catalyst.general</link>
  </textinput>
</rdf:RDF>
