bfolliot/feed-importer

此包已被废弃且不再维护。未建议替代包。

WordPress插件,用于从RSS或Atom源导入帖子。

安装: 52

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 1

开放问题: 0

类型:wordpress-plugin

0.6.2 2016-06-02 13:30 UTC

This package is not auto-updated.

Last update: 2020-09-19 05:55:09 UTC


README

=== Feed Importer ===
Contributors: bfolliot
Tags: feed, rss, atom
Requires at least: 3.1
Tested up to: 4.0
License: BSD-3-Clause
License URI: https://open-source.org.cn/licenses/BSD-3-Clause

WordPress plugin to import post from RSS or Atom feed.

== Description ==

This plugin help you to create post from feed (RSS or Atom).


Development of this plugin is done on [GitHub](https://github.com/bfolliot/feed-importer). Pull requests welcome. Please see [issues](https://github.com/bfolliot/feed-importer/issues) reported there before going to the plugin forum.


== Instalation ==

Feed Importer use [composer](https://getcomposer.org.cn/), if you already use composer in your project, juste add bfolliot/feed-importer in your composer.json :


```json
{
    "require": {
        "bfolliot/feed-importer": "~0.6"
    }
}
```

If you do not use it (you should really consider using it to manage your project), in your plugins directory (by default, `wp-content/plugins`) :

```sh
git clone --branch 0.1.0 https://github.com/bfolliot/feed-importer.git
cd feed-importer
```

[Get composer](https://getcomposer.org.cn/download/) and run :

```sh
composer.phar install
```