Sha256: 8edd6695aac3f5f8375c9236369a7a64d6804d2ac99bede26423ab2f8380c21e

Contents?: true

Size: 1.75 KB

Versions: 24

Compression:

Stored size: 1.75 KB

Contents

# Scrivito Content Browser

[![Gem Version](https://badge.fury.io/rb/scrivito_content_browser.png)](http://badge.fury.io/rb/scrivito_content_browser)

The [Scrivito](http://scrivito.com) content browser is a JavaScript based tool to add, update and
delete Scrivito CMS resources and documents.
It provides flexible configuration options and can easily be integrated into your application.

## Installation and Usage

If you already use the gem [scrivito_editors](https://rubygems.org/gems/scrivito_editors) then you
don't have to change anything, because it is a dependency that will be installed automatically.

If you want to use this gem separately, please add it to your `Gemfile`.

    gem 'scrivito_content_browser'

Then require it in your stylesheet manifest.

    *= require scrivito_content_browser

And require it in your JavaScript manifest.

    //= require scrivito_content_browser

## Development

The `scrivito_content_browser` is using `nodejs` to compile the javascript files.
Before developing make sure you have both `nodejs` and `npm` installed, then:

    cd scrivito_content_browser/js
    npm install # load the dependencies - if it fails, make sure you're using the latest nodejs
    sudo npm install -g grunt-cli # install the grunt command
    grunt build # build the JS files - if it fails, check for name clashes with the node package

If you want to develop the `scrivito_content_browser`-gem locally (including it by path):

    grunt watch # compiles the source files for the gem whenever you change one

## Changelog

{include:file:CHANGELOG.md}


## License
Copyright (c) 2009 - 2014 Infopark AG (http://www.infopark.com)

This software can be used and modified under the LGPL-3.0. Please refer to
http://www.gnu.org/licenses/lgpl-3.0.html for the license text.

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
scrivito_content_browser-0.65.2 README.md
scrivito_content_browser-0.65.1 README.md
scrivito_content_browser-0.65.0 README.md
scrivito_content_browser-0.65.0.rc2 README.md
scrivito_content_browser-0.65.0.rc1 README.md
scrivito_content_browser-0.60.0 README.md
scrivito_content_browser-0.60.0.rc2 README.md
scrivito_content_browser-0.50.1 README.md
scrivito_content_browser-0.60.0.rc1 README.md
scrivito_content_browser-0.50.0 README.md
scrivito_content_browser-0.50.0.rc2 README.md
scrivito_content_browser-0.50.0.rc1 README.md
scrivito_content_browser-0.42.1 README.md
scrivito_content_browser-0.42.1.rc3 README.md
scrivito_content_browser-0.42.1.rc2 README.md
scrivito_content_browser-0.42.1.rc1 README.md
scrivito_content_browser-0.42.0 README.md
scrivito_content_browser-0.41.1 README.md
scrivito_content_browser-0.41.0 README.md
scrivito_content_browser-0.41.0.rc2 README.md