Development

Changeset 4926

You must first sign up to be able to contribute.

Changeset 4926

Show
Ignore:
Timestamp:
08/28/07 01:25:26 (6 years ago)
Author:
Manuel.Dalla.Lana
Message:

sfTextilePlugin: updated README

Files:

Legend:

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

    r4925 r4926  
    1010== Installation == 
    1111 
    12 You can install sfTextile plugin via PEAR (recommended) package manager or manually. 
     12You can install sfTextile plugin via PEAR (recommended) package manager, via SVN repository or manually. 
    1313 
    1414=== PEAR installation === 
     
    2626 }}} 
    2727 
     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 
    2843=== Manual installation === 
    2944 
    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/` directory 
     45 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 
    3146 
    3247 2. Now clear the cache with symfony clear-cache command 
     
    85100 
    86101== Changelog == 
     102 
    871032007-08-14: 0.2.0 alpha 
    88104 
     
    94110 
    95111== Todo == 
     112 
    96113 * implement restricted text conversion (i.e. in user comments) 
    97114