/Simple-OCCI-Client

This is a very simple client for OCCI-powered applications.

Primary LanguageJavaScript

Simple OCCI Client

This is a very simple client for OCCI-powered applications. It's an extension for the best browser in the world, Google Chrome.

Since the addon is not released yet, you need to install it all by yourself from source.

How to install

When this extension reaches a stable version, it will be offered on Google's Chrome extensions page.

The last snapshot preview

This method is now unsupported. Chrome does not allow the installation of plugins from 3rd party sources any more. See "The cutting edge development version" for another way to install the extension.

  1. Remove a previous install snapshot release of this extension (right-click the icon and choose "Uninstall").
  2. Click on Downloads on GitHub.
  3. Choose your snapshot release (it's a crx-file).
  4. Google Chrome should ask to install the extension instead of downloading the file.

The cutting edge development version

  1. Download the source from GitHub (Downloads -> Download Source) and extract it.
  2. Open the Extensions options page in Google Chrome.
  3. Click on "Developer mode" (top right corner).
  4. Choose "Load unpacked extension..." and navigate to the extracted source.

The extension will be installed and you can open the Simple OCCI Client by clicking the icon.

License

The MIT License

Copyright (c) 2011 Sebastian Herbermann

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.