pawka / phrozn
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.5.6) of this package.
Static Site Generator for PHP
0.5.6
2014-01-04 12:37 UTC
Requires
- leafo/lessphp: 0.4.*
- michelf/php-markdown: 1.3.*
- netcarver/textile: 3.5.*
- pear/archive_tar: *
- pear/console_color2: *
- pear/console_commandline: *
- pear/console_table: *
- symfony/yaml: 2.0.*
- twig/twig: 1.12.*
README
Phrozn is extremely flexible static site generator in PHP.
Philosophy
- Configurable: you should be able to tune it to your needs
- SCM-Enabled: no extra work to make your site git-enabled
Install
Clone repository from github and change to cloned directory.
$ git clone https://github.com/Pawka/phrozn.git && cd phrozn
Download composer and install required dependencies.
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
Dev Notes
- Unit tested
- API Documentation
- User manual
- Relies on SPL, Symfony 2 Components
Runtime Dependencies:
- PEAR::Console_CommandLine
- PEAR::Console_Color2
- PEAR::Console_Table
- PEAR::Archive_Tar
- Twig
- Symfony/Yaml
Developer Dependencies
- PHPUnit
- PHPDocumentator 2
License
See LICENSE