Development

Changeset 17206

You must first sign up to be able to contribute.

Changeset 17206

Show
Ignore:
Timestamp:
04/10/09 16:23:14 (4 years ago)
Author:
drashid
Message:

Changed the version to 1.0.0 and updated the README as per syntax of markdown

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/stOfcPlugin/branches/1.2/LICENSE

    r17198 r17206  
    1 -------------------------------------------------------- 
    21Plugin by RASHID Dawood (drashid). (daud55[at]gmail.com) 
    32Original library by John Glazebrook (http://teethgrinder.co.uk/open-flash-chart/index.php) 
    4 -------------------------------------------------------- 
    53 
    64Permission is hereby granted, free of charge, to any person obtaining a copy of this software  
     
    2018OTHER DEALINGS IN THE SOFTWARE. 
    2119 
    22 ------------------------------------------------------------------------ 
    2320To 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 # 
    22 
    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)
    44Creates Flash Chart based on an array of data/values 
    55 
    6 == Installation == 
     6## Installation ## 
    77 
    8   * Install the plugin 
     8Install the plugin 
    99 
    10   {{{ 
    1110    symfony plugin-install http://plugins.symfony-project.com/stOfcPlugin 
    12   }}} 
     11 
    1312 
    1413  or download it and unzip in your /plugins directory 
    1514 
    16   * Clear you cache 
    1715 
    18   {{{ 
     16 
     17Clear you cache 
     18 
    1919    symfony cc 
    20   }}} 
    2120 
    22 == Usage == 
     21## Usage ## 
    2322   
    2423  * see stOfcExample module for details. 
    2524 
    26 == Configuration == 
     25## Configuration ## 
    2726 
    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 
    2928   
    30   {{{ 
     29setting.yml 
     30 
    3131    all: 
    3232      .settings: 
    3333        enabled_modules:        [stOfcExample] 
    34   }}} 
    35    
    36 === Plugin support === 
     34 
     35### Plugin support ### 
    3736 
    3837  * Please report bugs/feeback in the [http://www.symfony-project.com/forum/index.php/f/12/ plugin section] of the forum 
     
    4241 
    4342cheers :) 
     43 
     44---- 
     45 
     46This plugin is sponsored by [SQL Technologies](http://www.sqltechnologies.com) 
     47 
     48 ![SQL Technologies](http://www.php-debug.com/images/sql.gif) 
  • plugins/stOfcPlugin/branches/1.2/package.xml

    r17198 r17206  
    1414 <time>09:25:53</time> 
    1515 <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> 
    1818 </version> 
    1919 <stability> 
     
    4848   <file md5sum="7a74d3d615135b674c63a0af6ce9420e" name="web/images/open-flash-chart.swf" role="data"/> 
    4949   <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"/> 
    5252  </dir> 
    5353 </contents>