forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Textile is ready for testing as a config.yaml-based plugin.
- Loading branch information
1 parent
fbf1046
commit ef726e0
Showing
3 changed files
with
275 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Textile | ||
id: Textile | ||
key: Textile | ||
description: <MT_TRANS phrase="A humane web text generator."> | ||
author_name: Brad Choate | ||
author_link: http://bradchoate.com/ | ||
version: 2.06 | ||
|
||
text_filters: | ||
textile_2: | ||
label: Textile 2 | ||
code: Textile::MovableType::Plugin::textile_2 | ||
docs: http://www.movabletype.org/documentation/author/textile-2-syntax.html | ||
tags: | ||
help_url: > | ||
sub { MT->translate('http://www.movabletype.org/documentation/appendices/tags/%t.html') } | ||
block: | ||
Textile: Textile::MovableType::Plugin::Textile | ||
function: | ||
TextileOptions: Textile::MovableType::Plugin::TextileOptions | ||
TextileHeadOffset: Textile::MovableType::Plugin::TextileHeadOffset | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $Id$ | ||
# $Id: Textile.pm 1098 2007-12-12 01:47:58Z hachi $ | ||
|
||
package Text::Textile; | ||
|
||
|
Oops, something went wrong.