前言介紹
- 這款 WordPress 外掛「Climate Content Pool」是 2015-06-03 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2017-09-19,距離現在已有 2784 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.7 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
aptivate |
外掛標籤
api | content pool | climate tagger |
內容簡介
WordPress 的 Climate Tagger Content Pool 外掛是一個簡單、免費和易於使用的工具,可讓您將文章上傳到著名的 Climate Tagger API 的「內容池」中。自2011年以來,API 已經幫助以知識為驅動的網站更好地對數據進行分類、標註、上下文化以及與更廣泛的氣候知識社區的數據進行聯繫。通過其「內容池」,Climate Tagger 允許組織輕鬆地將其數據和信息資源與其他 Climate Tagger 用戶進行連接。將文章上傳到 Climate Tagger 的「內容池」中,將使您的內容對正在尋找與氣候相關信息的大量用戶可用。
安裝後,在新增或編輯文章時,螢幕上將出現一個打勾框,允許您將文章內容發送到內容池。
在 Github 上關注此專案
開發
此外掛使用 wp-cli 和 PHPUnit 進行測試。
測試需要 runkit 進行函數模擬。
從 Github 中獲取最新的源代碼:
$ git clone [email protected]:aptivate/climate-content-pool.git
安裝 wp-cli
安裝 PHPUnit
設置 runkit:
$ git clone https://github.com/zenovich/runkit.git
$ cd runkit
$ phpize
$ ./configure
$ sudo make install
將以下行添加到 /etc/php5/cli/php.ini:
extension=runkit.so
runkit.internal_override=1
安裝測試 WordPress 環境:
cd climate-content-pool
bash bin/install-wp-tests.sh test_db_name db_user ‘db_password’ db_host version
其中:
test_db_name 是您的**臨時**測試 WordPress 數據庫的名稱
db_user 是數據庫用戶名稱
db_password 是密碼
db_host 是數據庫主機(例如 `localhost`)
version 是 WordPress 的版本(例如 `4.2.2` 或 `latest`)
運行測試
phpunit
原文外掛簡介
The Climate Tagger Content Pool Plugin for WordPress is a simple, FREE and
easy-to-use way to upload your posts to the “Content Pool” of the well-known
Climate Tagger API. The API has been
helping knowledge-driven web sites better catalogue, categorize, contextualize
and connect their data with that from the broader climate knowledge community
since 2011. Through its “Content Pool” Climate Tagger allows organizations to
easily connect their data and information resources with other Climate Tagger
users. By uploading your posts to the “Content Pool” of the Climate Tagger, you
will make your content available to a large audience of users looking for
climate-related information.
After installation, a tick-box will appear on the screen where you add or edit
your posts, which will allow you to send the post content to the Content Pool.
Follow this project on Github
Development
This plugin uses wp-cli and PHPUnit for testing.
The tests require runkit for mocking functions.
Grab the latest source from github:
$ git clone [email protected]:aptivate/climate-content-pool.git
Install wp-cli
Install PHPUnit
Set up runkit:
$ git clone https://github.com/zenovich/runkit.git
$ cd runkit
$ phpize
$ ./configure
$ sudo make install
Add the following lines to /etc/php5/cli/php.ini:
extension=runkit.so
runkit.internal_override=1
Install the test WordPress environment:
cd climate-content-pool
bash bin/install-wp-tests.sh test_db_name db_user ‘db_password’ db_host version
where:
test_db_name is the name for your **temporary** test WordPress database
db_user is the database user name
db_password is the password
db_host is the database host (eg `localhost`)
version is the version of WordPress (eg `4.2.2` or `latest`)
Run the tests
phpunit
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Climate Content Pool」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.0.2 | trunk |
延伸相關外掛(你可能也想知道)
InfiniteWP Client 》InfiniteWP 可讓使用者從自己的伺服器管理無限數量的 WordPress 網站。, 主要功能:, , 自行託管系統:位於您自己的伺服器上,完全受您控制, 一鍵更新所有網站...。
WP Consent API 》WP Consent API 是一個外掛,可以標準化插件之間同意的同意類別溝通。它需要使用 Cookie 標語插件和至少一個支援 WP Consent API 的其他插件。, , 有了這個插...。
Disable REST API 》這是最全面的 WordPress REST API 存取控制外掛!, 輕鬆安裝,安裝後不需要額外設定即可使用。只需上傳並啟用,整個 REST API 將無法被一般訪客存取。, 但如...。
Mailgun for WordPress 》Mailgun 是超過10,000名網站和應用程式開發人員信任的電子郵件自動化引擎,用於發送、接收和追踪郵件。藉助Mailgun強大的郵件API,開發人員可以更多時間建立...。
Make Connector 》Make 是一個視覺化平台,讓你可以在幾分鐘內設計、建立和自動化任何事情 - 從簡單的任務到複雜的工作流程。使用 Make,你可以在 WordPress 和數千個應用程式...。
ACF to REST API 》此 WordPress 外掛在WordPress REST API中提供了Advanced Custom Fields的端點, 詳細資訊請參閱GitHub:https://github.com/airesvsg/acf-to-rest-api/。
WordPress REST API Authentication 》WordPress REST API 預設是鬆散的端點,駭客可以通過這些端點遠程控制您的網站。 您不希望駭客可以透過 WordPress 登錄和 WordPress 註冊或任何其他端點來獲...。
Disable WP REST API 》這個外掛只有一個功能:禁用沒有登入 WordPress 的訪客使用 WP REST API。不需要任何設定。, 這個外掛只有 22 行短小的程式碼(少於 2KB)。因此它非常輕量、...。
WPGet API – Connect to any external REST API 》簡單地連接WordPress至外部API的最簡單方式。, , WPGetAPI 可輕鬆地從無限量的第三方 REST API 發送和接收資料,然後使用「Shortcode」或「Template Tag」格...。
WP REST Cache 》如果您在使用 WordPress REST API 時遇到速度問題,這個外掛將允許 WordPress 快取 REST API 的回應,使其更快。, 此外掛提供以下功能:, , 快取所有預設的 W...。
WP REST API Controller 》WP REST API Controller 外掛提供使用者易用的圖形化介面,使管理員可以切換 WordPress 核心和自訂文章類型以及分類法的可見性和端點,同時也可以自訂 API 回...。
WordPress REST API (Version 2) 》WordPress 正轉變成一個完整的應用程式框架,因此需要新的 API。這個專案的目的是創建一個易於使用、易於理解且經過良好測試的框架,用於創建這些 API,以及...。
WP REST API – OAuth 1.0a Server 》使用這個外掛,您可以將應用程式連接至您的 WordPress 網站,而不必透露您的密碼。, 此外掛使用 OAuth 1.0a 協議,允許委派授權,即允許應用程式使用一組次要...。
Contact Form to Any API 》, 「Contact form 7 to Any API」是一款強大的外掛,能夠將聯絡表單 CF7 的數據傳送至任何第三方服務。使用者可以透過這款外掛將數據發送到客戶關係管理(CRM...。
Envato Toolkit 》這個外掛包含一個三個檔案的程式庫和視覺化介面,用於驗證客戶購買代碼、獲取特定 Envato 用戶的詳細信息(國家、城市、總追隨者數量、總銷量、頭像),獲取...。