Index of /www001/src/ports/www/drupal4-textile/work/textile
Name Last modified Size Description
Parent Directory 20-Jan-2008 14:17 -
CHANGELOG.txt 10-May-2006 14:45 5k
CREDITS.txt 13-Oct-2004 09:34 1k
DrupalTextile.inc 15-Jan-2008 06:13 2k
INSTALL.txt 10-May-2006 14:45 1k
LICENSE.txt 23-Apr-2006 05:54 15k
TODO.txt 13-Oct-2004 09:34 1k
textile.module 10-May-2006 14:45 10k
textilephp/ 13-Nov-2006 07:04 -
textile.module
README.txt
$Id: README.txt,v 1.3 2005/11/30 03:04:05 jhriggs Exp $
The Textile module allows you to enter content using Textile, a
simple, plain text syntax that is filtered into valid XHTML. The
filter tips found on the filter/tips page of your Drupal site provides
syntax descriptions and examples. If you are using the title module,
you will need to ensure that Textile comes before the title module on
the filter ordering page.
Textile can be enabled on a per-input-format basis. There is an
option on the configuration page of each input format for indicating
whether or not Textile processing should only occur on text surrounded
by [textile] and (optional) [/textile] tags. If an input format is
designed or required to use Textile, this option can be disabled, and
all input will be filtered.
Files
- textile.module
the actual module (PHP source code)
- textilephp (directory)
a PHP port of Brad Choate's (<brad at bradchoate dot com>)
Textile.pm (<http://bradchoate.com/mt-plugins/textile>) Perl
module ported by Jim Riggs (PHP source code); this file is
available separately under the GNU GPL from
<http://jimandlissa.com/project/textilephp>
- README.txt (this file)
general module information
- INSTALL.txt
installation/configuration instructions
- CREDITS.txt
information on those responsible for this module
- TODO.txt
feature requests and modification suggestions
- CHANGELOG.txt
change/release history for this module
- LICENSE.txt
the license (GNU General Public License) covering the usage,
modification, and distribution of this software and its
accompanying files except for SmartyPants-PHP.inc which is
covered under a custom redistribution license