[jifty-devel] Some small doc fixes

bart bunting bart at bunting.net.au
Fri Mar 17 16:05:04 EST 2006


A couple of typos fixed in Request.pm

Index: lib/Jifty/Request.pm
===================================================================
--- lib/Jifty/Request.pm	(revision 697)
+++ lib/Jifty/Request.pm	(working copy)
@@ -662,7 +662,7 @@
 =head2 do_mapping PARAMHASH
 
 Takes two possible arguments, C<request> and C<response>; they default
-to the current L<Jifty::Request> and the current L<Jufty::Response>.
+to the current L<Jifty::Request> and the current L<Jifty::Response>.
 Calls L<Jifty::Request::Mapper/map> on every argument of this request,
 pulling arguments and results from the given C<request> and C<response>.
 
@@ -840,11 +840,11 @@
 active, while all other actions are marked inactive.  In the absence
 of C<J:ACTIONS>, all actions are active.
 
-=head1 YAML POST Request Protocool
+=head1 YAML POST Request Protocol
 
 To be spec'd later
 
-=head1 JSON POST Request Protocool
+=head1 JSON POST Request Protocol
 
 To be spec'd later
 
 
This removes the text telling you that you have to make changes to
your autohandler to use the Dispatcher.  I don't believe this is
necessary any more?

Index: lib/Jifty/Dispatcher.pm
===================================================================
--- lib/Jifty/Dispatcher.pm	(revision 697)
+++ lib/Jifty/Dispatcher.pm	(working copy)
@@ -11,11 +11,6 @@
 
 =head1 SYNOPSIS
 
-In your F<autohandler>, put these two lines first:
-
-    require MyApp::Dispatcher;
-    MyApp::Dispatcher->handle_request;
-
 In B<MyApp::Dispatcher>:
 
     package MyApp::Dispatcher;
 




More information about the jifty-devel mailing list