Giter VIP home page Giter VIP logo

farmfacts-old's Introduction

FarmFacts - Ruby on Rails based CMS

Minimal CMS based on Ruby on Rails 2.3. It uses some plugins I wrote or refactored myself. The CMS provides some base functionality like page creation with attachments, authentication and embedable navigations, and can be extended with FaFa engines (Blog, Forum, etc.). The CMS supports themes while every page can be skinned individually.

FEATURED PLUGINS:

  • column_scope - as the name says
  • action_sequence - design forms with multiple steps
  • shadows - presenter pattern made easy
  • acts_as_list - fork without the legacy stuff
  • categorizable - tagging implementation I like

PLATFORMS (TESTED):

  • Mac OS X 10.5, Apache2 (mod_passenger) and PostgreSQL & SQLite3
  • Debian 4.0, Apache2 (mod_passenger) and PostgreSQL

AUDIENCE:

  • Developers
  • Other

BACKGROUND:

  • I don't want to have rmagick everywhere
  • I don't want to have JS (frameworks) everywhere
  • I don't want to have a global Media Library
  • I want to use the latest Rails version
  • I want to use solid technologies
  • I want it to be fast
  • I want to give Ruby Sequel a CMS
  • I want to give Fork Unstable Media - TECH a CMS
  • actually I want to write something big / a CMS / kill time

INSTALL:

You can get the source with:

$ git clone git://github.com/boof/farmfacts.git

Don't forget the submodules:

$ cd farmfacts
$ git submodule update --init
$ rake gems:build

Setup:

# replace sqlite3 with the database of your choice
$ cp vendor/rails/railties/configs/databases/sqlite3.yml config/database.yml

# configure your database (replace erbs)
$ $EDITOR config/database.yml
$ rake db:create
$ rake db:migrate

# the generated session key should only be read by you and your webserver
$ chmod 600 config/session.key

# Configure Apache for Language Negotiation:
# You must allow the virtual server to overwrite options!

# start the webserver and open admin, for example:
$ script/server
$ open http://localhost:3000/admin

# Follow the instructions in your browser...

ROADMAP:

1.0

  • Plugins: Onlist inline option [Improvement]

1.x

  • FAFA-4: fafa_articles: Article/Blog Engine for FarmFacts [New Feature]
  • FAFA-3: fafa_projects: Project Engine for FarmFacts [New Feature]
  • Docs: Missing! [Improvement]
  • Suggestions...

2.0

  • Core: Support for Template Repositories [New Feature]
  • Core: Support for FaFa-Engine Repositories [New Feature]
  • Engines: Vote/Poll [New Feature]
  • Engines: Wiki [New Feature]
  • Engines: Forum [New Feature]
  • Core: Pluggable Authentication Module, support for LDAP, DB and PAM maybe [Improvement]
  • FAFA-8: Page Versioning [Improvement]
  • Core: GitHub integration [New Feature]
  • Suggestions...

CREDITS:

  • sequel - initial motivation
  • fork - further motivation
  • alexander - possibility, support
  • dfue - fun, support
  • rails, haml and paperclip coders for their code

farmfacts-old's People

Contributors

boof avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.