ZZBlogX A static blog generator
Posted: Thu Jan 03, 2013 6:59 pm
I wrote another newLISP programm - ” ZZBlogX – A Static Blog Generator”
ZZBlogX generates dozens of blog like html-pages in a second. I wrote this program as an easier and more flexible replacement for my Wordpress blogs. In contrast to eg. Wordpress the pages are ’static’ that means you do not need a database on your webspace and the pages are loading faster.
The only thing what you have to do, is to store your articles as simple text files. In the next article “Quick Start” you’ll find all you need for a first try.
ZZBlogX is an easy to use, very small and fast “textbased static blog generator” , currently only for Windows, written in the funtastic “newLISP” programming language and it’s Opensource.
ZZBlogX …
reads the “settings.lsp” file
reads your text files for example “01.txt” “02.txt” and so on.
takes the first line as headline
takes the last line as categories separated by commas
takes the text between first and last line as the article
takes the file-date as the post date (alternatives possible)
generates a temporary database
sorts all articles by time
generates a main-page “index.html”
if necessary “index1.html” “index2.html” ..
generates a side-page for each category with at least 2 articles
inserts possible links to previous and next pages
inserts possible links to all category start pages
More about it here : http://www.ZZBlogX.com
PS: This ZZBlogX-Website is generated by ZZBlogX
PPS: Happy New Year to all !
ZZBlogX generates dozens of blog like html-pages in a second. I wrote this program as an easier and more flexible replacement for my Wordpress blogs. In contrast to eg. Wordpress the pages are ’static’ that means you do not need a database on your webspace and the pages are loading faster.
The only thing what you have to do, is to store your articles as simple text files. In the next article “Quick Start” you’ll find all you need for a first try.
ZZBlogX is an easy to use, very small and fast “textbased static blog generator” , currently only for Windows, written in the funtastic “newLISP” programming language and it’s Opensource.
ZZBlogX …
reads the “settings.lsp” file
reads your text files for example “01.txt” “02.txt” and so on.
takes the first line as headline
takes the last line as categories separated by commas
takes the text between first and last line as the article
takes the file-date as the post date (alternatives possible)
generates a temporary database
sorts all articles by time
generates a main-page “index.html”
if necessary “index1.html” “index2.html” ..
generates a side-page for each category with at least 2 articles
inserts possible links to previous and next pages
inserts possible links to all category start pages
More about it here : http://www.ZZBlogX.com
PS: This ZZBlogX-Website is generated by ZZBlogX
PPS: Happy New Year to all !