[Jifty-commit] r971 - in jifty/trunk: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue May 2 03:14:49 EDT 2006


Author: ewilhelm
Date: Tue May  2 03:14:44 2006
New Revision: 971

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Manual/ObjectModel.pod
   jifty/trunk/lib/Jifty/Manual/Tutorial.pod

Log:
 r911 at mjolnir:  ewilhelm | 2006-05-02 00:14:10 -0700
 lib/Jifty/Manual/ObjectModel.pod - typo fixes
 lib/Jifty/Manual/Tutorial.pod - removed link in literal, added 'Online Help' section


Modified: jifty/trunk/lib/Jifty/Manual/ObjectModel.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/ObjectModel.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/ObjectModel.pod	Tue May  2 03:14:44 2006
@@ -117,9 +117,9 @@
 class if you want to set an application-specific header or footer for
 all outgoing email.
 
-=item MyWeblog::Dispatcher>
+=item MyWeblog::Dispatcher
 
-C<MyWeblog::Dispatcher> is an application-speciific "dispatcher" class that
+C<MyWeblog::Dispatcher> is an application-specific "dispatcher" class that
 allows you to write code that runs when a client makes a request to the server
 I<before> Jifty runs I<actions> or renders I<templates>.  See L<Jifty::Dispatcher>
 for more information about the dispatcher.

Modified: jifty/trunk/lib/Jifty/Manual/Tutorial.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Tutorial.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Tutorial.pod	Tue May  2 03:14:44 2006
@@ -194,7 +194,7 @@
   package MyWeblog::Model::Post::Schema;
   use Jifty::DBI::Schema;
 
-  # Your column definitions go here.  See L<Jifty::DBI::Schema> for
+  # Your column definitions go here.  See Jifty::DBI::Schema for
   # documentation about how to write column definitions.
 
   package MyWeblog::Model::Post;
@@ -403,6 +403,19 @@
 
 =head1 GETTING HELP
 
+=head2 Online Help
+
+The C<jifty> command-line application comes with builtin help.
+
+  jifty help
+
+  jifty help <command>
+
+If your server is running with administration mode enabled (the
+configuration file C<AdminMode> setting is missing or non-zero), you can
+click the "Online Docs" link in your browser for an extensive list of
+per-module Jifty documentation.
+
 =head2 Joining the mailing list
 
 C<jifty-devel at lists.jifty.org> is where we discuss how we're building Jifty,


More information about the Jifty-commit mailing list