Plugin Directory

Changeset 1572012


Ignore:
Timestamp:
01/10/2017 06:00:34 PM (9 years ago)
Author:
Workshopshed
Message:

Fixed wrapping issue in new Plugin Directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rssfeedchecker/trunk/readme.txt

    r1571999 r1572012  
    1010== Description ==
    1111
    12 The RSS Feed checker looks through your blogroll for links with rss feeds and then stores the name and url of the latest article.
     12The RSS Feed checker looks through your blogroll for links with rss feeds and then stores the name and url of the latest article.
     13
    1314The Links RSS Enhanced widget then displays the latest links in descending order.
     15
    1416The idea for the widget comes from the blogroll widget on blogger.
    1517
     
    9294== Technical section ==
    9395
    94 The plugin will create an extra table in your wordpress database to store the latest feed updates,
    95 this will be called links_rss with the prefix for your database e.g. wp_links_rss
     96The plugin will create an extra table in your wordpress database to store the latest feed updates, this will be called links_rss with the prefix for your database e.g. wp_links_rss
    9697
    97 A Cron (schedule) is created to run every 30 minutes and process links. Note that Cron in WordPress
    98 depends on hits, your WordPress website receives. So playing with this plugin within an offline
    99 environment (MAMP, XAMPP, WAMP etc.) without anyone or anything triggering the scheduling by
    100 sending requests to the WordPress page won't produce any results if you do not trigger it by
    101 yourself.
     98A Cron (schedule) is created to run every 30 minutes and process links. Note that Cron in WordPress depends on hits, your WordPress website receives. So playing with this plugin within an offline environment (MAMP, XAMPP, WAMP etc.) without anyone or anything triggering the scheduling by sending requests to the WordPress page won't produce any results if you do not trigger it by yourself.
    10299
    103100== References ==
Note: See TracChangeset for help on using the changeset viewer.