Author: bshaffer
Date: 2010-02-07 19:00:11 +0100 (Sun, 07 Feb 2010)
New Revision: 27654

Added:
   plugins/csSecurityTaskExtraPlugin/branches/1.3/README
Removed:
   plugins/csSecurityTaskExtraPlugin/README
Log:
moves readme to 1.3 branch

Deleted: plugins/csSecurityTaskExtraPlugin/README
===================================================================
--- plugins/csSecurityTaskExtraPlugin/README    2010-02-07 17:59:31 UTC (rev 
27653)
+++ plugins/csSecurityTaskExtraPlugin/README    2010-02-07 18:00:11 UTC (rev 
27654)
@@ -1,52 +0,0 @@
-csSecurityTaskExtraPlugin
-=========================
-
-The `csSecurityTaskExtraPlugin` provide some new tasks to the symfony command 
line tool
-
-  * app:security application : Assess security coverage in your application
-  * app:route-security application : Assess security coverage of routes in 
your application
-  * app:group-security application [group] : Assess security coverage for 
groups in your application
-  * app:user-security application [user] : Assess security coverage for users 
in your application
-  
-Examples
---------
-
-The app:security task outputs a readable list of security.yml specifications 
in your application
-
-    $ ./symfony app:security frontend
-
-![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/app-security.png?format=raw)
-
-The app:route-security task compares your security.ymls to all the routes in 
your application
-
-    $ ./symfony app:route-security frontend
-
-![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/route-security.png?format=raw)
-
-You can also list who has access to with actions specified in security.yml 
with the group-security task.
-
-    $ ./symfony app:group-security frontend
-
-![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/group-security-all.gif?format=raw)
-
-Pass the name of an sfGuardGroup object as the second argument to narrow down 
your output
-
-    $ ./symfony app:group-security frontend author
-
-![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/group-security-author.png?format=raw)
-
-List users who has access with the user-security task.
-
-    $ ./symfony app:user-security frontend
-
-![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/user-security-all.gif?format=raw)
-
-Pass the username or id of an sfGuardUser object as the second argument to 
narrow down your output
-
-    $ ./symfony app:group-security frontend andyadministrator
-    OR
-    $ ./symfony app:group-security frontend 3
-
-![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/user-security-andyadmin.png?format=raw)
-
-Please send all comments or questions to [Brent 
Shaffer](http://symplist.net/contact)
\ No newline at end of file

Copied: plugins/csSecurityTaskExtraPlugin/branches/1.3/README (from rev 27653, 
plugins/csSecurityTaskExtraPlugin/README)
===================================================================
--- plugins/csSecurityTaskExtraPlugin/branches/1.3/README                       
        (rev 0)
+++ plugins/csSecurityTaskExtraPlugin/branches/1.3/README       2010-02-07 
18:00:11 UTC (rev 27654)
@@ -0,0 +1,52 @@
+csSecurityTaskExtraPlugin
+=========================
+
+The `csSecurityTaskExtraPlugin` provide some new tasks to the symfony command 
line tool
+
+  * app:security application : Assess security coverage in your application
+  * app:route-security application : Assess security coverage of routes in 
your application
+  * app:group-security application [group] : Assess security coverage for 
groups in your application
+  * app:user-security application [user] : Assess security coverage for users 
in your application
+  
+Examples
+--------
+
+The app:security task outputs a readable list of security.yml specifications 
in your application
+
+    $ ./symfony app:security frontend
+
+![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/app-security.png?format=raw)
+
+The app:route-security task compares your security.ymls to all the routes in 
your application
+
+    $ ./symfony app:route-security frontend
+
+![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/route-security.png?format=raw)
+
+You can also list who has access to with actions specified in security.yml 
with the group-security task.
+
+    $ ./symfony app:group-security frontend
+
+![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/group-security-all.gif?format=raw)
+
+Pass the name of an sfGuardGroup object as the second argument to narrow down 
your output
+
+    $ ./symfony app:group-security frontend author
+
+![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/group-security-author.png?format=raw)
+
+List users who has access with the user-security task.
+
+    $ ./symfony app:user-security frontend
+
+![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/user-security-all.gif?format=raw)
+
+Pass the username or id of an sfGuardUser object as the second argument to 
narrow down your output
+
+    $ ./symfony app:group-security frontend andyadministrator
+    OR
+    $ ./symfony app:group-security frontend 3
+
+![App 
Security](http://trac.symfony-project.com/attachment/wiki/csSecurityTaskExtraPlugin/user-security-andyadmin.png?format=raw)
+
+Please send all comments or questions to [Brent 
Shaffer](http://symplist.net/contact)
\ No newline at end of file

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to