From f25654bbd45a3930d4886b9cb60c443f72582c9f Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Tue, 20 Sep 2016 17:13:10 +0100 Subject: [PATCH] update readme with addon links --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d32953..fd4f908 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,34 @@ Additionally, in order for `sunrise.php` to be loaded, you must add the followin define('SUNRISE', true); ``` -Aliases are created in the Network Admin > Sites > Edit Site screen. - DNS for mapped domains must be configured for the domain to point to the WordPress installation, as well as configuring the web server to route requests for the domain to the WordPress application. +## Addons +Mercator is intentionally low-level but has a small ecosystem of addons that +you can use as-is or as a basis for your own uses of the plugin. + +### Single Sign On +[Mercator SSO](https://github.com/humanmade/Mercator-SSO) + +SSO allows you to login once and access the admin on any other site on +the network that you belong to. Additionally supports multinetwork installs. + +### Admin GUI +[Mercator GUI](https://github.com/humanmade/Mercator-GUI) + +While you may want to build your own admin this addon will get you up and +running quickly. Has a network level interface and optional per site admin +screens are coming soon. + +### Redirects +[Mercator Redirect](https://github.com/humanmade/Mercator-Redirect) + +It's up to you to handle redirecting visitors to a particular mapped domain +or to the canonical domain in `wp_blogs` however this addon will handle +most common requirements. + ## Upgrading from WPMU Domain Mapping This plugin is a complete replacement for WPMU Domain Mapping. The database structure is fully compatible.