diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-02-21 16:00:05 +0100 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-02-21 16:00:05 +0100 |
commit | 8b1c4ffc91fb81f0a51334eea014044e6afcd5ed (patch) | |
tree | 9e1e626e548241bb8c9e90801d9acbc4f72fe4ad /README.md | |
parent | ca3cb4167911ee115835bf8160628c4b96931111 (diff) |
Modified the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,4 +1,25 @@ bashblog ======== -A Bash script that handles blog posting
\ No newline at end of file +A Bash script that handles blog posting + +You can read [the initial blog post](http://mmb.pcb.ub.es/~carlesfe/blog/creating-a-simple-blog-system-with-a-500-line-bash-script.html) for more information. + +BashBlog supports: + +- Simple creation and edition of the posts with your favorite text editor +- Transformation of every post to its own html page, using the title as the URL +- Generation of an index.html file with the latest 10 posts +- Generation of an RSS file! Blog's magic is the RSS file, isn't it...? +- Generation of a page with all posts, to solve the index.html pagination problem +- Rebuilding the index files without the need to create a new entry +- Google Analytics support +- Feedburner support +- Auto-generated CSS support +- Headers, footers, and in general everything that a well-structured html file has +- xhtml validation, CSS validation, RSS validation by the w3c +- Everything contained in a single 700-line bash script! +- A simple but nice and readable design, with nothing but the blog posts + + +Read the CHANGELOG section of the script header for more updates |