Changeset 1224234
- Timestamp:
- 08/18/2015 09:53:06 PM (11 years ago)
- File:
-
- 1 edited
-
first-response/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
first-response/trunk/readme.txt
r1224214 r1224234 24 24 25 25 == Installation == 26 27 1. Upload the 'ems-calls' folder to the `/wp-content/plugins/` directory 26 1. Upload the 'first-response' folder to the `/wp-content/plugins/` directory 28 27 2. Activate the plugin through the 'Plugins' menu in WordPress 29 28 3. Set up an email account to receive dispatch messages. The account must be dedicated to this plugin … … 31 30 32 31 == Frequently Asked Questions == 32 = Can calls be imported to wordpress automatically? = 33 Yes. If your department can receive email notifications when you are 34 dispatched, this plugin can read those messages and post a new "911 call" to 35 your website. You need to set up a dedicated email address for this to work. 36 This plugin will read that email account, and import any unread messages as 37 new calls. Right now, the code MAY need to be adjusted slightly for your 38 department, but the code should be easy to read and extend. 39 40 = Can it do the import process the moment we are dispatched? = 41 No. This is a feature I plan to add in the future, but I have not had the time 42 to yet. If you expand the plugin to include a cron job or daemon which does 43 this, please let me know! 44 45 = How do I start the import process? = 46 In the admin page, click on "911 calls" on the menu on the left, and then 47 click on "Load calls" in its submenu. It will import all new calls, tag and 48 categorize them, publish them, and then report back on what it has done. 49 50 = Do I NEED to use the import process to use this plugin? = 51 No. You could create new calls manually without ever using the import process. 52 Importing does make things a whole lot easier, though. 53 54 = How do you receive emails when you are dispatched? = 55 Our county uses a system called "iamresponding" to notify us via text message 56 and email when we are dispatched. Other similar systems exist which you could 57 sign up for. I am not aware of any that are free. 33 58 34 59 == Screenshots == 35 36 1. A screenshot of the admin page 60 1. A screenshot of the admin page, showing a listing of several recent calls. 37 61 38 62 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.