Skip to content
/ ADA-CMS Public

A search/cms service for the Australian Data Archives

Notifications You must be signed in to change notification settings

tfw/ADA-CMS

Folders and files

NameName
Last commit message
Last commit date
Nov 25, 2011
Oct 27, 2010
Dec 21, 2011
Oct 21, 2011
Apr 5, 2011
Nov 15, 2011
Nov 25, 2011
Jun 23, 2011
May 24, 2011
Oct 21, 2011
Jul 20, 2011
Jun 22, 2011
Nov 9, 2010
Oct 27, 2010
Oct 30, 2010
Oct 27, 2011
Oct 27, 2011
Oct 12, 2011
Oct 7, 2011
Sep 27, 2010

Repository files navigation

Australian Data Archives CMS
----------------------------

The ADA CMS is a bespoke cms and advanced search service available freely as open source, as commissioned by the Australian Data Archives, currently at http://www.assda.edu.au/ until this application is deployed in production to http://ada.edu.au . It is being developed by Tree Falling In The Woods - http://treefallinginthewoods.com.

Its chief feature is to integrate with Nesstar and present its content via search (using solr). A CMS system based on Inkling (http://github.com/tfw/inkling) has been framed around it.

REQUIREMENTS

Ruby 1.9.2
Postgres 8.4 or later.

INSTALL

gem install bundler
bundle install
rake ada:rebuild

Copyright Notice
----------------
COPYRIGHT (c) 2011 Australian Data Archives


Inkling code is copyrighted to Tree Falling In The Woods, Pty Ltd. and available under the MIT License.
It includes software from other projects, other people, listed below, all available through the MIT license.

* Devise
* Ruby on Rails - http://rubyonrails.org - David Heinemeier Hansson, etc..
* Enki - http://www.enkiblog.com/ - Xavier Shay. 

The MIT License

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