[Jifty-commit] r4549 - in Jifty-Book: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Nov 27 22:29:55 EST 2007


Author: sartak
Date: Tue Nov 27 22:29:55 2007
New Revision: 4549

Modified:
   Jifty-Book/   (props changed)
   Jifty-Book/doc/Jifty/Book/Part-C/19-Writing_Plugins.pod

Log:
 r45699 at onn:  sartak | 2007-11-27 22:29:50 -0500
 Flesh out "Writing Plugins"


Modified: Jifty-Book/doc/Jifty/Book/Part-C/19-Writing_Plugins.pod
==============================================================================
--- Jifty-Book/doc/Jifty/Book/Part-C/19-Writing_Plugins.pod	(original)
+++ Jifty-Book/doc/Jifty/Book/Part-C/19-Writing_Plugins.pod	Tue Nov 27 22:29:55 2007
@@ -1,3 +1,35 @@
 =head0 Writing Plugins
 
-How are plugins similar to/different from applications? Creating a plugin. Adding models. Adding mixins. Adding a dispatcher and view. Adding static files and Mason templates. Notifications. Testing a plugin.
+Jifty provides much functionality through its plugins. By writing plugins, you
+can share your work with the rest of the Jifty community, or at least with the
+rest of your applications. Plugins can implement practically any behavior:
+useful website functionality (Chart; Feedback; SiteNews), new authentication
+methods (OpenID; Facebook), and more (CompressedCSSandJS, I18N). Like Jifty
+applications, plugins themselves follow the MVC paradigm.
+
+=head1 Tutorial
+
+=head1 Reference
+
+=head2 Creating a New Plugin
+
+=head2 Hooks
+
+=head2 Models
+
+=head3 Model Mixins
+
+=head3 New Models
+
+=head2 Dispatcher
+
+=head2 View
+
+=head3 Template::Declare
+
+=head3 Mason
+
+=head2 Notifications
+
+=head1 Testing
+


More information about the Jifty-commit mailing list