INACTIVE - http://mzl.la/ghe-archive - Add to home screen plugin for WordPress
Перейти к файлу
Salvador de la Puente González 96661ebd72 Send correct mimetype 2016-03-18 15:36:00 +01:00
tests Plugin Skeleton 2016-02-26 13:06:28 +01:00
wp-add-to-homescreen Send correct mimetype 2016-03-18 15:36:00 +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 Detecting if platform is mobile 2016-03-16 15:21:09 +01: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