前言介紹
- 這款 WordPress 外掛「PlanetPlanet – RSS feed aggregator」是 2021-12-29 上架。
- 目前有 30 個安裝啟用數。
- 上一次更新是 2024-03-22,距離現在已有 412 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
seindal |
外掛標籤
rss | planet planet | feed aggregator |
內容簡介
PlanetPlanet 外掛可以將 WordPress 網站轉換為 RSS/Atom 摘要的聚合器,定期閱讀所有已配置的摘要並將其匯入到 WordPress 文章中。
這些摘要在舊的 WordPress 鏈結/書籤部分中註冊,此部分會自動啟用。用戶可以在此處添加、修改和刪除摘要。
匯入的文章包含摘要、標題以及可能有來自摘要項目的內容。還會添加一些定制字段,其中一些數據不符合 WP 文章的直覺映射。如果摘要項目有一個特色圖片,那麼它也會被匯入。
匯入的文章將會有原始文章的連結。每個摘要會自動創建一個文章類別,該類別頁面將重定向到原始站點。
如果一個文章在可配置的時間之後沒有更新,則自動刪除。匯入和刪除文章可以使用wp-cron進行安排。計劃操作的輸出可以通過電子郵件發送。
外掛添加了一個 WP-CLI 命令 'planet',該命令有子命令,用於列出摘要、添加摘要、更新所有摘要、刪除文章以及掃描網頁以獲取可用的摘要。這使得大多數操作和管理可以在不使用 wp-cron 的情況下運行。
實施的注意事項:將摘要錯誤計入link_rating字段,如果摘要生成太多錯誤,它將被標記為不可見。
配置
外掛添加了一個“Planet Planet”子菜單,項目在“設置”下面。
多久檢查摘要:選擇從WP計劃程序中進行。 '無'表示沒有自動更新。站點仍可以通過WP-CLI界面更新。
丟棄舊文章:值可以是PHP DateTime類可以解析為過去日期的任何值,其中包括像“6個月前”的值。太舊的文章永遠不會被匯入,並且會自動清除。如果該字段為空,甚至非常舊的摘要項目也會被匯入並且不會被清除。
摘要錯誤計數:參見下文。
更新的電子郵件:如果您希望從計劃操作(更新和清除)收到輸出,請插入電子郵件。留空則不發送郵件。
電子郵件中的細節級別:應該是不言自明的。
摘要請求的超時:從遠程服務器等待回復的時間。
User-Agent:一些服務器過濾User-Agent標頭。
如何設置RSS摘要聚合站
1. 設置並配置一個空的WordPress站點
2. 安裝並啟用PlanetPlanet外掛
3. 通過外掛配置頁面或外部WP-CLI設置自動更新
4. 在右側管理菜單中的“鏈接”中添加鏈接。您需要為每個摘要添加鏈接名稱、URL和RSS URL。
5. 找到或創建一個 WP 主題,顯示您想要的文章,請記住某些鏈接將自動重定向到文章的原始站點。
摘要錯誤
每當摘要更新失敗時,錯誤消息都會記錄在WP鏈接管理器中該摘要的“說明”字段中。錯誤計數註冊在link rating字段中,因此較高的評分表示連續錯誤更多。
如果一個摘要生成太多(可配置的)連續錯誤,它會被標記為“不可見”。它將不再更新。它始終可以在鏈接管理器中重新啟用。
禁用或刪除的摘要的舊文章不會被刪除。可以通過摘要的文章類別輕鬆識別它們。
原文外掛簡介
The PlanetPlanet plugin will convert a WordPress site into an RSS/Atom feed aggregator by regularly reading all the configured feeds and importing the items in the feeds to WordPress posts.
The feeds are registered in the old WordPress links/bookmarks section, which is automatically reactivated. Feeds can be added, modified and deleted there.
The imported posts contain title, excerpt and maybe content from the feed items. Additional custom fields are added with some data that doesn’t intuitively map to WordPress posts. If the feed item has a featured image, that is imported too.
Links to the imported posts redirect to the original post.
A post category is created automatically for each feed. The category page redirects to the originating site.
Imported posts are purged automatically after a configurable period.
Importing and purging articles can be scheduled using wp-cron. Output from scheduled actions can be mailed.
The plugin adds a WP-CLI command ‘planet’ with sub-commands for listing feeds, adding feeds, updating individual or all feeds, purging posts, and scanning web pages for available feeds. This allows most administration and actions to be run without using wp-cron.
Implementation notes: feeds errors are counted in the link_rating field, and the feed is marked not visible if it generates too many errors.
The fields in the Links section are used like this:
Name: site title
Web address: main site url
Advanced / Image Address: featured image override url
Advanced / RSS Address: site feed url
Advanced / Notes: last update time or last error message
Advanced / Rating: error count
Keep this link private: private links are ignored
Configuration
The plugin adds a ‘Planet Planet’ sub-menu under Settings.
How often to check feeds: the choices are from the WP scheduler. ‘None’ means no automatic updates. The site can still be updated through the WP-CLI interface.
Discard posts older than this: the value can be anything the PHP class DateTime can parse into a past date, which includes values like ‘6 months ago’. Too old posts are never imported, and they’re purged automatically. If the field is empty, even very old feed items are imported and never purged.
Number of errors before feed is suspended: see below.
Email for updates: insert an email if you want the output from schedule actions (updates and purges) mailed to you. Leave empty for no mails.
Level of detail in mails: should be self-evident.
Timeout for feed requests: how long to wait for a reply from remote servers.
User-Agent: some servers filter on the User-Agent header.
How to setup an RSS feed aggregator site
Setup and configure an empty WordPress site
Install and activate the PlanetPlanet plugin
Setup automatic updates either through the plugin configuration page or externally through WP-CLI.
Add links in the “Links” section on the right hand admin menu. You need to add Link name, URL and RSS URL for each feed.
Find or create a WP theme that shows the posts the way you want, remembering that certain links will redirect automatically to the originating site of the posts.
Feed errors
Whenever a feed update fails, the error messages is recorded in the ‘description’ field for the feed in the WP links manager. The error count is registered in the link rating field, so a higher rating means more consecutive errors.
If a feed generates too many (configurable) consecutive errors, it is marked as ‘not visible’. It will not be updated any more. It can always be reactivated in the links manager.
Old posts from a disabled or deleted feed are not removed. They can be easily identified through the post category for the feed.
The error count and the saved error message are reset with each successful update.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「PlanetPlanet – RSS feed aggregator」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 0.13 | 0.14 | 0.15 | 0.16 | 0.17 | 0.18 | 0.19 | trunk |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。