Skip to content

ANUSF/ADA-CMS

 
 

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

About

A search/cms service for the Australian Data Archives

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.1%
  • CSS 7.0%
  • Ruby 5.1%
  • Other 0.8%