INACTIVE - http://mzl.la/ghe-archive - Add to home screen plugin for WordPress
Перейти к файлу
David Walsh b6f49d43e3 Update reinstall step 2016-03-25 11:24:24 -05:00
tests Plugin Skeleton 2016-02-26 13:06:28 +01:00
wp-add-to-homescreen Fixing translation file and readme.txt 2016-03-22 15:44:29 +01:00
.gitignore Detecting if platform is mobile 2016-03-16 15:21:09 +01:00
.travis.yml Fixing Travis... again 2016-03-17 19:56:08 +01:00
LICENSE.txt Fixing LICENSE 2016-03-17 11:23:49 +01:00
Makefile Update reinstall step 2016-03-25 11:24:24 -05:00
README.md Update installation instructions 2016-03-17 20:07:47 +01:00
install-wp-tests.sh Plugin Skeleton 2016-02-26 13:06:28 +01:00
phpunit.xml Plugin Skeleton 2016-02-26 13:06:28 +01:00

README.md

wp-add-to-homescreen

Make your WordPress sites to appear in mobile home screens.

Build Status

Installation

To test this plugin, follow these steps.

First clone the repository.

Once inside the repository you will need composer and bower installed. Go to the folder wp-add-to-homescreen inside the repository folder and run:

$ composer install
$ bower install

Now you can copy (or symlink) the wp-add-to-homescreen folder inside your WordPress plugins directory.

Once installed, activate the plugin from the Plugins menu in the Dashboard.

Running tests

Install dependencies:

./install-wp-tests.sh MYSQL_DATABASE_NAME MYSQL_USER MYSQL_PASSWORD localhost latest

Run tests:

make test