| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 | Overview--------Shadowbox is a flexible media viewer that supports all of the web's most popularmedia publishing formats. Shadowbox is written entirely in JavaScript and CSS andis highly customizable. Using Shadowbox, website authors can display a wideassortment of media in all major browsers without navigating users away from thelinking page.For more information, please see http://shadowbox-js.com/.Installation and Usage----------------------For detailed installation and usage instructions, please see the usage page athttp://shadowbox-js.com/usage.html.How to Build------------IMPORTANT: The following instructions are for those who would like to create a custom buildof Shadowbox on their own machines. Most users will not want to do this and instead shouldsimply download, install, and use Shadowbox as described on the Shadowbox website athttp://shadowbox-js.com/usage.html.In order to build Shadowbox on your own machine you must have the Ruby programminglanguage (http://ruby-lang.org/) installed as well as the Rake build tool(http://rake.rubyforge.org/). Simply edit the parameters in `build.yml` to your likingand run the following command from the project root directory:    $ rakeNote: If you want to build a compressed version of the code (which is the default), youwill also need Java installed. You can always use the web interface on the Shadowbox website(http://shadowbox-js.com/download.html) to build your own version of the code if you areunable to do it on your own.How to Run Tests and Examples-----------------------------The Shadowbox test suite is written with QUnit (http://github.com/jquery/qunit). To run thetests, you first need to build the code using the `build:tests` Rake task.    $ rake build:testsOnce you have built the code, open `tests/index.html` in your browser of choice. Likewise,to run any of the examples you first need to run the `build:examples` Rake task beforeopening the example HTML file in your browser.    $ rake build:examplesHow to Contribute-----------------If you would like to contribute to the project please email me your contribution/patchat mjijackson@gmail.com. I'm more than happy to accomodate fixes and modifications thatmake Shadowbox a better product.Bugs----Please report any bugs that you may find at http://github.com/mjijackson/shadowbox/issues.License-------The Shadowbox license is available online at http://shadowbox-js.com/LICENSE.Credits-------Shadowbox employs several open source libraries including Sizzle.js (http://sizzlejs.com/)and swfobject (http://code.google.com/p/swfobject/).
 |