X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=9ae863085dc4bfb5e0efd6fe3ff2ce8dfd2f74c0;hp=104ab7426d44145b609b7ae005abb904dfa086ac;hb=513ae34af19a0b2d71231427093837631b06b5c3;hpb=a7b39a0c23a77dc84a30ca259156ca31f8921857 diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 104ab74..9ae8630 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -243,7 +243,7 @@ this. This is extensively covered in other documentation; see in particular L and the Authentication chapter -of the Tutorial at L. +of the Tutorial at L. =head2 Pass-through login (and other actions) @@ -997,7 +997,7 @@ Then you need a template. Here's the one from Agave: =head3 Using XML::Feed -A more robust solution is to use XML::Feed, as was done in the Catalyst +A more robust solution is to use L, as was done in the Catalyst Advent Calendar. Assuming we have a C action that populates 'entries' with some DBIx::Class iterator, the code would look something like this: @@ -1339,13 +1339,13 @@ Imagine that you would like the following paths in your application: =over -=item B/track/> +=item B<< /cd//track/ >> Displays info on a particular track. In the case of a multi-volume CD, this is the track sequence. -=item B/volume//track/> +=item B<< /cd//volume//track/ >> Displays info on a track on a specific volume.