Changeset 727 for trunk/PostOffice
- Timestamp:
- 06/13/08 00:45:34 (17 months ago)
- Files:
-
- 1 modified
-
trunk/PostOffice/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PostOffice/README.txt
r675 r727 1 ## ###########################################################2 This is a placeholder README. 3 If you are the author, please fill in the __sections__ below. 4 If you are not the author, please bug the author. 5 ## ###########################################################1 ## PostOffice, a plugin for Movable Type 2 ## Author: Six Apart, http://www.sixapart.com/ 3 ## Version: 1.0 4 ## Released under GPL2 5 ## 6 6 7 ## __PLUGINNAME__, a plugin for Movable Type8 ## Author: __AUTHORNAME__, __EMAIL/URL__9 ## Version: __VERSION__10 ## Released under __LICENSE__11 ##12 ## $Id$13 14 7 ## OVERVIEW ## 15 8 16 __A short and very basic description of the plugin.__ 9 This plugin enables users to post to their blog via email. 17 10 18 11 ## PREREQUISITES ## 19 12 20 __detail MT version compatibility and anything else the plugin requires__ 13 * Mail::IMAPClient (for IMAP) 14 * Mail::POP3Client (for POP) 15 * Email::Address 16 * Email::MIME 17 * IO::Socket::SSL 21 18 22 19 ## FEATURES ## 23 20 24 __A longer description of the plugin's features for those who are still reading__ 21 Post Office is a plugin for Movable Type that allows users to post to 22 their blog via email. It works by connecting Movable Type to an 23 existing email account, like GMail or any POP or IMAP compliant mailbox, 24 and periodically scanning for messages to post. Each user can be given 25 a unique email address to which to post to uniquely identify them and 26 the blog they want to post to when sending an email. 25 27 26 28 ## INSTALLATION ## 27 29 28 __detail installation instructions__ 29 30 ## CONFIGURATION ## 31 32 __detail configuration instructions, if any__ 33 34 ## USAGE ## 35 36 __detail further usage instructions, if any__ 37 38 ## KNOWN ISSUES ## 39 40 __detail any known issues with current version, if any__ 30 1. Copy the contents of PostOffice/plugins into /path/to/mt/plugins/ 31 2. Navigate to the settings area for PostOffice and enter in the 32 connection info for your email provider. 33 3. Ensure that you have an API Password selected for yourself. Edit 34 your profile if you need to select one. 35 4. Click the Write Entry button and scroll to the bottom of the screen. 36 Look for the text "Email to <blog name>". 37 5. Save the email address linked to in your address book. Send a test 38 email. 41 39 42 40 ## SUPPORT ## 43 41 44 __specify where people can go for support__ 42 For support, please visit our forums: 43 44 http://forums.movabletype.org/ 45 45 46 46 ## SOURCE CODE ## … … 49 49 50 50 SVN Repo: 51 http://code.sixapart.com/svn/mtplugins/trunk/ __PLUGINNAME__51 http://code.sixapart.com/svn/mtplugins/trunk/PostOffice 52 52 53 53 Trac View: 54 http://code.sixapart.com/trac/mtplugins/log/trunk/ __PLUGINNAME_54 http://code.sixapart.com/trac/mtplugins/log/trunk/PostOffice 55 55 56 56 Plugins: 57 http://plugins.movabletype.org/ __PLUGIN__57 http://plugins.movabletype.org/post-office/ 58 58 59 59 60 60 ## LICENSE ## 61 61 62 __specify the license the plugin is released under__ 62 GPL 2.0 63 63 64 64 ## AUTHOR ## 65 65 66 __insert arbitrary author info, e.g name, email, URL, company, etc__ 66 Copyright 2008, Six Apart, Ltd. All rights reserved.
