mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Moved static site generators to separate section.
This commit is contained in:
parent
a1dd633131
commit
36aaab3dc3
@ -9,6 +9,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|||||||
- [Micro Frameworks](#micro-frameworks)
|
- [Micro Frameworks](#micro-frameworks)
|
||||||
- [Content Management Systems](#content-management-systems)
|
- [Content Management Systems](#content-management-systems)
|
||||||
- [Templating](#templating)
|
- [Templating](#templating)
|
||||||
|
- [Static Site Generators](#static-site-generators)
|
||||||
- [HTTP](#http)
|
- [HTTP](#http)
|
||||||
- [URL](#url)
|
- [URL](#url)
|
||||||
- [Email](#email)
|
- [Email](#email)
|
||||||
@ -117,8 +118,12 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|||||||
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
|
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
|
||||||
* [Plates](http://platesphp.com/) - A native PHP templating library.
|
* [Plates](http://platesphp.com/) - A native PHP templating library.
|
||||||
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
|
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
|
||||||
|
|
||||||
|
## Static Site Generators
|
||||||
|
*Tools for pre-processing all content, applying templates before publication to generate web pages.*
|
||||||
* [Sculpin](http://sculpin.io) - A library that converts Markdown and Twig into static HTML.
|
* [Sculpin](http://sculpin.io) - A library that converts Markdown and Twig into static HTML.
|
||||||
* [Phrozn](http://phrozn.info) - Static site generator converts Textile, Markdown and Twig into HTML.
|
* [Phrozn](http://phrozn.info) - Static site generator converts Textile, Markdown and Twig into HTML.
|
||||||
|
* [Carew](http://carew.github.io/) - Carew is another static site / blog generator with Markdown support.
|
||||||
|
|
||||||
## HTTP
|
## HTTP
|
||||||
*Libraries for working with HTTP and scraping websites.*
|
*Libraries for working with HTTP and scraping websites.*
|
||||||
|
Loading…
Reference in New Issue
Block a user