|
|
@@ -9,6 +9,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
9
|
9
|
- [Micro Frameworks](#micro-frameworks)
|
|
10
|
10
|
- [Content Management Systems](#content-management-systems)
|
|
11
|
11
|
- [Templating](#templating)
|
|
|
12
|
+ - [Static Site Generators](#static-site-generators)
|
|
12
|
13
|
- [HTTP](#http)
|
|
13
|
14
|
- [URL](#url)
|
|
14
|
15
|
- [Email](#email)
|
|
|
@@ -117,7 +118,12 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
117
|
118
|
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
|
|
118
|
119
|
* [Plates](http://platesphp.com/) - A native PHP templating library.
|
|
119
|
120
|
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
|
|
120
|
|
-* [Sculpin](http://symfony.com/projects/sculpin) - A library that converts Markdown and Twig into static HTML.
|
|
|
121
|
+
|
|
|
122
|
+## Static Site Generators
|
|
|
123
|
+*Tools for pre-processing content to generate web pages.*
|
|
|
124
|
+
|
|
|
125
|
+* [Sculpin](http://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
|
|
|
126
|
+* [Phrozn](http://phrozn.info) - Another tool that converts Textile, Markdown and Twig into HTML.
|
|
121
|
127
|
|
|
122
|
128
|
## HTTP
|
|
123
|
129
|
*Libraries for working with HTTP and scraping websites.*
|
|
|
@@ -616,4 +622,4 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|
616
|
622
|
* Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
|
|
617
|
623
|
|
|
618
|
624
|
# Contributing
|
|
619
|
|
-Please see [CONTRIBUTING](https://github.com/php-loep/Plates/blob/master/CONTRIBUTING.md) for details.
|
|
|
625
|
+Please see [CONTRIBUTING](https://github.com/php-loep/Plates/blob/master/CONTRIBUTING.md) for details.
|