| # Solstice |
| |
| ## General steps to get going |
| |
| * Clone the repo: `git clone git://git.eclipse.org/gitroot/www.eclipse.org/eclipse.org-common.git`. |
| * Set up your Eclipse environment. This includes git, PHP and apache. |
| |
| |
| ## Bugs and feature requests |
| |
| Have a bug or a feature request? [Please open a new issue](https://bugs.eclipse.org/bugs/buglist.cgi?product=Community&component=Website&resolution=---). |
| |
| |
| ## How to use |
| On a page using the eclipse.org-common $App Class: |
| |
| ```php |
| $App->generatePage('solstice', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); |
| ``` |
| |
| |
| ## Links |
| |
| * [Using Phoenix](http://wiki.eclipse.org/Using_Phoenix) |
| * [Phoenix Documentation](http://wiki.eclipse.org/Phoenix_Documentation) |
| |
| |
| ## Authors |
| |
| **Christopher Guindon** |
| |
| + [http://twitter.com/chrisguindon](http://twitter.com/chrisguindon) |
| + [http://github.com/chrisguindon](http://github.com/chrisguindon) |
| + [http://www.chrisguindon.com](http://www.chrisguindon.com) |
| |
| |
| |