After the Deadline Firefox Add-on - README

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.

Installation of trunk version

At this time no clean install script has been made, but here are the manual installation steps:

  1. Locate your profile folder and beneath it the profile you want to work with (e.g. Firefox/Profiles/<profile_id>.default/).
  2. Open the extensions/ folder, creating it if need be.
  3. Create a new text file in the 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.
  4. 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:

  1. Make sure the version information is updated in install.rdf and update information is added to the changelog.
  2. cd trunk
  3. zip -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.
  4. Add and commit the new xpi file to SVN for posterity.
  5. (optional) You may want to set the svn:mime-type flag to application/x-xpinstall so it's installable right from the SVN server.
  6. Login to addons.mozilla.org and upload the new xpi. Copy changelog information into the release notes.

Credits

What's New?

See the Change Log.

License

The AtD Firefox add-on is licensed under GPL version 2 or greater.

Contact

mitcho (Michael 芳貴 Erlewine), firefox@afterthedeadline.com