This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Publish Hook class | |
| * | |
| * Features: | |
| * | |
| * - Runs pre and post publish hooks (any file on your hard drive, even other JSFL scripts) | |
| * - Has a simple XUL UI to browse for files | |
| * - Can load and save different profiles, say one for games, one for web | |
| * - Stores setting in an XML config file, but could just as easily store those settings per document using document data | |
| * - Can be set as Active or Inactive should you decide you need to disable it |