| 1 |
textile.module
|
| 2 |
README.txt
|
| 3 |
$Id: README.txt,v 1.4 2007/02/15 18:10:10 jhriggs Exp $
|
| 4 |
|
| 5 |
The Textile module allows you to enter content using Textile, a
|
| 6 |
simple, plain text syntax that is filtered into valid XHTML. The
|
| 7 |
filter tips found on the filter/tips page of your Drupal site provides
|
| 8 |
syntax descriptions and examples. If you are using the title module,
|
| 9 |
you will need to ensure that Textile comes before the title module on
|
| 10 |
the filter ordering page.
|
| 11 |
|
| 12 |
Textile can be enabled on a per-input-format basis. There is an
|
| 13 |
option on the configuration page of each input format for indicating
|
| 14 |
whether or not Textile processing should only occur on text surrounded
|
| 15 |
by [textile] and (optional) [/textile] tags. If an input format is
|
| 16 |
designed or required to use Textile, this option can be disabled, and
|
| 17 |
all input will be filtered.
|
| 18 |
|
| 19 |
Files
|
| 20 |
- textile.module
|
| 21 |
the actual module (PHP source code)
|
| 22 |
|
| 23 |
- textile.info
|
| 24 |
the module information file used by Drupal
|
| 25 |
|
| 26 |
- classTextile.php (external dependency)
|
| 27 |
you will need to download the most up-to-date textile library from:
|
| 28 |
|
| 29 |
http://textile.thresholdstate.com/
|
| 30 |
|
| 31 |
and place its classTetxile.php file in to the same directory as
|
| 32 |
textile.module
|
| 33 |
|
| 34 |
- README.txt (this file)
|
| 35 |
general module information
|
| 36 |
|
| 37 |
- INSTALL.txt
|
| 38 |
installation/configuration instructions
|
| 39 |
|
| 40 |
- CREDITS.txt
|
| 41 |
information on those responsible for this module
|
| 42 |
|
| 43 |
- TODO.txt
|
| 44 |
feature requests and modification suggestions
|
| 45 |
|
| 46 |
- CHANGELOG.txt
|
| 47 |
change/release history for this module
|
| 48 |
|
| 49 |
- LICENSE.txt
|
| 50 |
the license (GNU General Public License) covering the usage,
|
| 51 |
modification, and distribution of this software and its
|
| 52 |
accompanying files except for SmartyPants-PHP.inc which is
|
| 53 |
covered under a custom redistribution license
|