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.
trunk versionAt this time no clean install script has been made, but here are the manual installation steps:
Firefox/Profiles/<profile_id>.default/).extensions/ folder, creating it if need be.extensions directory called afterthedeadline@afterthedeadline.com. 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.This addon is distributed via addons.mozilla.org. The following steps are used to package and distribute a new version of AtD:
install.rdf and update information is added to the changelog.cd trunkzip -r ../xpi/atd-firefox-VERSION.xpi * -x \*/.\* where VERSION is the new version number. The exclude flag is used to keep cruft like .svn out.xpi file to SVN for posterity.svn:mime-type flag to application/x-xpinstall so it's installable right from the SVN server.xpi. Copy changelog information into the release notes.getContainingBlockOffset() function adapted from It's All Text! addon Copyright © 2006-2007 Christian Höltje, used via GPL licensingSee the Change Log.
The AtD Firefox add-on is licensed under GPL version 2 or greater.