public
Fork of economysizegeek/postie
Description: A plugin for WordPress that makes mobloging and blogging by email much much better
Homepage: http://postie.economysizegeek.com/
Clone URL: git://github.com/tedkulp/postie.git
Brought over the code from the SVN Repository
Dirk Elmendorf (author)
Wed Apr 30 05:33:43 -0700 2008
commit  93cc7facaf1abb4f367d2bb6ccbbf151181fc65d
tree    edb304bdf6abe705dc64e0c7214938687623378c
parent  e3d1fcccc5f38eb13d451b1fc94332c3cafac1e1
0
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
0
@@ -0,0 +1,109 @@
0
+
0
+More Information:
0
+
0
+This plugin has a lot features. They are all explained on the
0
+main site (http://www.economysizegeek.com/?page_id=395).
0
+
0
+Install:
0
+Make sure all postie code is its own directory inside of wp-content/plugins/postie
0
+Make two directories in your main wordpress directory wp-filez and wp-photos
0
+Make sure these directories are writable by your web server (chmod 777 or chown to the webserver)
0
+make sure that the postie directory that this file is in is moved to yourwebsite/wp-content/plugins
0
+Login to WordPress as "admin"
0
+Goto the Plugins tab in the WordPress Admin Site
0
+Activate "Postie"
0
+Goto to the "Options" tab and click on the sub-tab "Configure Postie" to configure it.
0
+(Postie ignores the settings under Options->Writing->Writing-by-Email)
0
+
0
+
0
+Setup a cronjob to pull down the get_mail.php
0
+Example:
0
+*/5 * * * * /usr/bin/lynx --source http://www.economysizegeek.com/wp-content/plugins/postie/get_mail.php >/dev/null 2>&1
0
+
0
+This fetches the mail every five mintues.
0
+
0
+If you don't have access to cron - check out "Cronless Postie"
0
+Features:
0
+
0
+Tips for Using:
0
+ * If you put in :start - the message processing won't start until it sees that string
0
+ * If you put in :end - the message processing will stop once it sees that string
0
+ * Posts can be delayed by adding a line with delayXdXhXm where X is a number.
0
+ delay:1d - 1 day
0
+ delay:1h - 1 hour
0
+ delay:1m - 1 minute
0
+ delay:1d2h4m - 1 day 2 hours 4m
0
+ * By putting comments:X in your message you can control if comments are allowed
0
+ comments:0 - means closed
0
+ comments:1 - means open
0
+ comments:2 - means registered only
0
+
0
+
0
+Category Handling:
0
+ * If you put a category name in the subject with a : it will be used
0
+ as the category for the post
0
+ * If you put a category id number in the subject with a : it will
0
+ be used as the category for the post
0
+ * If you put the first part of a category name it will be posted in
0
+ the first category that the system finds that matches - so if you put
0
+
0
+ Subject: Gen: New News
0
+
0
+ The system will post that in General.
0
+
0
+ * All of the above also applies if you put the category in brackets []
0
+ * Using [] or you can post to multiple categories at once
0
+
0
+ Subject: [1] [Mo] [Br] My Subject
0
+
0
+ On my blog it would post to General (Id 1), Moblog, and Brewing all at one time
0
+
0
+ * Using - or you can post to multiple categories at once
0
+
0
+ Subject: -1- -Mo- -Br- My Subject
0
+
0
+ On my blog it would post to General (Id 1), Moblog, and Brewing all at one time
0
+
0
+
0
+Image Handling:
0
+ * Postie has a filter to make it easy to show full images on individual pages.
0
+ * Tells you if you have GD installed for resizing images
0
+ * Allows you to attach images to your email and automatically post
0
+ them to your blog
0
+ * Large images are automatically thumbnailed and linked to the larger
0
+ image (Requires GD)
0
+ * You can publish images in the text of your message by using #img1#
0
+ #img2# - each one will be replaced with the HTML for the image
0
+ you attached
0
+ * Rotation - if you include the text
0
+
0
+ rotate:90
0
+
0
+ or any other number - all images in the message will be rotated for you.
0
+
0
+ * Images are renamed in a way that makes it impossible to accidentally
0
+ overwrite images you have already posted
0
+
0
+
0
+General Features:
0
+ * You can set the starting characters for you signature so that it
0
+ is removed from the posting message
0
+ * You can set a list of banned file names so if you provider adds
0
+ images to your post they don't show up in the blog
0
+ * If you post from an email address that is not a valid author the
0
+ email post will be forwarded to the admin
0
+ * You can control if you want HTML allowed in the body or subject
0
+ of your post
0
+ * Lets you set a default subject when you don't set one
0
+ * Defaults to posting to the default category you set in Word Press
0
+
0
+Interoperability:
0
+ * If your mail client doesn't support setting the subject (nokia) you
0
+ can do so by putting #your title here# at the begining of your message
0
+ * POP3,POP3-SSL,IMAP,IMAP-SSL now supported - last three require
0
+ php-imap support
0
+ * The program understands enough about mime to not duplicate post
0
+ if you send an HTML and plain text message
0
+ * Automatically confirms that you are installed correctly
0
+
0
+

Comments

    No one has commented yet.