diff --git a/MIT-LICENSE b/MIT-LICENSE index 6876ff9..f21c0e8 100755 --- a/MIT-LICENSE +++ b/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 diff --git a/README b/README index 9f2584b..c6235f1 100644 --- a/README +++ b/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 \ No newline at end of file