Download

Latest Release

Old versions

ChangeLog

Liteshow 1.0 Beta3 - August 30th, 2007

  • Feature: Added possibility to only display a single image without creating an XML for it. Just use an image file with path as the first parameter of the init function.
    e.g.: Liteshow.Fader.init('../images/vancouver_bay.jpg');
    The title for that image is taken from the second options object with the "singleImageTitle" parameter.
  • Consistency: The first parameter for the init function now needs a ".xml" ending for the gallery file, ID names without xml endings still work but are deprecated now.
  • Consistency: Renamed "loading image" to "throbber" and outsourced into its own object so it does not get inherited as it is a single instance on the page
  • Bugfix: If a single image is in the gallery, the Browse button is not displayed.

Liteshow 1.0 Beta2 - August 8th, 2007

  • Fixed background issue with IE 6, where the overlay did not work at all
  • "overflow" CSS settings in HTML or BODY are now taken in account, which will disable scrolling while Liteshow is started
  • Minor cosmetic issues

Liteshow 1.0 Beta1 - August 6th, 2007

  • Bugfixes for displaying in IE, Firefox and Safari/Konqueror
  • The bottom controlset was removed. This makes the whole look and feel nicer and cleaner.
  • We got rid of the slider to change the timer speed since a lot of people thought you can slide through the images.
  • Added icons from free iconset "Greyscale" (see Resources for link)
  • CSS adjustments
  • Architectural Changes
    • Implemented a global "LiteConfig" object for storing page-wide config directives
    • Since the navigation is now part of every item, the DOM structure changed
    • The XML now needs to include the full path / URL to the images that should be loaded



License

Liteshow is licensed under a MIT-style license..

Liteshow JavaScript library
Copyright (c) 2006-2007 Benjamin Mack

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.