Skip to content

Commit

Permalink
Updated documentation, fixed links, added support link.
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 29, 2010
1 parent b01bf35 commit 0d5e30c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 16 deletions.
17 changes: 11 additions & 6 deletions README.txt
Expand Up @@ -2,7 +2,7 @@
/**
* jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
* Copyright (C) 2007-2010 Benjamin Arthur Lupton
* http://jquery.com/plugins/project/jquerylightbox_bal
* http://github.com/balupton/jquery-lightbox
*
* Permission is granted to copy, distribute and/or modify this document
* under the terms of the GNU Free Documentation License, Version 1.2
Expand All @@ -13,13 +13,13 @@
*
* @name jquery_lightbox: jquery.lightbox.js
* @package jQuery Lightbox Plugin (balupton edition)
* @version v1.4.0-beta
* @version v1.4.1-beta
* @date June 29, 2010
* @category jQuery plugin
* @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
* @copyright (c) 2007-2010 Benjamin Arthur Lupton {@link http://www.balupton.com}
* @license GNU Free Documentation License - {@link http://www.gnu.org/licenses/fdl.html}
* @example Visit {@link http://jquery.com/plugins/project/jquerylightbox_bal} for more information.
* @example Visit {@link http://github.com/balupton/jquery-lightbox} for more information.
*/
----

Expand All @@ -32,13 +32,13 @@ Upload the jquery_lightbox directory to somewhere on your webserver, then includ
adjusting the src locations appropriately.

Usage:
Refer to (index.html) or (http://www.balupton.com/sandbox/jquery_lightbox/) if (index.html) does not exist.
Refer to (demo/index.html) or (http://www.balupton.com/sandbox/jquery-lightbox/demo/) if (demo/index.html) does not exist.

For more information:
Refer to the source code of (index.html) or (http://www.balupton.com/sandbox/jquery_lightbox/) if (index.html) does not exist.
Refer to the source code of (demo/index.html) or ((http://www.balupton.com/sandbox/jquery-lightbox/demo/) if (demo/index.html) does not exist.

Support:
http://plugins.jquery.com/project/issues/jquerylightbox_bal
http://getsatisfaction.com/balupton/products/balupton_jquery_lightbox

----

Expand Down Expand Up @@ -174,6 +174,11 @@ How to apply options?

Changelog:

v1.4.1-beta (June 29, 2009)
- Documentation links now point to correct new locations
- Fixed incorrect demo header
- Added support link to demo page

v1.4.0-beta (June 29, 2009)
- Fixed up $.console, was causing issues in chrome
- Updated demo for use with new style. Removed adsense.
Expand Down
1 change: 1 addition & 0 deletions demo/index.html
Expand Up @@ -41,6 +41,7 @@ <h1>jQuery Lightbox (balupton edition)</h1>
<h2><a href="http://github.com/balupton/jquery-lightbox/downloads" title="Download">Download</a></h2>
<h2><a href="http://github.com/balupton/jquery-lightbox" title="Project Page">Project Page</a></h2>
<h2><a href="http://github.com/balupton/jquery-lightbox/tree/master" title="Source Code">Source Code</a></h2>
<h2><a href="http://getsatisfaction.com/balupton/products/balupton_jquery_lightbox" title="Get Support">Get Support</a></h2>
</div>

<div class="section">
Expand Down
8 changes: 4 additions & 4 deletions scripts/jquery.lightbox.js
@@ -1,7 +1,7 @@
/**
* jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
* Copyright (C) 2007-2010 Benjamin Arthur Lupton
* http://jquery.com/plugins/project/jquerylightbox_bal
* http://github.com/balupton/jquery-lightbox
*
* This file is part of jQuery Lightbox (balupton edition).
*
Expand All @@ -20,13 +20,13 @@
*
* @name jquery_lightbox: jquery.lightbox.js
* @package jQuery Lightbox Plugin (balupton edition)
* @version 1.4.0-beta
* @version 1.4.1-beta
* @date June 29, 2009
* @category jQuery plugin
* @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
* @copyright (c) 2007-2010 Benjamin Arthur Lupton {@link http://www.balupton.com}
* @license GNU Affero General Public License - {@link http://www.gnu.org/licenses/agpl.html}
* @example Visit {@link http://jquery.com/plugins/project/jquerylightbox_bal} for more information.
* @example Visit {@link http://github.com/balupton/jquery-lightbox} for more information.
*/

// Start of our jQuery Plugin
Expand Down Expand Up @@ -411,7 +411,7 @@
about: {
text: 'jQuery Lightbox Plugin (balupton edition)',
title: 'Licenced under the GNU Affero General Public License.',
link: 'http://jquery.com/plugins/project/jquerylightbox_bal'
link: 'http://github.com/balupton/jquery-lightbox'
}
},

Expand Down
12 changes: 6 additions & 6 deletions styles/jquery.lightbox.css
@@ -1,7 +1,7 @@
/*
* jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
* Copyright (C) 2007-2009 Benjamin Arthur Lupton
* http://jquery.com/plugins/project/jquerylightbox_bal
* Copyright (C) 2007-2010 Benjamin Arthur Lupton
* http://github.com/balupton/jquery-lightbox
*
* This file is part of jQuery Lightbox (balupton edition).
*
Expand All @@ -20,13 +20,13 @@
*
* @name jquery_lightbox: jquery.lightbox.css
* @package jQuery Lightbox Plugin (balupton edition)
* @version 1.3.0-rc1
* @date August 24, 2008
* @version 1.4.1-beta
* @date June 29, 2010
* @category jQuery plugin
* @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
* @copyright (c) 2007-2009 Benjamin Arthur Lupton {@link http://www.balupton.com}
* @copyright (c) 2007-2010 Benjamin Arthur Lupton {@link http://www.balupton.com}
* @license GNU Affero General Public License - {@link http://www.gnu.org/licenses/agpl.html}
* @example Visit {@link http://jquery.com/plugins/project/jquerylightbox_bal} for more information.
* @example Visit {@link http://github.com/balupton/jquery-lightbox} for more information.
*/

html, body { margin: 0; padding: 0; height: 100%;}
Expand Down

0 comments on commit 0d5e30c

Please sign in to comment.