INACTIVE - http://mzl.la/ghe-archive - Add to home screen plugin for WordPress
Перейти к файлу
Mozilla-GitHub-Standards 8831d7cd4b Add Mozilla Code of Conduct (#61)
* Add Mozilla Code of Conduct file

Fixes #60.

_(Message COC002)_

* Update CODE_OF_CONDUCT.md
2019-03-30 16:04:23 +01:00
bin Preparing 0.3.1 (#56) 2016-04-16 13:06:04 +02:00
tests Plugin Skeleton 2016-02-26 13:06:28 +01:00
wp-add-to-homescreen Preparing 0.3.1 (#56) 2016-04-16 13:06:04 +02:00
.gitignore Commit composer.lock 2016-04-04 13:28:33 +01:00
.travis.yml Preparing 0.3.1 (#56) 2016-04-16 13:06:04 +02:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct (#61) 2019-03-30 16:04:23 +01:00
LICENSE.txt Fixing LICENSE 2016-03-17 11:23:49 +01:00
Makefile Preparing 0.3.1 (#56) 2016-04-16 13:06:04 +02:00
README.md Use Composer autoload feature 2016-04-06 15:05:46 +02: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 --optimize-autoloader
$ 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