Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223
| $config = array( | |
| 'baseUrl' => rtrim('http://mywebsite.com/rest/api/','/'), | |
| 'format' => 'json', // json or xml, the format to request | |
| 'suppressSuffix' => false, // if false, will append .json or .xml to the URI requested | |
| 'username' => 'myuser', // if set, will use cURL auth to authenticate user | |
| 'password' => 'mypass', | |
| 'curlOptions' => array( | |
| 'timeout' => 30, // cURL timeout | |
| 'otherCurlOption' => 1, |
Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223