Changeset 2860
- Timestamp:
- 11/29/06 11:31:26 (2 years ago)
- Files:
-
- plugins/sfCryptPlugin/README (modified) (1 diff)
- plugins/sfFeedPlugin/README (modified) (1 diff)
- plugins/sfJpGraphPlugin/README (modified) (1 diff)
- plugins/sfShoppingCartPlugin/README (modified) (1 diff)
- plugins/sfSwfChartPlugin/README (modified) (1 diff)
- plugins/sfThumbnailPlugin/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfCryptPlugin/README
r997 r2860 1 sfCrypt symfony plugin 2 ========================== 1 = sfCryptPlugin plugin = 3 2 4 Overview 5 -------- 3 The `sfCryptPlugin` provides abstraction for the mcrypt library. 6 4 7 sfCrypt class provides abstraction for the mcrypt library. 5 == Installation == 8 6 9 License 10 ------- 7 * Install the plugin 8 9 {{{ 10 symfony plugin-install http://plugins.symfony-project.com/sfCryptPlugin 11 }}} 11 12 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 = 3 2 4 Overview 5 -------- 3 The `sfFeedPlugin` simplifies the creation of syndication feeds. 6 4 7 sfFeed classes. 5 == Installation == 8 6 9 License 10 ------- 7 * Install the plugin 8 9 {{{ 10 symfony plugin-install http://plugins.symfony-project.com/sfFeedPlugin 11 }}} 11 12 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 = 3 2 4 Overview 5 -------- 3 The `sfJpGraphPlugin` provides abstraction for the PHP JpGraph library. 6 4 7 sfJpGraph class provides abstraction for the PHP JpGraph library. 5 == Installation == 8 6 9 License 10 ------- 7 * Install the plugin 8 9 {{{ 10 symfony plugin-install http://plugins.symfony-project.com/sfJpGraphPlugin 11 }}} 11 12 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 = 3 2 4 Overview 5 -------- 3 The `sfShoppingCartPlugin` manages a typical shopping cart. 6 4 7 sfShoppingCart can manage a typical shopping cart. 5 == Installation == 8 6 9 License 10 ------- 7 * Install the plugin 8 9 {{{ 10 symfony plugin-install http://plugins.symfony-project.com/sfShoppingCartPlugin 11 }}} 11 12 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 = 3 2 4 Overview 5 -------- 3 The `sfSwfChartPlugin` provides abstraction for the PHP/SWF Charts library. 6 4 7 sfSwfChart class provides abstraction for the PHP/SWF Charts library. 5 == Installation == 8 6 9 License 10 ------- 7 * Install the plugin 8 9 {{{ 10 symfony plugin-install http://plugins.symfony-project.com/sfSwfChartPlugin 11 }}} 11 12 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 = 3 2 4 Overview 5 -------- 3 The `sfThumbnailPlugin` creates thumbnails. 6 4 7 sfThumbnail class. 5 == Installation == 8 6 9 License 10 ------- 7 * Install the plugin 8 9 {{{ 10 symfony plugin-install http://plugins.symfony-project.com/sfThumbnailPlugin 11 }}} 11 12 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.