Plugin Directory

Changeset 777065


Ignore:
Timestamp:
09/23/2013 03:01:59 AM (13 years ago)
Author:
codebykat
Message:

Readme.txt is not my friend today

Location:
post-by-email/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • post-by-email/trunk/readme.md

    r777059 r777065  
    2020
    2121
    22 ## Features ##
    23 
     22**Features**
    2423* Supports IMAP or POP3 servers, with or without SSL
    2524* Optional PIN-based authentication guards against email spoofing
  • post-by-email/trunk/readme.txt

    r777060 r777065  
    2020
    2121
    22 = Features =
     22### Features ###
    2323
    2424* Supports IMAP or POP3 servers, with or without SSL
     
    2929* Emails from unauthorized users can be either set as pending or discarded
    3030
    31 = Post Authors and Security =
     31### Post Authors and Security ###
    3232
    3333The "From" address is matched to WordPress users in the database to determine the post's author.  If the author doesn't have an account or isn't allowed to publish posts, the post status will be set to "pending".
     
    3535By default, any users in the Author, Editor or Administrator roles are able to publish posts.  Use the Users menu item in the admin dashboard to view and manage which users have this capability.  For more information on the WordPress permissions system, see <a href="http://codex.wordpress.org/Roles_and_Capabilities">Codex: Roles and Capabilities</a>.
    3636
    37 = Shortcodes =
     37### Shortcodes ###
    3838
    3939By default, emailed posts will be placed in the default category configured in the settings.
     
    5252`[another-custom-taxonomy 2 3 5]`
    5353
    54 = Attachments =
     54### Attachments ###
    5555
    5656Any files attached to an email will be uploaded to the Media Library and added to the post as a gallery.  You can specify gallery options, or its location within the post, by including a <a href="http://codex.wordpress.org/Gallery_Shortcode">gallery shortcode</a> in your email.  If no gallery shortcode exists, it will be added to the end of the post.
     
    65651. Configure mailbox information under Tools->Post By Email.
    6666
    67 = Instructions for specific email services =
     67### Instructions for specific email services ###
    6868
    6969- Gmail: <a href="https://support.google.com/mail/troubleshooter/1668960?hl=en">This page</a> will walk you through enabling IMAP or POP3 access.  When prompted to select an email client for configuration instructions, select "Other" to view the settings.
     
    9797== Testing ==
    9898
    99 = Automated Tests =
     99### Automated Tests ###
    100100
    101101Like WordPress Core, this plugin includes automated unit tests written in PHPUnit.
     
    1061061. From the plugin directory, run `WP_TESTS_DIR=/path/to/WordPress/test/install phpunit`
    107107
    108 = Manual Testing =
     108### Manual Testing ###
    109109
    1101101. Set up a test email address (services such as Gmail work great for this) and enable IMAP or POP3 access.  (Refer to <a href="http://wordpress.org/plugins/post-by-email/installation/">Installation</a> for detailed instructions.)
Note: See TracChangeset for help on using the changeset viewer.