README.rdoc in oembed_provider-0.1.0 vs README.rdoc in oembed_provider-0.1.1

- old
+ new

@@ -35,10 +35,21 @@ gem build {generated gemspec file} gem install {generated gem file} Running rake will check that you have the dependencies installed correctly. +=== OembedProvider settings + +Add a config/initializers/oembed_provider.rb file with something like this: + + OembedProvider.provider_name = "Your Site Name" + OembedProvider.provider_url = "http://your_site/" + + # if a controller doesn't map to model name as per tablize convention + # map it here + OembedProvider.controller_model_maps = { 'images' => 'StillImage' } + === Declare your model oEmbed providable Simple examples: include OembedProvidable @@ -81,10 +92,18 @@ <%= oembed_provider_links %> == TODO: * a caching system - + +=== Thank yous + +This gem was developed for the Kete open source application (http://kete.net.nz) and was funded by pledge campaign to improve media selection from with the rich text editor (i.e. the TinyMCE plugin). + +Horowhenua Library Trust, Wellington City Libraries, Te Reo o Taranaki, Environmental Earth Sciences, CALYX, and many individual contributors. + +Thanks to all contributors. + == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix to a branch following this convention: enhancement_[ticket #]_short_description