phrozn
phrozn copied to clipboard
Phrozn is extremely flexible static site generator in PHP.
h1. Phrozn !https://travis-ci.org/Pawka/phrozn.png?branch=master!:https://travis-ci.org/Pawka/phrozn
Phrozn is extremely flexible static site generator in PHP.
h2. Philosophy
- Configurable: you should be able to tune it to your needs
- SCM-Enabled: no extra work to make your site git-enabled
h2. Install
Clone repository from github and change to cloned directory.
bc. $ git clone https://github.com/Pawka/phrozn.git && cd phrozn
Download composer and install required dependencies.
bc. $ curl -s https://getcomposer.org/installer | php $ php composer.phar install
h2. Dev Notes
- "Unit tested":https://travis-ci.org/Pawka/phrozn/builds
- API Documentation
- User manual
- Relies on SPL, Symfony 2 Components
h2. Runtime Dependencies:
- PEAR::Console_CommandLine
- PEAR::Console_Color2
- PEAR::Console_Table
- PEAR::Archive_Tar
- Twig
- Symfony/Yaml
h2. Developer Dependencies
- PHPUnit
- PHPDocumentator 2
h2. License
See LICENSE