Author: tkoomzaaskz
Date: 2010-05-02 13:47:17 +0200 (Sun, 02 May 2010)
New Revision: 29336

Modified:
   plugins/sfApplicationMapPlugin/branches/1.4/LICENSE
   plugins/sfApplicationMapPlugin/branches/1.4/README
   plugins/sfApplicationMapPlugin/branches/1.4/package.xml
   plugins/sfApplicationMapPlugin/trunk/package.xml
Log:
[application map] updated 1.4 branch

Modified: plugins/sfApplicationMapPlugin/branches/1.4/LICENSE
===================================================================
--- plugins/sfApplicationMapPlugin/branches/1.4/LICENSE 2010-05-02 11:37:20 UTC 
(rev 29335)
+++ plugins/sfApplicationMapPlugin/branches/1.4/LICENSE 2010-05-02 11:47:17 UTC 
(rev 29336)
@@ -1,4 +1,4 @@
-Copyright (c) 2009 Tomasz Ducin
+Copyright (c) 2009-2010 Tomasz Ducin
 
 Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
 

Modified: plugins/sfApplicationMapPlugin/branches/1.4/README
===================================================================
--- plugins/sfApplicationMapPlugin/branches/1.4/README  2010-05-02 11:37:20 UTC 
(rev 29335)
+++ plugins/sfApplicationMapPlugin/branches/1.4/README  2010-05-02 11:47:17 UTC 
(rev 29336)
@@ -43,14 +43,22 @@
 =============
 
 All visual settings of the images can be set in the __config/map.ini__ file of
-the plugin. Check GraphViz documentation for more details.
+the plugin. Example settings look like the following:
 
+    app_shape           = doublecircle
+    app_style           = filled
+    app_fillcolor       = goldenrod2
+
+You can find all properties properly interpreted by GraphViz in its
+documentation, such as [colors](http://www.graphviz.org/doc/info/colors.html) 
or
+[shapes](http://www.graphviz.org/doc/info/shapes.html).
+
 Important notes
 ===============
 
-  * All actions in _actions.class.php_ must be documented for the plugin to
-    parse them. Use the default action skeleton documentation block provided
-    with symfony.
+  * All actions in _actions.class.php_ or _components.class.php_ must be
+    documented for the plugin to parse them. Use the default action skeleton
+    documentation block provided with symfony.
 
 Application map examples
 ========================
@@ -63,13 +71,24 @@
 
 ![Example fdp application 
map](http://img502.imageshack.us/img502/9818/applicationsfdp.png "Example fdp 
application map")
 
+## dot example with components
+
+![Example dot application map with 
components](http://img21.imageshack.us/img21/2540/applicationsdot.png "Example 
dot application map with components")
+
+## fdp example with components
+
+![Example fdp application map with 
components](http://img39.imageshack.us/img39/9818/applicationsfdp.png "Example 
fdp application map with components")
+
 Prerequisites
 =============
 
   * You must have [GraphViz](http://www.graphviz.org/Documentation.php)
     installed on your system.
 
-Coming soon
-===========
+Additional
+==========
 
-  * support for plugin modules
+  * coming soon: support for plugin modules
+
+  * thanks for all comments, suggestions and bug reports, they help a lot! Feel
+    free to write me.

Modified: plugins/sfApplicationMapPlugin/branches/1.4/package.xml
===================================================================
--- plugins/sfApplicationMapPlugin/branches/1.4/package.xml     2010-05-02 
11:37:20 UTC (rev 29335)
+++ plugins/sfApplicationMapPlugin/branches/1.4/package.xml     2010-05-02 
11:47:17 UTC (rev 29336)
@@ -10,10 +10,10 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2010-01-01</date>
+ <date>2010-05-02</date>
  <time>11:00:00</time>
  <version>
-   <release>1.1.1</release>
+   <release>1.2.0</release>
    <api>1.0.0</api>
  </version>
  <stability>
@@ -68,6 +68,23 @@
 
    <release>
     <version>
+     <release>1.2.0</release>
+     <api>1.0.0</api>
+    </version>
+    <stability>
+     <release>stable</release>
+     <api>stable</api>
+    </stability>
+    <license uri="http://www.symfony-project.org/license";>MIT license</license>
+    <date>2010-05-02</date>
+    <license>MIT</license>
+    <notes>
+     * distinguish between actions and components
+    </notes>
+   </release>
+
+   <release>
+    <version>
      <release>1.1.1</release>
      <api>1.0.0</api>
     </version>

Modified: plugins/sfApplicationMapPlugin/trunk/package.xml
===================================================================
--- plugins/sfApplicationMapPlugin/trunk/package.xml    2010-05-02 11:37:20 UTC 
(rev 29335)
+++ plugins/sfApplicationMapPlugin/trunk/package.xml    2010-05-02 11:47:17 UTC 
(rev 29336)
@@ -68,7 +68,7 @@
 
    <release>
     <version>
-     <release>1.1.1</release>
+     <release>1.2.0</release>
      <api>1.0.0</api>
     </version>
     <stability>
@@ -76,16 +76,16 @@
      <api>stable</api>
     </stability>
     <license uri="http://www.symfony-project.org/license";>MIT license</license>
-    <date>2010-01-01</date>
+    <date>2010-05-02</date>
     <license>MIT</license>
     <notes>
-     * visual settings configuration added
+     * distinguish between actions and components
     </notes>
    </release>
 
    <release>
     <version>
-     <release>1.2.0</release>
+     <release>1.1.1</release>
      <api>1.0.0</api>
     </version>
     <stability>
@@ -93,10 +93,10 @@
      <api>stable</api>
     </stability>
     <license uri="http://www.symfony-project.org/license";>MIT license</license>
-    <date>2010-05-02</date>
+    <date>2010-01-01</date>
     <license>MIT</license>
     <notes>
-     * distinguish between actions and components
+     * visual settings configuration added
     </notes>
    </release>
 

-- 
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