Title: FeedCache Pipes
Author: cpjolicoeur
Published: <strong>11.02.2008</strong>
Last modified: 10.03.2010

---

Търсене на разширения

Това разширение **не е обновявано повече от 2 години**. Може вече да не се поддържа
и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

![](https://s.w.org/plugins/geopattern-icon/feedcache-pipes.svg)

# FeedCache Pipes

 От [cpjolicoeur](https://profiles.wordpress.org/cpjolicoeur/)

[Изтегляне](https://downloads.wordpress.org/plugin/feedcache-pipes.1.1.2.zip)

 * [Детайли](https://bg.wordpress.org/plugins/feedcache-pipes/#description)
 * [Оценки](https://bg.wordpress.org/plugins/feedcache-pipes/#reviews)
 *  [Инсталиране](https://bg.wordpress.org/plugins/feedcache-pipes/#installation)
 * [Разработка](https://bg.wordpress.org/plugins/feedcache-pipes/#developers)

 [Поддръжка](https://wordpress.org/support/plugin/feedcache-pipes/)

## Описание

FeedCache Pipes will retrieve, cache and store locally a list of RSS feeds that 
you can then display on your WP site. This prevents multiple HTTP requests with 
each page load since the feeds can be read from the cache file.

### Requirements

 * Ruby
 * CRON access

### Upgrading

 1. Deactivate the previous version of FeedCache Pipes through your WordPress plugins
    menu
 2. Upload the new feedcache-cron.rb, feedcache-pipes.php and complete lib/ directory
    files to your existing feedcache-pipes directory. You do not need to overwrite 
    your existing files/ directory or the fcpipes-config.yml file.
 3. Activate the newly uploaded plugin.
 4.  * Go to Settings -> FeedCache Pipes and update your FeedCache Pipes settings (
       click update even if you haven’t made changes)
 5. Enter the correct FCPIPES_DIR variable in the feedcache-cron.rb script
 6.  * update your MYSQL_SOCKET setting as well if the MySQL socket on your server 
       is not the default (/tmp/mysql.sock)

## Снимки на разширението

[⌊FeedCache Pipes Settings page⌉⌊FeedCache Pipes Settings page⌉[

FeedCache Pipes Settings page

## Инсталиране

 1.  Upload the feedcache-pipes directory to your wordpress wp-content/plugins directory.
 2.  Set file permissions a. Change the file permissions on the fcpipes-config.yml 
     file to rw-rw-rw- (666) b. Change the file permissions on the files/ directory
     to rwxrwxrwx (777)
 3.  Activate the FeedCache Pipes plugin through your WordPress plugin menu
 4.  Setup FeedCache Pipes options under the Options -> FCPipes Options menu a. Choose
     the number of feed groups you want (1-99) b. Add your list of RSS feeds 1 per 
     line and set the other options. c. Take note of the „CRON Script Settings“ section
     at the bottom – you will need this info
 5.  Edit the feedcache-cron.rb file a. Copy the „fcpipes directory“ path from the 
     CRON Script Settings into the „FCPIPES_DIR = ““ variable b. Set the number of 
     characters from each RSS feed you want to display
 6.  Add the feedcache-cron.rb ruby script to your servers CRON job (if you need help
     with CRON please refer to the following URL: http://www.unixgeeks.org/security/
     newbie/unix/cron-1.html) (e.g. 30 * * * * /usr/bin/ruby /path/to/your/wordpress/
     install/wp-content/plugins/feedcache-pipes/feedcache-cron.rb)
 7.  Add the following code to your wordpress theme where you want the RSS feed listing
     to be displayed
 8.      ```
         <?php if (function_exists('fcpipes_display_feeds')) { echo fcpipes_display_feeds(); } ?>
         ```
     
 9.  for the default (group 1) listing or you can specify a group number (in this case,
     group 3)
 10.     ```
         <?php if (function_exists('fcpipes_display_feeds)) { echo fcpipes_display_feeds(3); } ?>
         ```
     
 11. If you don’t specify a group number in the function call, then Group 1 will be
     used. If you want to specify the specific group number to display use „fcpipes_display_feeds(**
     GROUP_NUMBER**)“ where **GROUP_NUMBER** is the number you want to display.
 12. Sit back and enjoy the plugin

## ЧЗВ

  Why would I need this plugin?

If you are using your WP installation to display other website’s RSS feeds, this
will save HTTP requests and improve page load times for your users.

  Will FeedCache Pipes work with Atom feeds?

Yes! FeedCache Pipes will work with both RSS and ATOM feeds.

  Can I receive error emails from the CRON process?

Yes, just set CRON_EMAILS = true in the feedcache-cron.rb script. Error emails are
turned off by default.

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“FeedCache Pipes” е софтуер с отворен код. Към разширението са допринесли следните
хора:

Сътрудници

 *   [ cpjolicoeur ](https://profiles.wordpress.org/cpjolicoeur/)

[Превеждане на “FeedCache Pipes” на вашия език.](https://translate.wordpress.org/projects/wp-plugins/feedcache-pipes)

### Имате интерес към разработване?

[Преглеждане на кода](https://plugins.trac.wordpress.org/browser/feedcache-pipes/),
разглеждане на [SVN хранилище](https://plugins.svn.wordpress.org/feedcache-pipes/),
или абонамент към [програмната история (log)](https://plugins.trac.wordpress.org/log/feedcache-pipes/)
чрез [RSS](https://plugins.trac.wordpress.org/log/feedcache-pipes/?limit=100&mode=stop_on_copy&format=rss).

## Списък с промени

#### 1.1.2

 * properly quote strings for config file

#### 1.1.1

 * bugfix release – DB password wasn’t being called properly in CRON script

#### 1.1

 * added option to strip HTML tags for each feed group
 * only use a single YAML config file now. don’t need additional master-config.txt
   file

#### 1.0.2

 * minor layout and readme updates

#### 1.0.1

 * major updates
 * cleaned up how options are stored
 * added XML output for each feed group
 * set number of items per feed group
 * use DB to store feed data instead of text files

#### 0.9.9

 * rework plugin update process

#### 0.9.8

 * Allow for multiple RSS Groups

#### 0.5

 * Initial Release

## Мета

 *  Version **1.1.2**
 *  Last updated **Преди 16 години **
 *  Active installations **По-малко от 10**
 *  WordPress version ** 2.5 или по-висока **
 *  Tested up to **2.9.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/feedcache-pipes/)
 * Tags
 * [Atom](https://bg.wordpress.org/plugins/tags/atom/)[cache](https://bg.wordpress.org/plugins/tags/cache/)
   [feed](https://bg.wordpress.org/plugins/tags/feed/)[rss](https://bg.wordpress.org/plugins/tags/rss/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/feedcache-pipes/advanced/)

## Оценки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/feedcache-pipes/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/feedcache-pipes/reviews/)

## Сътрудници

 *   [ cpjolicoeur ](https://profiles.wordpress.org/cpjolicoeur/)

## Поддръжка

Имате да кажете нещо? Имете нужда от помощ?

 [Разглеждане на форумите за поддръжка](https://wordpress.org/support/plugin/feedcache-pipes/)

## Дарение

Бихте ли желали да подкрепите успеха на разширението?

 [ Направете дарение за това разширение ](http://www.craigjolicoeur.com/blog/feedcache-pipes)