-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:Chirp-SEO/chirp-seo
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Chirp SEO | ||
Chirp allows Perch content editors to analyse their content, and improve their on-site SEO. | ||
|
||
## Installation | ||
To install Chirp, simply download the latest release, rename the folder to `chirp_seo` and add the folder to your Perch addons/apps folder (eg: perch/addons/apps), and huzzah, it’s installed! | ||
|
||
## What version of Perch does Chirp support? | ||
Chirp works on both Perch 3, and Perch Runway 3. | ||
|
||
## If you're getting an error... | ||
Chirp’s parser requires some features to allow us to crawl your site. We can use either cURL or PHP stream handler. | ||
|
||
To use the cURL handler, you must have a recent version of cURL >= 7.19.4 compiled with OpenSSL and zlib. | ||
To use the PHP stream handler, allow_url_fopen must be enabled in your system’s php.ini. | ||
(Contact your web host, they’ll be able to help!) | ||
|
||
If this doesn't work, please create a new issue. |