Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into REP-108_configurabl…
Browse files Browse the repository at this point in the history
…e_domain
  • Loading branch information
edwh committed Mar 1, 2021
2 parents 92d503e + bdb96ae commit 51f83d8
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
## Restart Repair Directory
# Repair Directory
Contributors: The Restart Project
Donate link: https://therestartproject.org/give/
Tags: repair
Requires at least: 5.6.1
Tested up to: 5.6.1
Stable tag: master
Requires PHP: 7.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

The Restart Repair Directory is a tool for encouraging repair through local businesses.
It allows for the recording of local repair businesses in a directory and the searching of this directory by
the public. [Find out more](https://therestartproject.org/repairdirectory/about).

## Description

The Restart Repair Directory is a tool for encouraging repair through local businesses.

This plugin embeds a public, searchable directory and map interface for the businesses in a particular region.
Contact [[email protected]](mailto:[email protected]) to find out more about how to add and manage businesses for your region.

## Installation

This plugin is manually installed from a ZIP file supplied by The Restart Project.

1. Go to the WordPress Plugins Page
2. Click *Add New*
3. Select the ZIP file
4. Activate the plugin

Once installed and activated, the plugin can be used on a WordPress page using the `repair-directory` shortcode, e.g.

`[repair-directory width="100%" height="500" rd_region="London" rd_parenturl="https://map.restarters.net"]`

The following options are available:
* **rd_parenturl** default `https://map.restarters.net`. This is the path of the page at which the
Repair Directory is included. It is used when constructing links to share. This must include the http:// or https://
part, and does not have a trailing slash.
* **rd_region** default `London` Either `London` or `Wales`. This controls which default view of the map is shown and
which businesses are included.
* **width** default `100%` Size of the map shown.
* **height** default `600` Height of the map shown.

0 comments on commit 51f83d8

Please sign in to comment.