An open API service indexing awesome lists of open source software.

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

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