herestomwiththeweather / roll_my_blog
- Source
- Commits
- Network (2)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
oscurrency
| name | age | message | |
|---|---|---|---|
| |
.gems | ||
| |
.gitignore | ||
| |
Capfile | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
roll_my_blog
Introduction
This is a lightweight blogging platform built on Ruby on Rails. This application is really really lightweight and it does not do a lot of things.
Features
Only one user is supported.
Only way to login is to have an openid account.
Only Redcloth is supported.
no support for trackback.
Comment spam is handled by not storing the email address of the comment author. In the last 18 months I have not received a single spam using this mechanism. It works.
Tag an article.
HOW TO
Login: Got to www.domain.com/blog/login
Edit a blog: Login first. Then go to the url of the blog. At the top of the url add '/edit' and then submit this url.
Live Demo
My blog is powered by this application.
How to install
You must have Rails 2.3.2 installed
sudo gem install ruby-openid
sudo gem install capistrano
sudo gem install capistrano-ext
mv config/database.yml.sqlite3 config/database.yml
mv config/preference.yml.example config/preference.yml
# take a look at preference.yml and change settings like facebook id, openid, rss feed etc.
# update app/views/page/about.html.erb with your information
rake db:create
rake db:migrate
rake db:generate_fake_data
ruby script/server
Go to http://localhost:3000 and it should be working
Feedback
Email me: neerajdotname [at] gmail (dot) com
License
Copyright (c) 2009 neerajdotname
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

