Title: FeedCache Pipes
Author: cpjolicoeur
Published: <strong>11 februari 2008</strong>
Last modified: 10 maart 2010

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# FeedCache Pipes

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

[Download](https://downloads.wordpress.org/plugin/feedcache-pipes.1.1.2.zip)

 * [Details](https://nl.wordpress.org/plugins/feedcache-pipes/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/feedcache-pipes/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/feedcache-pipes/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/feedcache-pipes/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/feedcache-pipes/)

## Beschrijving

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)

## Schermafbeeldingen

 * [[
 * FeedCache Pipes Settings page

## Installatie

 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

## FAQ

  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.

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“FeedCache Pipes” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

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

[Vertaal “FeedCache Pipes” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/feedcache-pipes)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/feedcache-pipes/), haal
de [SVN repository](https://plugins.svn.wordpress.org/feedcache-pipes/) op, of abonneer
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/feedcache-pipes/)
via [RSS](https://plugins.trac.wordpress.org/log/feedcache-pipes/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

## Meta

 *  Versie **1.1.2**
 *  Laatst geüpdatet **16 jaar geleden**
 *  Actieve installaties **Minder dan 10**
 *  WordPress versie ** 2.5 of nieuwer **
 *  Getest t/m **2.9.2**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/feedcache-pipes/)
 * Tags
 * [Atom](https://nl.wordpress.org/plugins/tags/atom/)[cache](https://nl.wordpress.org/plugins/tags/cache/)
   [feed](https://nl.wordpress.org/plugins/tags/feed/)[rss](https://nl.wordpress.org/plugins/tags/rss/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/feedcache-pipes/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/feedcache-pipes/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/feedcache-pipes/)

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](http://www.craigjolicoeur.com/blog/feedcache-pipes)