Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

blogroll2email

Опис

The plugin re-activates the long forgotten blogroll or links section of WordPress in order to turn your site to an rss2email-like service.

How it works:

  • all links that has their RSS link filled in will pull the RSS feed of those sites
  • those links that does not yet have RSS will be parsed as Microformats 2
    • in case the site has an RSS alternate link, the plugin will fill this information in and use the RSS instead of the microformats parser
  • the link names will be updated based on the feed name automatically
  • all the parsed entries since the last check will be sent to the link owner’s email address as HTML mails with the following additional header:
    • X-RSS-ID with the link URL
    • X-RSS-URL with the link URL
    • X-RSS-Feed with the feed URL
    • User-Agent with blogroll2email,
    • these are in place in order for filter script to work
  • the revisit time is 30minutes ( not changeable yet )
  • the plugin uses WordPress Cron

Credit

Постављање

  1. Upload contents of blogroll2email.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„blogroll2email“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „blogroll2email“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

Version numbering logic:

  • every A. indicates BIG changes.
  • every .B version indicates new features.
  • every ..C indicates bugfixes for A.B version.

0.2.3

2015-12-12

  • fix for the great hook in wordpress plugins svn

0.2.2

2015-12-03

  • added htmlspecialchars_decode to getting the urls
  • tested for WordPress 4.4

0.2.1

2015-10-20

  • uninitiated variable bugfix
  • updated mf2 library

0.2

2015-07-16

  • fine tuning simplepie options

0.1

2015-07-16

  • first stable release