Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

Feed Input

Description

The plugin is currently in alpha stage of development. It does not have a UI for managing the plugin.

Currently the plugin just provides the core functionality. You can have multiple feeds which can pull from multiple URIs. A feed has a processor which then handles new feed items. Currently the only processor is a processor that creates posts. A feed item is prevented from being processed more than once per feed. This means if you have two feeds that both pull from the same URI source, they will both get their once instance of the feed item, but any one feed will not process the feed item more than once.

Installation

  1. Upload feed-input directory to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« Feed Input » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Feed Input » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

0.0.1A

  • Initial version of the plugin