public
Description: ruby on rails blog engine
Homepage: http://feelfree.homelinux.com
Clone URL: git://github.com/cedjo/mandarina2.git
name age message
file .gitignore Sat May 31 11:44:24 -0700 2008 ignore files and correction for post view. [Cédric Jolivet]
file README Sun May 11 11:54:38 -0700 2008 Readme changes and log directory added [Cédric Jolivet]
file Rakefile Thu Apr 03 13:06:03 -0700 2008 import next part [Cédric Jolivet]
directory app/ Tue Jun 09 21:41:56 -0700 2009 changes due to BigDecimal DoS vulnerability [Cédric Jolivet]
directory config/ Tue Jun 09 21:41:56 -0700 2009 changes due to BigDecimal DoS vulnerability [Cédric Jolivet]
directory db/ Sun Aug 03 10:26:16 -0700 2008 new plugin for test open_flash_chart + gem requ... [Cédric Jolivet]
directory doc/ Thu Apr 03 13:06:03 -0700 2008 import next part [Cédric Jolivet]
directory lang/ Thu Apr 03 13:06:03 -0700 2008 import next part [Cédric Jolivet]
directory lib/ Sun Aug 03 10:26:16 -0700 2008 new plugin for test open_flash_chart + gem requ... [Cédric Jolivet]
directory public/ Fri Dec 05 23:52:19 -0800 2008 rails 2.2.2 modification (theme_support doesn't... [Cédric Jolivet]
directory script/ Fri Dec 05 23:52:19 -0800 2008 rails 2.2.2 modification (theme_support doesn't... [Cédric Jolivet]
directory test/ Thu Apr 03 13:06:03 -0700 2008 import next part [Cédric Jolivet]
directory themes/ Sat Aug 23 13:40:37 -0700 2008 theme support added and rexml patch [Cédric Jolivet]
directory vendor/ Tue Jun 09 21:41:56 -0700 2009 changes due to BigDecimal DoS vulnerability [Cédric Jolivet]
README
## Mandarina 2 readme file ##

Mandarina 2 Blog Engine

This blog engine is written with the Ruby on Rails framework and is a test lab for my ruby learning. It has some basic 
features. It has been designed to fit to my blog's needs http://feelfree.homelinux.com.

Installation:

gem used: Rails 2, (RedCloth, htmlentities, xml-simple installed as plugin).

   1. get mandarina with git at http://github.com/cedjo/mandarina2
   2. rake db:create:all
   3. run rake db:migrate
   4. browse your blog url and create the original user 

That's it.

List of plugins:

    * archives: shows a montly list of previous posts
    * analytics: non visual plugin, it enables code for google analytics stats
    * categorylist: shows list of blog's categories
    * pagelist: shows list of blog's pages
    * search: live search in text and tags
    * linklist: shows a list of link (blogroll)
    * quicklinks: 3 links to quickly access to login, new media and rss page
    * langswitch: switch blog's langage to FR or US
    * amarok: show the song played in amarok, via amaroknowplaying plugin
    * catgraph: shows a graph of posts per categories
    * weather: shows actual weather in a city
    * flickr: shows random photo of a flickr account
    * gallery: shows a random photo of a gallery2
    * themeswitch: switch between 1 of 10 themes proposed
    * deliciouscloud: shows the tags cloud of a del.icio.us account 

Features:

    * simple installation
    * live post preview
    * easy plugins management
    * comment spam protection with logical captcha
    * Textile_editor plugin & and Textile syntax