Plugin Directory

Changeset 200107


Ignore:
Timestamp:
01/31/2010 09:36:13 AM (16 years ago)
Author:
easwy
Message:

update readme.txt & screenshot

Location:
wp-posturl/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • wp-posturl/trunk/posturl-options.php

    r200091 r200107  
    200200                </tr>
    201201                <tr>
    202                     <td valign="top" width="30%"><?php _e('Help promote wp-postURL Plugin:', 'wp-posturl'); ?></td>
     202                    <td valign="top" width="30%"><?php _e('Help Promote WP-PostURL Plugin:', 'wp-posturl'); ?></td>
    203203                    <td>
    204204                        <input name="add_credit" id="add_credit" type="checkbox" value="true" <?php if($posturl_options['add_credit']) echo 'checked="checked"'; ?> />
  • wp-posturl/trunk/readme.txt

    r102859 r200107  
    22Contributors: Easwy Yang
    33Donate link:
    4 Tags: Posts, post, plugin, url, ads
     4Tags: Posts, post, plugin, url, ads, copyright, credits, license
    55Requires at least: 2.7
    6 Tested up to: 2.7.1
    7 Stable tag: 1.0
     6Tested up to: 2.9.1
     7Stable tag: 1.1
    88
    9 This plugin allows you to insert a user specific text at the beginning/ending
    10 of all your post.
     9This plugin allows you to insert an user specific text at the beginning and/or
     10ending of all your post.
    1111
    1212== Description ==
    1313
    14 This plugin allows you to insert a user specific text at the beginning/ending
    15 of all your post.  The text can be a copyright declaration, advertisement
    16 codes, etc. HTML codes are allowed.
     14This plugin allows you to insert a user specific text at the beginning and/or
     15ending of all your post.  The text can be a copyright declaration,
     16advertisement codes, etc. HTML codes are allowed. You can select which pages
     17to display the specific text.
    1718
    1819It accepts following macros in user specific text:
     
    2324* %post_title% - the title of the post where the text is displayed
    2425
    25 You can add your spcific text at the beginning of the post by 'Add To Beginning' option.
     26If the header text is not empty, it will be inserted to the head of your post;
     27otherwise no head text will be inserted.
    2628
    27 You can remove `wp-posturl` credit by 'Keep Plugin Credit' option.
     29If the footer text is not empty, it will be inserted to the foot of your post;
     30otherwise no footer text will be inserted.
     31
     32You can choose which pages to display the header text and/or footer text.
     33It includes:
     34
     35* Blog Home - the header/footer text will be displayed on blog home
     36* Page      - the header/footer text will be displayed on pages
     37* Category  - the header/footer text will be displayed on category
     38* Tag       - the header/footer text will be displayed on tags
     39* Archive   - the header/footer text will be displayed on archives
     40* Single    - the header/footer text will be displayed on single
     41* Feed      - the header/footer text will be displayed in feed
     42
     43If you don't want to help promote WP-PostURL plugin, you can uncheck this
     44checkbox. The credit of WP-PostURL will not be displayed.
    2845
    2946More information about this plugin, please access [WP-PostURL Plugin Page](http://easwy.com/blog/wordpress/wp-posturl/ "WP-PostURL Plugin") on [Easwy's Blog](http://easwy.com/blog/).
     
    37541. Activate the plugin through the 'Plugins' menu in WordPress;
    38551. Goto "Setting --> Add Post URL" page to define your user specific text;
     56
     57Your original configuration will be totally kept during upgrading. But please
     58backup before upgrading to avoid configuration lost.
    3959
    4060You can completely uninstall WP-PostURL plugin.
  • wp-posturl/trunk/wp-posturl-zh_CN.po

    r200091 r200107  
    33"Project-Id-Version: WP-PostURL 1.0\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2010-01-31 16:53-0800\n"
    6 "PO-Revision-Date: 2010-01-31 16:55-0800\n"
     5"POT-Creation-Date: 2010-01-31 17:07-0800\n"
     6"PO-Revision-Date: 2010-01-31 17:07-0800\n"
    77"Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n"
    88"Language-Team: Easwy Yang <easwy.mail@gmail.com>\n"
     
    144144
    145145#: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:202
    146 msgid "Help promote wp-postURL Plugin:"
     146msgid "Help Promote WP-PostURL Plugin:"
    147147msgstr "帮助推广WP-PostURL插件:"
    148148
  • wp-posturl/trunk/wp-posturl.pot

    r200091 r200107  
    33"Project-Id-Version: wp-posturl\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2010-01-31 16:56-0800\n"
     5"POT-Creation-Date: 2010-01-31 17:07-0800\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n"
     
    144144
    145145#: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:202
    146 msgid "Help promote wp-postURL Plugin:"
     146msgid "Help Promote WP-PostURL Plugin:"
    147147msgstr ""
    148148
Note: See TracChangeset for help on using the changeset viewer.