Changeset 4926
- Timestamp:
- 08/28/07 01:25:26 (6 years ago)
- Files:
-
- plugins/sfTextilePlugin/README (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfTextilePlugin/README
r4925 r4926 10 10 == Installation == 11 11 12 You can install sfTextile plugin via PEAR (recommended) package manager or manually.12 You can install sfTextile plugin via PEAR (recommended) package manager, via SVN repository or manually. 13 13 14 14 === PEAR installation === … … 26 26 }}} 27 27 28 === SVN installation === 29 30 1. Enter your `plugins/` directory 31 2. Checkout the plugin from svn 32 33 {{{ 34 $ svn co http://svn.symfony-project.com/plugins/sfTextilePlugin/ 35 }}} 36 37 3. Now clear the cache with symfony clear-cache command 38 39 {{{ 40 $ symfony cc 41 }}} 42 28 43 === Manual installation === 29 44 30 1. Alternatively, if you don't have PEAR installed, you can download the latest package attached to this plugin's wiki page and extract it under your project's `plugins/` directory45 1. Alternatively, if you don't have PEAR or SVN installed, you can download the latest package attached to this plugin's wiki page and extract it under your project's `plugins/` directory 31 46 32 47 2. Now clear the cache with symfony clear-cache command … … 85 100 86 101 == Changelog == 102 87 103 2007-08-14: 0.2.0 alpha 88 104 … … 94 110 95 111 == Todo == 112 96 113 * implement restricted text conversion (i.e. in user comments) 97 114