Development

Changeset 2860

You must first sign up to be able to contribute.

Changeset 2860

Show
Ignore:
Timestamp:
11/29/06 11:31:26 (2 years ago)
Author:
fabien
Message:

plugins: updated README files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfCryptPlugin/README

    r997 r2860  
    1 sfCrypt symfony plugin 
    2 ========================== 
     1= sfCryptPlugin plugin = 
    32 
    4 Overview 
    5 -------- 
     3The `sfCryptPlugin` provides abstraction for the mcrypt library. 
    64 
    7 sfCrypt class provides abstraction for the mcrypt library. 
     5== Installation == 
    86 
    9 License 
    10 ------- 
     7  * Install the plugin 
     8   
     9  {{{ 
     10    symfony plugin-install http://plugins.symfony-project.com/sfCryptPlugin 
     11  }}} 
    1112 
    12 For the full copyright and license information, please view the LICENSE 
    13 file that was distributed with this source code. 
     13  * Clear you cache 
     14 
     15  {{{ 
     16    symfony cc 
     17  }}} 
     18 
     19  * You're done. 
  • plugins/sfFeedPlugin/README

    r2852 r2860  
    1 sfFeedPlugin symfony plugin 
    2 ===================== 
     1= sfFeedPlugin plugin = 
    32 
    4 Overview 
    5 -------- 
     3The `sfFeedPlugin` simplifies the creation of syndication feeds. 
    64 
    7 sfFeed classes. 
     5== Installation == 
    86 
    9 License 
    10 ------- 
     7  * Install the plugin 
     8   
     9  {{{ 
     10    symfony plugin-install http://plugins.symfony-project.com/sfFeedPlugin 
     11  }}} 
    1112 
    12 For the full copyright and license information, please view the LICENSE 
    13 file that was distributed with this source code. 
     13  * Clear you cache 
     14 
     15  {{{ 
     16    symfony cc 
     17  }}} 
     18 
     19  * You're done. 
  • plugins/sfJpGraphPlugin/README

    r1002 r2860  
    1 sfJpGraph symfony plugin 
    2 ========================== 
     1= sfJpGraphPlugin plugin = 
    32 
    4 Overview 
    5 -------- 
     3The `sfJpGraphPlugin` provides abstraction for the PHP JpGraph library. 
    64 
    7 sfJpGraph class provides abstraction for the PHP JpGraph library. 
     5== Installation == 
    86 
    9 License 
    10 ------- 
     7  * Install the plugin 
     8   
     9  {{{ 
     10    symfony plugin-install http://plugins.symfony-project.com/sfJpGraphPlugin 
     11  }}} 
    1112 
    12 For the full copyright and license information, please view the LICENSE 
    13 file that was distributed with this source code. 
     13  * Clear you cache 
     14 
     15  {{{ 
     16    symfony cc 
     17  }}} 
     18 
     19  * You're done. 
  • plugins/sfShoppingCartPlugin/README

    r2854 r2860  
    1 sfShoppingCartPlugin symfony plugin 
    2 =================================== 
     1= sfShoppingCartPlugin plugin = 
    32 
    4 Overview 
    5 -------- 
     3The `sfShoppingCartPlugin` manages a typical shopping cart. 
    64 
    7 sfShoppingCart can manage a typical shopping cart. 
     5== Installation == 
    86 
    9 License 
    10 ------- 
     7  * Install the plugin 
     8   
     9  {{{ 
     10    symfony plugin-install http://plugins.symfony-project.com/sfShoppingCartPlugin 
     11  }}} 
    1112 
    12 For the full copyright and license information, please view the LICENSE 
    13 file that was distributed with this source code. 
     13  * Clear you cache 
     14 
     15  {{{ 
     16    symfony cc 
     17  }}} 
     18 
     19  * You're done. 
  • plugins/sfSwfChartPlugin/README

    r1003 r2860  
    1 sfSwfChart symfony plugin 
    2 ========================== 
     1= sfSwfChartPlugin plugin = 
    32 
    4 Overview 
    5 -------- 
     3The `sfSwfChartPlugin` provides abstraction for the PHP/SWF Charts library. 
    64 
    7 sfSwfChart class provides abstraction for the PHP/SWF Charts library. 
     5== Installation == 
    86 
    9 License 
    10 ------- 
     7  * Install the plugin 
     8   
     9  {{{ 
     10    symfony plugin-install http://plugins.symfony-project.com/sfSwfChartPlugin 
     11  }}} 
    1112 
    12 For the full copyright and license information, please view the LICENSE 
    13 file that was distributed with this source code. 
     13  * Clear you cache 
     14 
     15  {{{ 
     16    symfony cc 
     17  }}} 
     18 
     19  * You're done. 
  • plugins/sfThumbnailPlugin/README

    r2855 r2860  
    1 sfThumbnailPlugin symfony plugin 
    2 ================================ 
     1= sfThumbnailPlugin plugin = 
    32 
    4 Overview 
    5 -------- 
     3The `sfThumbnailPlugin` creates thumbnails. 
    64 
    7 sfThumbnail class. 
     5== Installation == 
    86 
    9 License 
    10 ------- 
     7  * Install the plugin 
     8   
     9  {{{ 
     10    symfony plugin-install http://plugins.symfony-project.com/sfThumbnailPlugin 
     11  }}} 
    1112 
    12 For the full copyright and license information, please view the LICENSE 
    13 file that was distributed with this source code. 
     13  * Clear you cache 
     14 
     15  {{{ 
     16    symfony cc 
     17  }}} 
     18 
     19  * You're done.