Skip to content

Commit

Permalink
Textile is ready for testing as a config.yaml-based plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeThomsen authored and jayallen committed Mar 24, 2010
1 parent fbf1046 commit ef726e0
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 468 deletions.
22 changes: 22 additions & 0 deletions addons/Textile.plugin/config.yaml
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

2 changes: 1 addition & 1 deletion addons/Textile.plugin/lib/Text/Textile.pm
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;

Expand Down
Loading

0 comments on commit ef726e0

Please sign in to comment.