Browse Source

Merge branch 'master' of git://github.com/Pawka/awesome-php into Pawka-master

Conflicts:
	README.md
pull/51/head
Jamie 12 years ago
parent
commit
43a8fcaa32
1 changed files with 8 additions and 2 deletions
  1. 8
    2
      README.md

+ 8
- 2
README.md View File

9
 	- [Micro Frameworks](#micro-frameworks)
9
 	- [Micro Frameworks](#micro-frameworks)
10
 	- [Content Management Systems](#content-management-systems)
10
 	- [Content Management Systems](#content-management-systems)
11
 	- [Templating](#templating)
11
 	- [Templating](#templating)
12
+	- [Static Site Generators](#static-site-generators)
12
 	- [HTTP](#http)
13
 	- [HTTP](#http)
13
 	- [URL](#url)
14
 	- [URL](#url)
14
 	- [Email](#email)
15
 	- [Email](#email)
117
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
118
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
118
 * [Plates](http://platesphp.com/) - A native PHP templating library.
119
 * [Plates](http://platesphp.com/) - A native PHP templating library.
119
 * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
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
 ## HTTP
128
 ## HTTP
123
 *Libraries for working with HTTP and scraping websites.*
129
 *Libraries for working with HTTP and scraping websites.*
616
 * 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.
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
 # Contributing
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.

Loading…
Cancel
Save