Sha256: 27ee1b672ded86efe37afae65a627bcfa58ea00dfa27a4b01c8af3638fdc8348

Contents?: true

Size: 1.85 KB

Versions: 23

Compression:

Stored size: 1.85 KB

Contents

# Umlaut

This is Umlaut 3.0.0 _alpha_ software. Umlaut 3.0 is not yet in final release. 
(For Umlaut 2.0, see http://wiki.code4lib.org/index.php/Umlaut . However, if 
you are just getting started checking out Umlaut, you probably should just
start here with 3.0 even though it's alpha). 

Umlaut is software for libraries (the kind with books). 

It could be described as a front-end layer on top of an existing OpenURL 
knowledge base. But it's actually quite a bit more than that. 

It could also be described as: a just-in-time aggregator of  "last mile" 
specific-citation services, taking input as OpenURL, and providing both an 
HTML UI and an api suite for embedding Umlaut services in other products. 
[What do you mean by this?](https://github.com/team-umlaut/umlaut/wiki/What-is-Umlaut-anyway)

Umlaut is distributed as a ruby Rails engine gem. It's a very heavyweight engine,
the point of distro'ing as a gem is to make it easy to keep local 
config/customization/enhancement seperate from distro, not so much to let you
'mix in' Umlaut to an already existing complex app. 


## Installation

For complete step-by-step install instructions suitable even for the neophyte, see:
https://github.com/team-umlaut/umlaut/wiki/Installation. 

The Rails/Umlaut super-concise expert summary is:

* Rails 3.1+

* gem 'umlaut'

* `bundle install`
    
* `$ rails generate umlaut:install`

* mysql database strongly encouraged, sqlite3 probably won't work. 

* configuration in `./config/umlaut_services.yml` and `./app/controllers/umlaut_controller.rb` 

* Umlaut uses multi-threaded concurrency in a way incompatible with development-mode class reloading. You need cache_classes=false even in dev, the Umlaut install generator changes this for you. 
    
## Source

https://github.com/team-umlaut/umlaut/

## Listserv

You can join the umlaut listserv at:
http://rubyforge.org/mail/?group_id=4382

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
umlaut-3.0.0rc1 README.md
umlaut-3.0.0beta10 README.md
umlaut-3.0.0beta9 README.md
umlaut-3.0.0beta8 README.md
umlaut-3.0.0beta7 README.md
umlaut-3.0.0beta6 README.md
umlaut-3.0.0beta5 README.md
umlaut-3.0.0beta4 README.md
umlaut-3.0.0beta3 README.md
umlaut-3.0.0beta2 README.md
umlaut-3.0.0beta1 README.md
umlaut-3.0.0alpha15 README.md
umlaut-3.0.0alpha14 README.md
umlaut-3.0.0alpha13 README.md
umlaut-3.0.0alpha12 README.md
umlaut-3.0.0alpha11 README.md
umlaut-3.0.0alpha10 README.md
umlaut-3.0.0alpha9 README.md
umlaut-3.0.0alpha8 README.md
umlaut-3.0.0alpha7 README.md