[Jifty-commit] r5607 - jifty/trunk/lib/Jifty/Manual

Jifty commits jifty-commit at lists.jifty.org
Tue Jul 29 03:44:31 EDT 2008


Author: sunnavy
Date: Tue Jul 29 03:44:30 2008
New Revision: 5607

Modified:
   jifty/trunk/lib/Jifty/Manual/Actions.pod
   jifty/trunk/lib/Jifty/Manual/Models.pod
   jifty/trunk/lib/Jifty/Manual/UsingCSSandJS.pod

Log:
updated manual

Modified: jifty/trunk/lib/Jifty/Manual/Actions.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Actions.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Actions.pod	Tue Jul 29 03:44:30 2008
@@ -54,7 +54,7 @@
 =head2 parameters
 
 Every C<Jifty::Action> subclass should define a C<schema>, which contains
-some C<param> declarations that describes what arguments it takes.
+some C<param> declarations that describe what arguments it takes.
 Supposing we were writing an action to post a blog article, we might start
 out with parameters like thus:
 

Modified: jifty/trunk/lib/Jifty/Manual/Models.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Models.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Models.pod	Tue Jul 29 03:44:30 2008
@@ -4,13 +4,13 @@
 
 =head1 DESCRIPTION
 
-The idea behing a model is to give the user a database-independent way
+The idea behind a model is to give the user a database-independent way
 of defining how the data looks alike and how different parts of the
 data relate to each other. In database terms, you might think of a
 schema definition.
 
 Besides the pure definition of a model, creation, updating and lookup
-of data is also possible in a comfortable way.
+of data are also possible in a comfortable way.
 
 =head2 Creating a model
 

Modified: jifty/trunk/lib/Jifty/Manual/UsingCSSandJS.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/UsingCSSandJS.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/UsingCSSandJS.pod	Tue Jul 29 03:44:30 2008
@@ -126,15 +126,9 @@
 
 =over
 
-=item C<Prototype> L<http://prototype.conio.net>
+=item C<jQuery> L<http://jquery.com/>
 
-Prototype is a toolkit for providing AJAX support. This is a library
-some others depend on.
-
-=item C<scriptaculous.js> L<http://script.aculo.us/>
-
-This library provides support for animation with effects, drag & drop,
-AJAX controls and DOM utilities.
+jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.
 
 =item C<Rico> L<http://openrico.org>
 


More information about the Jifty-commit mailing list