Climate Content Pool

Climate Content Pool is a plugin that pushes WordPress posts to the reegle Content Pool

Author:Aptivate (profile at wordpress.org)
WordPress version required:3.7
WordPress version tested:4.8.13
Plugin version:1.0.2
Added to WordPress repository:04-06-2015
Last updated:19-09-2017
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:1 051
Active installs:10+
plugin download
Click to start download

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 git@github.com: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

FAQ
ChangeLog