public
Description: a website in ruby on rails for design showcases. will be used at plasticpilots.com
Clone URL: git://github.com/TomK32/plasticairships.git
Search Repo:
name age message
folder .gitignore Sun May 25 04:56:16 -0700 2008 ignoring database.yml and added example file [TomK32]
folder README Fri Jun 13 04:37:04 -0700 2008 updated installation process [TomK32]
folder README_GOLDBERG Sun May 18 22:17:00 -0700 2008 inital import [TomK32]
folder Rakefile Sun May 18 22:17:00 -0700 2008 inital import [TomK32]
folder TODO Sat Jun 07 08:38:19 -0700 2008 added TODO [TomK32]
folder app/ Mon Jun 16 00:21:11 -0700 2008 a few fixes for finders in the controllers [TomK32]
folder config/ Fri Jun 13 06:30:02 -0700 2008 added bookmark_account model and unit tests. st... [TomK32]
folder db/ Fri Jun 13 06:30:02 -0700 2008 added bookmark_account model and unit tests. st... [TomK32]
folder doc/ Sun May 18 22:17:00 -0700 2008 inital import [TomK32]
folder lib/ Mon Jun 16 00:21:11 -0700 2008 a few fixes for finders in the controllers [TomK32]
folder public/ Fri Jun 06 14:54:38 -0700 2008 same width for form as for rest of main column [TomK32]
folder script/ Sat Jun 14 14:23:20 -0700 2008 removing unused file [TomK32]
folder test/ Fri Jun 13 06:30:02 -0700 2008 added bookmark_account model and unit tests. st... [TomK32]
folder vendor/ Mon Jun 16 08:32:38 -0700 2008 updated goldberg db fixtures [TomK32]
README
== Welcome to plasticairships

every pilot needs a plane, err... airship.

=== History
Plasticairship is the software that runs plasticpilots.com, a website and community about design
that is online since 2002 and after a new owner came took over in 2008 it received a relaunch.
Before, plasticpilots was running expression engine, but the new owner is a rails-addict as
well as a open source fan-boy. Developing the software for your websites in open source
or even public domain is definitely one of the best things to do and you might want to do it
as well. Just think of a Mediawiki or Wordpress.

=== What it does
The main features of plasticairships are a blog, showcases (only websites for now), and in
near future some upload functionality (in the special case of plasticpilots with will be open content vector graphic, 
think OCAL, just more sophisticated)

A principal design idea is to allow visitors creating content as easy as possible.
Requiring an account and login is one of the biggest obstacle and plasticairship tries
to avoid those. That means you don't need an accout to suggest a new blog post or site,
only thing is a moderator that needs to publish the user generated content. The underlying
Goldberg CMS features custom user roles which is a great advantage for this purpose.

=== Installation

mkdir log
rake db:schema:load
rake goldberg:install
rake db:reset
rake goldberg:load_bootstrap

=== Upgrade

most likely it's just this:
rake db:migrate

=== Version History
no release yet

=== Authors
* Thomas R. Koll, tomk32@gmx.de, http://ananasblau.com and http://plasticpilots.com