Git Product home page Git Product logo

Kete 2.0

Build Status security Code Climate Test Coverage Issue Count AwesomeCode Status for kete/kete

Kete is a knowledge basket of images, audio, video and documents which are collected and catalogued by the community.

Deploy to your own heroku

Deploy

Important note for Kete 1.x users

There is no upgrade path from the old kete1 to kete2 yet. Patches are very welcome.

Development Milestones

Read Only Functionality

  • there is a known issue where some links are broken on pages within Kete. These are pending investigation

User Accounts and Create/Edit Functionality on Items

next milestone

Administrator features are complete

final milestone of this development phase

Contributing

The following is a brief summary how to setup Kete for development

git clone https://github.com/kete/kete
cd kete
git checkout kete2

cp ./config/database.example.yml ./config/database.yml

npm install                     # install grunt which is used to lint JS
bundle                          # install gems
bundle exec rspec               # run specs
bundle exec rake db:create      # create databases
bundle exec rake db:setup       # includes db:schema:load and db:seed
bundle exec rails server

# Before committing any changes:
bundle exec rubocop             # lint ruby
./node_modules/.bin/grunt       # lint JS

Credits

Kete is Copyright (C) 2006-2012 Horowhenua Library Trust and Others under the GPL version 2 license. See license.txt for details.

Kete's Projects

acts_as_licensed icon acts_as_licensed

Acts As Licensed is a plugin which provides a basic content licensing system to community centred Ruby On Rails applications. The plugin includes a set of Creative Commons New Zealand and Australian licenses, which can be imported (excluding the No Derivative Works variant).

acts_as_zoom icon acts_as_zoom

A plugin to allow searching and populating of ZOOM Z39.50 servers.

attachment_fu icon attachment_fu

Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.

better_send_file icon better_send_file

A project to provide a more efficient send_file method for Ruby on Rails’ ActionController by sending files directly via reverse proxy servers. Currently only supports Nginx.

convert_attachment_to icon convert_attachment_to

A plugin that will take the value of an uploaded file, convert it to either text or HTML, and insert it into specified attribute. Only works with PDF, MS Word, HTML, and plain text documents currently.

feedzirra icon feedzirra

A feed fetching and parsing library that treats the internet like Godzilla treats Japan: it dominates and eats all.

google-maps-for-rails icon google-maps-for-rails

Enables easy display of items (taken from a Rails 3 model) with Google Map, OpenLayers, Bing or Mapquest. Geocoding + Directions included. Provides much options: markers customization, infowindows, auto-adjusted zoom, polylines, polygons, circles etc... See wiki for full description and examples.

http_url_validation_improved icon http_url_validation_improved

A variant of HTTP URL Validation is a Rails plugin that allows you to validate a URL entered in a form. It validates if the URL exists by hitting it with a HEAD request (and the improvements include retrying with other variants until it fails decisively).

image_selector_tinymce_plugin icon image_selector_tinymce_plugin

Using media_selector as the basis of a tinymce plugin for choosing from an existing image from a specified provider or uploading a new image to the provider and returning HTML for image to TinyMCE editor instance.

kete icon kete

Kete was developed by Horowhenua Library Trust and Katipo Communications Ltd. to build a digital library of Horowhenua material.

kete_browserid icon kete_browserid

An add-on for Kete that replaces normal login and registration with a browserid based login.

kete_gets_trollied icon kete_gets_trollied

A Kete add-on that uses the Trollied gem to deliver ordering of items from Kete.

kete_trackable_items icon kete_trackable_items

NO LONGER MAINTAINED! Do not use! A Rails engine gem that works in conjunction with kete_gets_trollied to track where an item (with a corresponding physical archive) is physically located.

media_selector icon media_selector

A jQuery and Sammy.js based mini-application for choosing from a list of providers' media assets (images, audio, video, etc.). Used OpenSearch and oEmbed.

mongo_translatable icon mongo_translatable

Rails specific I18n model localization, ala Globalize2, backed by MongoDB rather than an RDBMS. May include UI elements, too.

oembed_provider icon oembed_provider

A Rails engine to answer oEmbed requests for application media asset models. I.e. this gem allows your application to act as an oEmbed Provider.

tiny_mce icon tiny_mce

A Ruby on Rails plugin (pre-Rails 3.1) that allows easy implementation of the TinyMCE editor into your applications.

translate icon translate

A Ruby on Rails plugin with a web interface for translating I18n texts

trollied icon trollied

A slightly different take on a Rails shopping cart engine.

validates_as_sanitized_html icon validates_as_sanitized_html

If you have a model that has an attribute that is user submitted HTML, such as comment, etc. this is a useful plugin for warning the user that they have submitted insecure HTML code, such as form elements, or javascript.

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.