[jifty-devel] [PATCH] Minor tutorial fixes

Anton Berezin tobez at tobez.org
Tue Dec 27 08:39:59 EST 2005


=== lib/Jifty/Manual/Tutorial.pod
==================================================================
--- lib/Jifty/Manual/Tutorial.pod	(revision 269)
+++ lib/Jifty/Manual/Tutorial.pod	(local)
@@ -287,11 +287,11 @@
 look like this:
 
   <%init>
-  my $posts = Jifty::Model::PostCollection();
+  my $posts = MyWeblog::Model::PostCollection->new();
   $posts->unlimit();
   </%init>
 
-  <&|/_elements/wrapper, title => Jifty->config->framework('AppName') &>
+  <&|/_elements/wrapper, title => Jifty->config->framework('ApplicationName') &>
   <dl>
   % while (my $post = $posts->next) {
    <dt><%$post->title%></dt>
@@ -368,7 +368,7 @@
 Inside your applications F<web/templates> directory, create a directory called
 F<_elements>.
 
-Inside F<_elements/nav>, open up a new file called C<nav> in your text editor
+Inside F<_elements>, open up a new file called C<nav> in your text editor
 and insert:
 
   <%init>

-- 
An undefined problem has an infinite number of solutions.
-- Robert A. Humphrey


More information about the jifty-devel mailing list