No description
  • PHP 86.1%
  • Shell 9.9%
  • Modelica 4%
Find a file
2020-05-24 23:34:28 -03:00
admin Add documentation 2020-05-07 21:13:43 -03:00
assets Add documentation 2020-05-07 21:13:43 -03:00
bin Implement plugin structure with admin page 2020-05-05 00:26:39 -03:00
classes/Rgou/WPMedia Implement uninstall 2020-05-08 10:45:29 -03:00
docs Add docs 2020-05-24 23:34:28 -03:00
languages Activate pt_BR translation 2020-05-07 21:45:46 -03:00
public Add documentation 2020-05-07 21:13:43 -03:00
Tests Tests clean up, add uninstall 2020-05-07 18:16:10 -03:00
.editorconfig Implement plugin structure with admin page 2020-05-05 00:26:39 -03:00
.gitattributes Implement plugin structure with admin page 2020-05-05 00:26:39 -03:00
.gitignore Implement plugin structure with admin page 2020-05-05 00:26:39 -03:00
.travis.yml Initialize travis 2020-05-07 13:28:38 -03:00
composer.json Add documentation 2020-05-07 21:13:43 -03:00
composer.lock Implement plugin structure with admin page 2020-05-05 00:26:39 -03:00
Explanation.md Fix typos and writing style on explanation 2020-05-08 11:06:40 -03:00
index.php Implement plugin structure with admin page 2020-05-05 00:26:39 -03:00
LICENSE.txt Implement plugin structure with admin page 2020-05-05 00:26:39 -03:00
phpcs.xml.dist Implement plugin structure with admin page 2020-05-05 00:26:39 -03:00
phpunit.xml.dist Add test structure and start Crawler class 2020-05-06 11:44:16 -03:00
README.md Activate pt_BR translation 2020-05-07 21:45:46 -03:00
README.txt Add documentation 2020-05-07 21:13:43 -03:00
rgou-wp-media.php Tests clean up, add uninstall 2020-05-07 18:16:10 -03:00
uninstall.php Implement uninstall 2020-05-08 10:45:29 -03:00

RGOU Sitemap

Homepage Crawler and Sitemap generator for WP-Media Technical Assessment

Build Status

Description

Homepage Crawler and Sitemap generator for WP-Media Technical Assessment

Installation

cd wp-contents/plugins
wget https://github.com/rafaelgou/rgou-wp-media/archive/master.zip
unzip master.zip
mv rgou-wp-media-master/ rgou-wp-media
rm master.zip

Activate the plugin through the 'Plugins' menu in WordPress

Running tests and conding standard validation

composer install
bin/install-wp-tests.sh <DB_NAME> <DB_USER> <DB_PASSWORD> localhost latest
composer install-codestandards

To run tests:

  • Unit: composer test-unit
  • Integration: composer test-integration
  • Both: composer run-tests

To validate the code: composer phpcs.

Screenshots

Starting admin page Run successfully Disabled successfully Homepage sitemap link