Browse Source

Moved static site generators to separate section.

pull/35/head
Povilas Balzaravicius Pawka 12 years ago
parent
commit
36aaab3dc3
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      README.md

+ 5
- 0
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.
121
+
122
+## Static Site Generators
123
+*Tools for pre-processing all content, applying templates before publication to generate web pages.*
120
 * [Sculpin](http://sculpin.io) - A library that converts Markdown and Twig into static HTML.
124
 * [Sculpin](http://sculpin.io) - A library that converts Markdown and Twig into static HTML.
121
 * [Phrozn](http://phrozn.info) - Static site generator converts Textile, Markdown and Twig into HTML.
125
 * [Phrozn](http://phrozn.info) - Static site generator converts Textile, Markdown and Twig into HTML.
126
+* [Carew](http://carew.github.io/) - Carew is another static site / blog generator with Markdown support.
122
 
127
 
123
 ## HTTP
128
 ## HTTP
124
 *Libraries for working with HTTP and scraping websites.*
129
 *Libraries for working with HTTP and scraping websites.*

Loading…
Cancel
Save