이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Climate Tagger

설명

The Climate Tagger Plugin for WordPress is a simple, FREE and easy-to-use way to
integrate the well-known Climate Tagger API into your WordPress site. The
Climate Tagger 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. The Climate Tagger
is backed by an expansive Climate Compatible Development Thesaurus, developed by
experts in multiple fields and continuously updated to remain current.

The tags suggested by the Climate Tagger are displayed in a word cloud, with the
most relevant tags appearing larger.

The plugin is based on Thoth’s Suggested
Tags
. More information
about the Climate Tagger is available at
http://www.climatetagger.net

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 git@github.com:aptivate/climate-tagger.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-tagger
    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

설치

  1. Upload the plugin to the /wp-content/plugins/ directory.
  2. Activate it through the Plugins menu in WordPress.
  3. Register at http://api.climatetagger.net/register to get your FREE API token (or use your exiting one)
  4. Enable the plugin and enter the API key (Settings -> Climate Tagger)
  5. The Suggested Tags box will appear on the right hand side when you create a post (Save Draft to refresh tag suggestions after you added your text or made changes..
  6. Select any of the suggested tags from the word cloud to automatically add them to your article
  7. If you wish tag suggestions to appear for pages as well as posts, add page to the comma-separated list of Post types on the Settings page

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Climate Tagger”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Climate Tagger”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

Props @swc-pdi
* Added the possibility to select a certain project in the Climate Tagger configuration
* Adapted methods after ClimateTagger API changes

1.0.2

  • Documentation updates
  • Replaced references to reegle API with Climate Tagger

1.0.1

  • Documentation updates only

1.0.0

  • First version