From a1dd633131e6b19efacc66eef540b2012051deb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Povilas=20Balzaravi=C4=8Dius?= Date: Sat, 14 Dec 2013 14:13:43 +0200 Subject: [PATCH 1/2] Updated static site generators. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8dafac..3f9b3b4 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,8 @@ 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. * [Plates](http://platesphp.com/) - A native PHP templating library. * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser. -* [Sculpin](http://symfony.com/projects/sculpin) - 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. ## HTTP *Libraries for working with HTTP and scraping websites.* @@ -615,4 +616,4 @@ Various resources, such as books, websites and articles, for improving your PHP * 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. # Suggestions -Please open an issue for any new suggestions. \ No newline at end of file +Please open an issue for any new suggestions. From 36aaab3dc3636bc1dc23a6cce42f1eff0cd6b715 Mon Sep 17 00:00:00 2001 From: Povilas Balzaravicius Pawka Date: Sat, 28 Dec 2013 13:16:33 +0200 Subject: [PATCH 2/2] Moved static site generators to separate section. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3f9b3b4..0977609 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. - [Micro Frameworks](#micro-frameworks) - [Content Management Systems](#content-management-systems) - [Templating](#templating) + - [Static Site Generators](#static-site-generators) - [HTTP](#http) - [URL](#url) - [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. * [Plates](http://platesphp.com/) - A native PHP templating library. * [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. * [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 *Libraries for working with HTTP and scraping websites.*