Sha256: 49c045ef0392a8eb3c80ff733571e070a79cb2ae547e54aaa39730d5f02a6227

Contents?: true

Size: 900 Bytes

Versions: 1

Compression:

Stored size: 900 Bytes

Contents

This file was created by the topicmaps generator which is provided by the
rtm-rails Gem.

1. Configure the topic maps for your application in

    config/topicmaps.yml


2. Migrate your backends to make them ready for your topic maps:

    jruby -S rake topicmaps:migrate


3. Use your topic maps in your application code:


    TM[:mymap].topics.each do |topic|
      # do something with the topic
    end

    TM[:another_map].get("xsd:integer") # get an existing topic

    TM[:some_map].get!("http://example.org/topics/b") # get topic (or create it if it does not exist)


See http://rubygems.org/gems/rtm-rails for information about the Gem.
See http://rtm.topicmapslab.de/ for information about RTM.
See http://www.topicmapslab.de/ for general information about Topic Maps.


==== License for RTM and RTM-Rails
Copyright 2009 Topic Maps Lab, University of Leipzig.
Apache License, Version 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtm-rails-0.3.1 rails_generators/templates/README.txt