| 1 |
$Id: INSTALL.txt,v 1.4 2007/02/15 18:10:10 jhriggs Exp $ |
$Id: INSTALL.txt,v 1.5 2007/06/27 23:55:22 joshk Exp $ |
| 2 |
|
|
| 3 |
For a new installation, copy the entire textile module directory to the appropriate module directory within your Drupal installation. |
For a new installation, copy the entire textile module directory to the |
| 4 |
|
appropriate module directory within your Drupal installation. |
| 5 |
|
|
| 6 |
Then download the most up to date (2.0.0 or later) textile library from thresholdstate: |
Then download the most up to date textile library from thresholdstate: |
| 7 |
|
|
| 8 |
http://textile.thresholdstate.com/ |
http://textile.thresholdstate.com/ |
| 9 |
|
|
| 10 |
The library should be availble via a link on the right in tar.gz or zip formats. Uncompress the download, and place the classTextile.php file into the same directory as textile.module. |
The library should be availble via a link on the right in tar.gz or zip |
| 11 |
|
formats. Uncompress the download, and place the classTextile.php file |
| 12 |
|
into the same directory as textile.module. |
| 13 |
|
|
|
Then log into your site, enable the Textile module on the admin/build/modules page. Finally, you must add the Textile filter to the appropriate input formats and set any desired configuration options. |
|
| 14 |
|
You can also get the library from their SVN reposiory: |
| 15 |
|
|
| 16 |
|
http://textpattern.googlecode.com/svn/releases/4.0/source/textpattern/lib/classTextile.php |
| 17 |
|
|
| 18 |
|
Then log into your site, enable the Textile module on the |
| 19 |
|
admin/build/modules page. Finally, you must add the Textile filter to |
| 20 |
|
the appropriate input formats and set any desired configuration options. |
| 21 |
|
|
| 22 |
|
NOTE: you need to be careful with how your input filters are ordered. I |
| 23 |
|
recommend setting up a special filter for textile. Disable the |
| 24 |
|
line-break converter, and set up the HTML filter to run AFTER textile, |
| 25 |
|
and only allow the types of tags you want to permit. |