Changeset 17206
- Timestamp:
- 04/10/09 16:23:14 (4 years ago)
- Files:
-
- plugins/stOfcPlugin/branches/1.2/LICENSE (modified) (2 diffs)
- plugins/stOfcPlugin/branches/1.2/README (modified) (2 diffs)
- plugins/stOfcPlugin/branches/1.2/package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/stOfcPlugin/branches/1.2/LICENSE
r17198 r17206 1 --------------------------------------------------------2 1 Plugin by RASHID Dawood (drashid). (daud55[at]gmail.com) 3 2 Original library by John Glazebrook (http://teethgrinder.co.uk/open-flash-chart/index.php) 4 --------------------------------------------------------5 3 6 4 Permission is hereby granted, free of charge, to any person obtaining a copy of this software … … 20 18 OTHER DEALINGS IN THE SOFTWARE. 21 19 22 ------------------------------------------------------------------------23 20 To Read original library's license see README.txt in plugin's lib folder 24 ------------------------------------------------------------------------plugins/stOfcPlugin/branches/1.2/README
r17198 r17206 1 = stOfcPlugin = 1 # stOfcPlugin # 2 2 3 `stOfcPlugin` class provides abstraction for [ http://teethgrinder.co.uk/open-flash-chart/index.php Open Flash Chart].3 `stOfcPlugin` class provides abstraction for [Open Flash Chart](http://teethgrinder.co.uk/open-flash-chart/index.php). 4 4 Creates Flash Chart based on an array of data/values 5 5 6 == Installation == 6 ## Installation ## 7 7 8 *Install the plugin8 Install the plugin 9 9 10 {{{11 10 symfony plugin-install http://plugins.symfony-project.com/stOfcPlugin 12 }}} 11 13 12 14 13 or download it and unzip in your /plugins directory 15 14 16 * Clear you cache17 15 18 {{{ 16 17 Clear you cache 18 19 19 symfony cc 20 }}}21 20 22 == Usage == 21 ## Usage ## 23 22 24 23 * see stOfcExample module for details. 25 24 26 == Configuration == 25 ## Configuration ## 27 26 28 * To test stOfcPlugin, enable the '''stOfcExample''' module in your '''settings.yml''' file, then call '''stOfcExample'''27 * To test stOfcPlugin, enable the __stOfcExample__ module in your __settings.yml__ file, then call __stOfcExample__ in your browser 29 28 30 {{{ 29 setting.yml 30 31 31 all: 32 32 .settings: 33 33 enabled_modules: [stOfcExample] 34 }}} 35 36 === Plugin support === 34 35 ### Plugin support ### 37 36 38 37 * Please report bugs/feeback in the [http://www.symfony-project.com/forum/index.php/f/12/ plugin section] of the forum … … 42 41 43 42 cheers :) 43 44 ---- 45 46 This plugin is sponsored by [SQL Technologies](http://www.sqltechnologies.com) 47 48  plugins/stOfcPlugin/branches/1.2/package.xml
r17198 r17206 14 14 <time>09:25:53</time> 15 15 <version> 16 <release>1. 9.7</release>17 <api>1. 9.7</api>16 <release>1.0.0</release> 17 <api>1.0.0</api> 18 18 </version> 19 19 <stability> … … 48 48 <file md5sum="7a74d3d615135b674c63a0af6ce9420e" name="web/images/open-flash-chart.swf" role="data"/> 49 49 <file md5sum="fc36c10f8baf6c90e6eab2d0a761a0b2" name="web/js/swfobject.js" role="data"/> 50 <file md5sum=" 6022b377c6343dfaf4843e40fe7eeb0b" name="LICENSE" role="data"/>51 <file md5sum=" 99a3d1d2ba742bd4a565a091d198548f" name="README" role="data"/>50 <file md5sum="025a15cbbfbecb62836956469423066d" name="LICENSE" role="data"/> 51 <file md5sum="bb955078ac5a6b490cdb579fcec25444" name="README" role="data"/> 52 52 </dir> 53 53 </contents>