https://github.com/humanmade/mercator-gui
A GUI component for Mercator domain mapping
https://github.com/humanmade/mercator-gui
Last synced: 11 months ago
JSON representation
A GUI component for Mercator domain mapping
- Host: GitHub
- URL: https://github.com/humanmade/mercator-gui
- Owner: humanmade
- License: other
- Created: 2016-09-19T16:16:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T15:51:29.000Z (over 8 years ago)
- Last Synced: 2025-07-30T00:48:29.228Z (11 months ago)
- Language: PHP
- Size: 83 KB
- Stars: 19
- Watchers: 27
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mercator GUI
Admin interface component for [Mercator](https://github.com/humanmade/Mercator).
Allows you to manage aliases via the WP network admin.
## Requirements
Mercator requires WordPress 3.9 or newer for the new sunrise processes. Mercator
also requires PHP 5.3+ due to the use of namespaced code.
## Installation
Include the file `gui.php` from your `sunrise.php` in the same way you include Mercator itself.
**NOTE** include `gui.php` before `mercator.php` itself!
For example:
```php