Pawka / phrozn

Phrozn is extremely flexible static site generator in PHP.

Home Page:phrozn.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phrozn

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

About

Phrozn is extremely flexible static site generator in PHP.

phrozn.info

License:Apache License 2.0


Languages

Language:PHP 87.9%Language:CSS 11.9%Language:Shell 0.2%Language:Ruby 0.0%Language:JavaScript 0.0%