Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Feb 3, 2009
1 parent e142ad0 commit fa49217
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions MIT-LICENSE
@@ -1,3 +1,4 @@
Copyright (c) 2007 Dave Olsen, West Virginia University
Copyright (c) 2008 Jason Garber, Eastern Mennonite University

Permission is hereby granted, free of charge, to any person
Expand Down
23 changes: 18 additions & 5 deletions README
@@ -1,12 +1,25 @@
= Textile With Editor
= Textile Editor

Places a bar above the textarea when Textile is the current input filter.
Created by Jason Garber, September, 2008. Based on the Textile Editor Helper plugin from WVU.

Textile Editor places a bar above the textarea when Textile is the current input filter.

== Installing:

If you install the extension manually, you'll need to run:
rake radiant:extensions:update_all

== Installation

./script/extension install textile_editor

It will download, run the migrations (there are none), and update the CSS and Javascript in public/.
-- OR --

If you install the extension manually, you'll need to run:
rake radiant:extensions:update_all
1) Unpack/checkout/export the extension into vendor/extensions of your
project.

2) Run the extension update task.

$ rake production radiant:extensions:textile_editor:update

3) Restart your server

0 comments on commit fa49217

Please sign in to comment.