Javascript Libraries
================================================================================

DESCRIPTION:
--------------------------------------------------------------------------------
Javascript libraries is intended to be both an API and a UI for managing 
packages of javascript files. These packages, or libraries, are often called 
plugins. They can contain an single javascript file, or a bundle of several
javascript files, sometimes accompanied by stylesheets.

Using this module libraries can be registered into Drupal's system. After 
registering a library, modules and themes can load these libraries using this
module's API to extend their functionality.

This module also provides an user interface for managing your installed 
libraries. It provides an easy workflow for keeping track of installation 
statuses of your javascript libraries.

INSTALLATION:
--------------------------------------------------------------------------------
1. Enable the upload module by navigating to admin/build/modules

2. For viewing all registered javascript libraries, navigate to: 
   admin/build/javascript_libraries

3. Although it's not required for jQp to use a clean directory strucure, it is 
   good practice to create a javascript_libraries folder in your sites/all 
   directory
