[Jifty-commit] r1074 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue May 16 17:46:08 EDT 2006


Author: alexmv
Date: Tue May 16 17:46:07 2006
New Revision: 1074

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin.pm

Log:
 r13038 at zoq-fot-pik:  chmrr | 2006-05-16 17:44:35 -0400
  * Mention jifty plugin --name


Modified: jifty/trunk/lib/Jifty/Plugin.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin.pm	Tue May 16 17:46:07 2006
@@ -11,7 +11,9 @@
 
 Plugins are like mini-apps.  They come in packages with share
 directories which provide static and template files; they provide
-actions; they have dispatcher rules.
+actions; they have dispatcher rules.  To create the skeleton of a new
+plugin, you can use the command:
+    jifty plugin --name SomePlugin
 
 To use a plugin in your Jifty application, find the C<Plugins:> line
 in the C<config.yml> file:


More information about the Jifty-commit mailing list