главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Fenollosa <carlos.fenollosa@gmail.com>2013-02-21 17:19:29 +0100
committerCarlos Fenollosa <carlos.fenollosa@gmail.com>2013-02-21 17:19:29 +0100
commitcebaa95531b4cb4cec7174a03627931332bcefb0 (patch)
tree8a4e90b3fda6c69f58c13dfb88518f9831fa8e4b
parent1ff26d166bbbcf9588abcebdc97f74e6e58796f1 (diff)
Expanded help
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca72ea6..247098b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
bashblog
========
-A Bash script that handles blog posting
+A Bash script that handles blog posting.
+
+Some would say it's a CMS, but I don't like that word. It's just a script that lets you write a blog post with your favorite editor, puts all the posts together into an index, and creates an RSS file and a list of posts.
+
+I created it because I wanted a very, very simple way to post entries to a blog by using a public folder on my server, without any special requirements and dependencies.
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 and as a demo, as my site has been 100% generated using bashblog.