Motivation ---------- Sometimes you have an itty bitty and slowly-changing bit of stuff to put on the web, so you write an itty bitty static website. Then you realize you occasionally want to add content to it, and you want to let people subscribe to that content with a newsreader. For example, you wrote an itty bitty application, and you might release bugfix versions every few months. Setting up a CMS is more effort than is needed in this situation. Hand-editing an RSS file is a pain. What you need is a simple way to quickly generate RSS from human-friendly plain text. This is why you need SARS. Synopsis -------- vim example.txt sars example.txt > example.xml Requirements ------------ Ruby[1] and BlueCloth[2] 1. http://ruby-lang.org 2. http://www.deveiate.org/projects/BlueCloth License ------- Copyright (C) 2008 Hans Fugal This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.