File: readme.txt

package info (click to toggle)
movabletype-opensource 4.2.3-1%2Blenny3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 21,268 kB
  • ctags: 15,862
  • sloc: perl: 178,892; php: 26,178; sh: 161; makefile: 82
file content (39 lines) | stat: -rw-r--r-- 1,203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Textile Text Formatter
A plugin for Movable Type

Release 2.05
April 22, 2008


Brad Choate
http://www.bradchoate.com/
Copyright (c) 2003-2008, Brad Choate


===========================================================================

INSTALLATION

To install, you will need to add the following files to your Movable
Type installation. The directory locations and file names are:

  * (mt home)/plugins/textile.pl
  * (mt home)/extlib/Text/Textile.pm

Refer to the Movable Type documentation for more information regarding
plugins.

You may also consider installing two additional plugins that MT-Textile
is compatible with:

  * SmartyPants: http://www.daringfireball.net/projects/smartypants/
    Version 1.1 or later. This plugin will cause MT-Textile to apply
    "smart" quotes (typographic quotes or 'curly' quotes) to your
    text.

  * CodeBeautifier: http://voisen.org/projects/
    Version 0.4 or later. This plugin will allow language specific
    <code> and/or <blockcode> tags. Use the "language" attribute for
    these tags to invoke one of the following formatters: "perl" for
    Perl, "php" for PHP, "java" for Java, "as" or "actionscript" for
    ActionScript, "scheme" for Scheme.