atd-firefox
atd-firefox copied to clipboard
After the Deadline add-on for Firefox
atd-firefox
After the Deadline Firefox Add-on
After the Deadline is an open source software service that checks spelling, style, and grammar. This directory houses the development of a Firefox add-on which enables After the Deadline in forms and documents across the web. The add-on itself is downloadable from addons.mozilla.org.
Automattic no longer supports this add-on. We're putting it on Github so that you can feel free to fork it, hack it, and release your own version.
Installation of trunk version
At this time no clean install script has been made, but here are the manual installation steps:
- Locate your profile folder and beneath it the profile you want to work with (e.g.
Firefox/Profiles/<profile_id>.default/). - Open the
extensions/folder, creating it if need be. - Create a new text file in the
extensionsdirectory called[email protected]. In the file, put the full path to your development folder inside (e.g.C:\atd_firefox\trunk\or~/atd_firefox/trunk/). Windows users should retain the OS' slash direction, and everyone should remember to include a closing slash and remove any trailing spaces. - Restart Firefox. After the Deadline should show up in the list of active add-ons.
Distribution instructions
This addon is distributed via addons.mozilla.org. The following steps are used to package and distribute a new version of AtD:
- Make sure the version information is updated in
install.rdfand update information is added to the changelog. cd trunkzip -r ../xpi/atd-firefox-VERSION.xpi * -x \*/.\*whereVERSIONis the new version number. The exclude flag is used to keep cruft like.svnout.- Add and commit the new
xpifile to SVN for posterity. - (optional) You may want to set the
svn:mime-typeflag toapplication/x-xpinstallso it's installable right from the SVN server. - Login to addons.mozilla.org and upload the new
xpi. Copy changelog information into the release notes.
Commercial use and running your own server
This add-on requires a running instance of an After the Deadline Server in order to work. Automattic operates an that you can use for personal use as long as you don't send too much traffic. The extension is configured to use this instance by default.
For high volume and commercial uses of AtD, you must run your own server. The code is available on Github: After the Deadline Server. See the After the Deadline Developer's page for more information, and check out the AtD Developers Google Group for discussion and community support.
When you run your own server, replace service.afterthedeadline.com with your server's hostname.
Credits
- Uses AtD Core by Raphael Mudge
getContainingBlockOffset()function adapted from It's All Text! addon Copyright © 2006-2007 Christian Höltje, used via GPL licensing
License
The AtD Firefox add-on is licensed under GPL version 2 or greater.
Contact
This code has always been open source. We're putting it on Github so that you can feel free to fork it, hack it, and release your own version.
Join the atd-developers list for community support.