jQuery Lightbox For Native Galleries - Version 3.0.0

Version Description

Download this release

Release Info

Developer Viper007Bond
Plugin Icon wp plugin jQuery Lightbox For Native Galleries
Version 3.0.0
Comparing to
See all releases

Code changes from version 1.1.0 to 3.0.0

colorbox/colorbox.css ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ ColorBox Core Style
3
+ The following rules are the styles that are consistant between themes.
4
+ Avoid changing this area to maintain compatability with future versions of ColorBox.
5
+ */
6
+ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
7
+ #cboxOverlay{position:fixed; width:100%; height:100%;}
8
+ #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
9
+ #cboxContent{position:relative; overflow:hidden;}
10
+ #cboxLoadedContent{overflow:auto;}
11
+ #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
12
+ #cboxTitle{margin:0;}
13
+ #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
14
+ #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
15
+
16
+ /*
17
+ Example user style
18
+ The following rules are ordered and tabbed in a way that represents the
19
+ order/nesting of the generated HTML, so that the structure easier to understand.
20
+ */
21
+ #cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
22
+ #colorbox{}
23
+ #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
24
+ #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
25
+ #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
26
+ #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
27
+ #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
28
+ #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
29
+ #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
30
+ #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
31
+ #cboxContent{background:#fff;}
32
+ #cboxLoadedContent{margin-bottom:28px;}
33
+ #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
34
+ #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
35
+ #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
36
+ #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
37
+ #cboxPrevious.hover{background-position:-75px -25px;}
38
+ #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
39
+ #cboxNext.hover{background-position:-50px -25px;}
40
+ #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
41
+ #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
42
+ #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
43
+ #cboxClose.hover{background-position:-25px -25px;}
44
+
45
+ /*
46
+ The following fixes png-transparency for IE6.
47
+ It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
48
+
49
+ Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
50
+ Colorbox preloads navigation hover classes to account for this.
51
+
52
+ !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
53
+ while regular CSS background images are relative to the CSS document.
54
+ */
55
+ .cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
56
+ .cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
57
+ .cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
58
+ .cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
59
+ .cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
60
+ .cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
61
+ .cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
62
+ .cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
colorbox/images/border.png ADDED
Binary file
colorbox/images/controls.png ADDED
Binary file
colorbox/images/internet_explorer/borderBottomCenter.png ADDED
Binary file
colorbox/images/internet_explorer/borderBottomLeft.png ADDED
Binary file
colorbox/images/internet_explorer/borderBottomRight.png ADDED
Binary file
colorbox/images/internet_explorer/borderMiddleLeft.png ADDED
Binary file
colorbox/images/internet_explorer/borderMiddleRight.png ADDED
Binary file
colorbox/images/internet_explorer/borderTopCenter.png ADDED
Binary file
colorbox/images/internet_explorer/borderTopLeft.png ADDED
Binary file
colorbox/images/internet_explorer/borderTopRight.png ADDED
Binary file
colorbox/images/loading.gif ADDED
Binary file
colorbox/images/loading_background.png ADDED
Binary file
colorbox/images/overlay.png ADDED
Binary file
colorbox/jquery.colorbox-min.js ADDED
@@ -0,0 +1,2 @@
 
 
1
+ /* ColorBox v1.3.1 - a full featured, light-weight, customizable lightbox based on jQuery 1.3 */
2
+ (function(A){var p="colorbox",n="hover",w=true,R=false,X,l=!A.support.opacity,T=l&&!window.XMLHttpRequest,W="click.colorbox",x="cbox_open",L="cbox_load",s="cbox_complete",K="cbox_cleanup",m="cbox_closed",O="resize.cbox_resize",I="resize.cboxie6 scroll.cboxie6",F,U,V,d,y,i,b,E,c,P,C,f,q,h,k,M,j,H,r,Y,g,e,a,v,N,o,z,Q,u,G,B={transition:"elastic",speed:350,width:R,height:R,initialWidth:"400",initialHeight:"400",maxWidth:R,maxHeight:R,scalePhotos:w,scrollbars:w,inline:R,html:R,iframe:R,photo:R,href:R,title:R,rel:R,opacity:0.9,preloading:w,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:R,overlayClose:w,slideshow:R,slideshowAuto:w,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow"};function J(Z){if(Z.keyCode===37){Z.preventDefault();H.click()}else{if(Z.keyCode===39){Z.preventDefault();j.click()}}}function D(Z,aa){aa=aa==="x"?document.documentElement.clientWidth:document.documentElement.clientHeight;return(typeof Z==="string")?(Z.match(/%/)?(aa/100)*parseInt(Z,10):parseInt(Z,10)):Z}function t(Z){return Q.photo||Z.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function S(){for(var Z in Q){if(typeof(Q[Z])==="function"){Q[Z]=Q[Z].call(o)}}}X=A.fn.colorbox=function(aa,Z){if(this.length){this.each(function(){var ab=A(this).data(p)?A.extend({},A(this).data(p),aa):A.extend({},B,aa);A(this).data(p,ab).addClass("cboxelement")})}else{A(this).data(p,A.extend({},B,aa))}A(this).unbind(W).bind(W,function(ac){o=this;Q=A(o).data(p);S();A().bind("keydown.cbox_close",function(ad){if(ad.keyCode===27){ad.preventDefault();X.close()}});if(Q.overlayClose){F.css({cursor:"pointer"}).one("click",X.close)}o.blur();G=Z||R;var ab=Q.rel||o.rel;if(ab&&ab!=="nofollow"){c=A(".cboxelement").filter(function(){var ad=A(this).data(p).rel||this.rel;return(ad===ab)});z=c.index(o);if(z<0){c=c.add(o);z=c.length-1}}else{c=A(o);z=0}if(!u){u=w;A.event.trigger(x);r.html(Q.close);F.css({opacity:Q.opacity}).show();X.position(D(Q.initialWidth,"x"),D(Q.initialHeight,"y"),0);if(T){P.bind(I,function(){F.css({width:P.width(),height:P.height(),top:P.scrollTop(),left:P.scrollLeft()})}).trigger(I)}}X.slideshow();X.load();ac.preventDefault()});if(aa&&aa.open){A(this).triggerHandler(W)}return this};X.init=function(){function Z(aa){return A('<div id="cbox'+aa+'"/>')}P=A(window);U=A('<div id="colorbox"/>');F=Z("Overlay").hide();V=Z("Wrapper");d=Z("Content").append(C=Z("LoadedContent").css({width:0,height:0}),f=Z("LoadingOverlay"),q=Z("LoadingGraphic"),h=Z("Title"),k=Z("Current"),M=Z("Slideshow"),j=Z("Next"),H=Z("Previous"),r=Z("Close"));V.append(A("<div/>").append(Z("TopLeft"),y=Z("TopCenter"),Z("TopRight")),A("<div/>").append(i=Z("MiddleLeft"),d,b=Z("MiddleRight")),A("<div/>").append(Z("BottomLeft"),E=Z("BottomCenter"),Z("BottomRight"))).children().children().css({"float":"left"});A("body").prepend(F,U.append(V));if(l){U.addClass("cboxIE");if(T){F.css("position","absolute")}}d.children().addClass(n).mouseover(function(){A(this).addClass(n)}).mouseout(function(){A(this).removeClass(n)}).hide();Y=y.height()+E.height()+d.outerHeight(w)-d.height();g=i.width()+b.width()+d.outerWidth(w)-d.width();e=C.outerHeight(w);a=C.outerWidth(w);U.css({"padding-bottom":Y,"padding-right":g}).hide();j.click(X.next);H.click(X.prev);r.click(X.close);d.children().removeClass(n)};X.position=function(ac,ab,aa,ad){var ae=document.documentElement.clientHeight,ag=ae/2-ab/2,af=document.documentElement.clientWidth/2-ac/2,Z;if(ab>ae){ag-=(ab-ae)}if(ag<0){ag=0}if(af<0){af=0}ag+=P.scrollTop();af+=P.scrollLeft();ac=ac-g;ab=ab-Y;Z=(U.width()===ac&&U.height()===ab)?0:aa;V[0].style.width=V[0].style.height="9999px";function ah(ai){y[0].style.width=E[0].style.width=d[0].style.width=ai.style.width;q[0].style.height=f[0].style.height=d[0].style.height=i[0].style.height=b[0].style.height=ai.style.height}U.dequeue().animate({height:ab,width:ac,top:ag,left:af},{duration:Z,complete:function(){ah(this);V[0].style.width=(ac+g)+"px";V[0].style.height=(ab+Y)+"px";if(ad){ad()}},step:function(){ah(this)}})};X.resize=function(ae){if(!u){return}var aa,al,af,ad,ab,ah,am,Z,aj,ac=Q.transition==="none"?0:Q.speed;P.unbind(O);if(!ae){aj=setTimeout(function(){al=C.children().outerHeight(w);C[0].style.height=al+"px";X.position(C.width()+a+g,al+e+Y,ac)},1);return}C.remove();C=A(ae);function ai(){aa=Q.width?v:v&&v<C.width()?v:C.width();return aa}function ag(){al=Q.height?N:N&&N<C.height()?N:C.height();return al}if(!Q.scrollbars){C.css({overflow:"hidden"})}C.hide().appendTo("body").attr({id:"cboxLoadedContent"}).css({width:ai()}).css({height:ag()}).prependTo(d);if(T){A("select:not(#colorbox select)").filter(function(){return A(this).css("visibility")!=="hidden"}).css({visibility:"hidden"}).one(K,function(){A(this).css({visibility:"inherit"})})}Z=A("#cboxPhoto")[0];if(Z&&Q.height){af=(al-parseInt(Z.style.height,10))/2;Z.style.marginTop=(af>0?af:0)+"px"}function ak(ao){var an=aa+a+g,ap=al+e+Y;A().unbind("keydown",J);X.position(an,ap,ao,function(){if(!u){return}if(l){if(Z){C.fadeIn(100)}U[0].style.removeAttribute("filter")}d.children().show();A("#cboxIframeTemp").after("<iframe id='cboxIframe' name='iframe_"+new Date().getTime()+"' frameborder=0 src='"+(Q.href||o.href)+"' />").remove();f.hide();q.hide();M.hide();if(c.length>1){k.html(Q.current.replace(/\{current\}/,z+1).replace(/\{total\}/,c.length));j.html(Q.next);H.html(Q.previous);A().bind("keydown",J);if(Q.slideshow){M.show()}}else{k.hide();j.hide();H.hide()}h.html(Q.title||o.title);A.event.trigger(s);if(G){G.call(o)}if(Q.transition==="fade"){U.fadeTo(ac,1,function(){if(l){U[0].style.removeAttribute("filter")}})}P.bind(O,function(){X.position(an,ap,0)})})}if((Q.transition==="fade"&&U.fadeTo(ac,0,function(){ak(0)}))||ak(ac)){}if(Q.preloading&&c.length>1){ad=z>0?c[z-1]:c[c.length-1];ah=z<c.length-1?c[z+1]:c[0];am=A(ah).data(p).href||ah.href;ab=A(ad).data(p).href||ad.href;if(t(am)){A("<img />").attr("src",am)}if(t(ab)){A("<img />").attr("src",ab)}}};X.load=function(){var Z,ad,aa,ac,ab=X.resize;o=c[z];Q=A(o).data(p);S();A.event.trigger(L);Z=Q.height?D(Q.height,"y")-e-Y:R;ad=Q.width?D(Q.width,"x")-a-g:R;aa=Q.href||o.href;f.show();q.show();r.show();if(Q.maxHeight){N=Q.maxHeight?D(Q.maxHeight,"y")-e-Y:R;Z=Z&&Z<N?Z:N}if(Q.maxWidth){v=Q.maxWidth?D(Q.maxWidth,"x")-a-g:R;ad=ad&&ad<v?ad:v}N=Z;v=ad;if(Q.inline){A('<div id="cboxInlineTemp" />').hide().insertBefore(A(aa)[0]).bind(L+" "+K,function(){C.children().insertBefore(this);A(this).remove()});ab(A(aa).wrapAll("<div/>").parent())}else{if(Q.iframe){ab(A("<div><div id='cboxIframeTemp' /></div>"))}else{if(Q.html){ab(A("<div/>").html(Q.html))}else{if(t(aa)){ac=new Image();ac.onload=function(){ac.onload=null;if((N||v)&&Q.scalePhotos){var ag=this.width,ae=this.height,ai=0,ah=this,af=function(){ae+=ae*ai;ag+=ag*ai;ah.height=ae;ah.width=ag};if(v&&ag>v){ai=(v-ag)/ag;af()}if(N&&ae>N){ai=(N-ae)/ae;af()}}ab(A("<div />").css({width:this.width,height:this.height}).append(A(this).css({width:this.width,height:this.height,display:"block",margin:"auto",border:0}).attr("id","cboxPhoto")));if(c.length>1){A(this).css({cursor:"pointer"}).click(X.next)}if(l){this.style.msInterpolationMode="bicubic"}};ac.src=aa}else{A("<div />").load(aa,function(ae,af){if(af==="success"){ab(A(this))}else{ab(A("<p>Request unsuccessful.</p>"))}})}}}}};X.next=function(){z=z<c.length-1?z+1:0;X.load()};X.prev=function(){z=z>0?z-1:c.length-1;X.load()};X.slideshow=function(){var aa,Z,ab="cboxSlideshow_";M.bind(K,function(){clearTimeout(Z);M.unbind(s+" "+L+" click")});function ac(){M.text(Q.slideshowStop).bind(s,function(){Z=setTimeout(X.next,Q.slideshowSpeed)}).bind(L,function(){clearTimeout(Z)}).one("click",function(){aa();A(this).removeClass(n)});U.removeClass(ab+"off").addClass(ab+"on")}aa=function(){clearTimeout(Z);M.text(Q.slideshowStart).unbind(s+" "+L).one("click",function(){ac();Z=setTimeout(X.next,Q.slideshowSpeed);A(this).removeClass(n)});U.removeClass(ab+"on").addClass(ab+"off")};if(Q.slideshow&&c.length>1){if(Q.slideshowAuto){ac()}else{aa()}}};X.close=function(){A.event.trigger(K);u=R;A().unbind("keydown",J).unbind("keydown.cbox_close");P.unbind(O+" "+I);F.css({cursor:"auto"}).fadeOut("fast");U.stop(w,R).fadeOut("fast",function(){C.remove();U.css({opacity:1});d.children().hide();A.event.trigger(m)})};X.element=function(){return o};X.settings=B;A(X.init)}(jQuery));
jquery-lightbox-for-native-galleries.php CHANGED
@@ -4,37 +4,22 @@
4
 
5
  Plugin Name: jQuery Lightbox For Native Galleries
6
  Plugin URI: http://www.viper007bond.com/wordpress-plugins/jquery-lightbox-for-native-galleries/
7
- Description: Makes the native WordPress galleries introduced in WordPress 2.5 use <a href="http://plugins.jquery.com/project/jquerylightbox_bal">jQuery Lightbox by balupton</a> to display the fullsize images.
8
- Version: 1.1.0
9
  Author: Viper007Bond
10
  Author URI: http://www.viper007bond.com/
11
 
12
- **************************************************************************
13
-
14
- Copyright (C) 2008 Viper007Bond
15
-
16
- This program is free software: you can redistribute it and/or modify
17
- it under the terms of the GNU General Public License as published by
18
- the Free Software Foundation, either version 3 of the License, or
19
- (at your option) any later version.
20
-
21
- This program is distributed in the hope that it will be useful,
22
- but WITHOUT ANY WARRANTY; without even the implied warranty of
23
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
- GNU General Public License for more details.
25
-
26
- You should have received a copy of the GNU General Public License
27
- along with this program. If not, see <http://www.gnu.org/licenses/>.
28
-
29
  **************************************************************************/
30
 
31
  class jQueryLightboxForNativeGalleries {
32
 
33
  // Plugin initialization
34
  function jQueryLightboxForNativeGalleries() {
35
- if ( is_admin() || !function_exists('plugins_url') ) return;
 
36
 
37
- wp_enqueue_script( 'jquery-lightbox', plugins_url('/jquery-lightbox-for-native-galleries/jquery_lightbox/js/jquery.lightbox.packed.js?ie6_upgrade=false'), array('jquery'), '1.3.1-rc1' );
 
38
 
39
  add_action( 'wp_head', array(&$this, 'wp_head') );
40
  add_filter( 'attachment_link', array(&$this, 'attachment_link'), 10, 2 );
@@ -42,8 +27,18 @@ class jQueryLightboxForNativeGalleries {
42
 
43
 
44
  // Output the Javascript to create the Lightbox
45
- function wp_head() {
46
- echo '<script type="text/javascript">jQuery(document).ready(function(){ jQuery(".gallery").each(function(index, obj){ jQuery(obj).find("a").lightbox(); }); });</script>' . "\n";
 
 
 
 
 
 
 
 
 
 
47
  }
48
 
49
 
@@ -58,7 +53,11 @@ class jQueryLightboxForNativeGalleries {
58
  }
59
  }
60
 
61
- // Start this plugin once all other plugins are fully loaded
62
- add_action( 'plugins_loaded', create_function( '', 'global $jQueryLightboxForNativeGalleries; $jQueryLightboxForNativeGalleries = new jQueryLightboxForNativeGalleries();' ) );
 
 
 
 
63
 
64
  ?>
4
 
5
  Plugin Name: jQuery Lightbox For Native Galleries
6
  Plugin URI: http://www.viper007bond.com/wordpress-plugins/jquery-lightbox-for-native-galleries/
7
+ Description: Makes the native WordPress galleries use a lightbox script called <a href="http://colorpowered.com/colorbox/">ColorBox</a> to display the fullsize images.
8
+ Version: 3.0.0
9
  Author: Viper007Bond
10
  Author URI: http://www.viper007bond.com/
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  **************************************************************************/
13
 
14
  class jQueryLightboxForNativeGalleries {
15
 
16
  // Plugin initialization
17
  function jQueryLightboxForNativeGalleries() {
18
+ if ( is_admin() || !function_exists('plugins_url') )
19
+ return;
20
 
21
+ wp_enqueue_script( 'colorbox', plugins_url( 'colorbox/jquery.colorbox-min.js', __FILE__ ), array( 'jquery' ), '1.3.1' );
22
+ wp_enqueue_style( 'jcolorbox', plugins_url( 'colorbox/colorbox.css', __FILE__ ), array(), '1.3.1', 'screen' );
23
 
24
  add_action( 'wp_head', array(&$this, 'wp_head') );
25
  add_filter( 'attachment_link', array(&$this, 'attachment_link'), 10, 2 );
27
 
28
 
29
  // Output the Javascript to create the Lightbox
30
+ function wp_head() { ?>
31
+ <!-- jQuery Lightbox For Native Galleries v3.0.0 | http://www.viper007bond.com/wordpress-plugins/jquery-lightbox-for-native-galleries/ -->
32
+ <script type="text/javascript">
33
+ // <![CDATA[
34
+ jQuery(document).ready(function($){
35
+ $(".gallery").each(function(index, obj){
36
+ $(obj).find("a").colorbox({rel:$(obj).attr("id"), maxWidth:"100%", maxHeight:"100%"});
37
+ });
38
+ });
39
+ // ]]>
40
+ </script>
41
+ <?php
42
  }
43
 
44
 
53
  }
54
  }
55
 
56
+ // Start the plugin up
57
+ add_action( 'init', 'jQueryLightboxForNativeGalleries', 7 );
58
+ function jQueryLightboxForNativeGalleries() {
59
+ global $jQueryLightboxForNativeGalleries;
60
+ $jQueryLightboxForNativeGalleries = new jQueryLightboxForNativeGalleries();
61
+ }
62
 
63
  ?>
jquery_lightbox/COPYING.txt DELETED
@@ -1,662 +0,0 @@
1
- GNU AFFERO GENERAL PUBLIC LICENSE
2
- Version 3, 19 November 2007
3
-
4
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
- Everyone is permitted to copy and distribute verbatim copies
6
- of this license document, but changing it is not allowed.
7
-
8
- Preamble
9
-
10
- The GNU Affero General Public License is a free, copyleft license
11
- for software and other kinds of works, specifically designed to ensure
12
- cooperation with the community in the case of network server software.
13
-
14
- The licenses for most software and other practical works are
15
- designed to take away your freedom to share and change the works. By
16
- contrast, our General Public Licenses are intended to guarantee your
17
- freedom to share and change all versions of a program--to make sure it
18
- remains free software for all its users.
19
-
20
- When we speak of free software, we are referring to freedom, not
21
- price. Our General Public Licenses are designed to make sure that you
22
- have the freedom to distribute copies of free software (and charge for
23
- them if you wish), that you receive source code or can get it if you
24
- want it, that you can change the software or use pieces of it in new
25
- free programs, and that you know you can do these things.
26
-
27
- Developers that use our General Public Licenses protect your rights
28
- with two steps: (1) assert copyright on the software, and (2) offer
29
- you this License which gives you legal permission to copy, distribute
30
- and/or modify the software.
31
-
32
- A secondary benefit of defending all users' freedom is that
33
- improvements made in alternate versions of the program, if they
34
- receive widespread use, become available for other developers to
35
- incorporate. Many developers of free software are heartened and
36
- encouraged by the resulting cooperation. However, in the case of
37
- software used on network servers, this result may fail to come about.
38
- The GNU General Public License permits making a modified version and
39
- letting the public access it on a server without ever releasing its
40
- source code to the public.
41
-
42
- The GNU Affero General Public License is designed specifically to
43
- ensure that, in such cases, the modified source code becomes available
44
- to the community. It requires the operator of a network server to
45
- provide the source code of the modified version running there to the
46
- users of that server. Therefore, public use of a modified version, on
47
- a publicly accessible server, gives the public access to the source
48
- code of the modified version.
49
-
50
- An older license, called the Affero General Public License and
51
- published by Affero, was designed to accomplish similar goals. This is
52
- a different license, not a version of the Affero GPL, but Affero has
53
- released a new version of the Affero GPL which permits relicensing under
54
- this license.
55
-
56
- The precise terms and conditions for copying, distribution and
57
- modification follow.
58
-
59
- TERMS AND CONDITIONS
60
-
61
- 0. Definitions.
62
-
63
- "This License" refers to version 3 of the GNU Affero General Public
64
- License.
65
-
66
- "Copyright" also means copyright-like laws that apply to other kinds
67
- of works, such as semiconductor masks.
68
-
69
- "The Program" refers to any copyrightable work licensed under this
70
- License. Each licensee is addressed as "you". "Licensees" and
71
- "recipients" may be individuals or organizations.
72
-
73
- To "modify" a work means to copy from or adapt all or part of the work
74
- in a fashion requiring copyright permission, other than the making of an
75
- exact copy. The resulting work is called a "modified version" of the
76
- earlier work or a work "based on" the earlier work.
77
-
78
- A "covered work" means either the unmodified Program or a work based
79
- on the Program.
80
-
81
- To "propagate" a work means to do anything with it that, without
82
- permission, would make you directly or secondarily liable for
83
- infringement under applicable copyright law, except executing it on a
84
- computer or modifying a private copy. Propagation includes copying,
85
- distribution (with or without modification), making available to the
86
- public, and in some countries other activities as well.
87
-
88
- To "convey" a work means any kind of propagation that enables other
89
- parties to make or receive copies. Mere interaction with a user through
90
- a computer network, with no transfer of a copy, is not conveying.
91
-
92
- An interactive user interface displays "Appropriate Legal Notices"
93
- to the extent that it includes a convenient and prominently visible
94
- feature that (1) displays an appropriate copyright notice, and (2)
95
- tells the user that there is no warranty for the work (except to the
96
- extent that warranties are provided), that licensees may convey the
97
- work under this License, and how to view a copy of this License. If
98
- the interface presents a list of user commands or options, such as a
99
- menu, a prominent item in the list meets this criterion.
100
-
101
- 1. Source Code.
102
-
103
- The "source code" for a work means the preferred form of the work
104
- for making modifications to it. "Object code" means any non-source
105
- form of a work.
106
-
107
- A "Standard Interface" means an interface that either is an official
108
- standard defined by a recognized standards body, or, in the case of
109
- interfaces specified for a particular programming language, one that
110
- is widely used among developers working in that language.
111
-
112
- The "System Libraries" of an executable work include anything, other
113
- than the work as a whole, that (a) is included in the normal form of
114
- packaging a Major Component, but which is not part of that Major
115
- Component, and (b) serves only to enable use of the work with that
116
- Major Component, or to implement a Standard Interface for which an
117
- implementation is available to the public in source code form. A
118
- "Major Component", in this context, means a major essential component
119
- (kernel, window system, and so on) of the specific operating system
120
- (if any) on which the executable work runs, or a compiler used to
121
- produce the work, or an object code interpreter used to run it.
122
-
123
- The "Corresponding Source" for a work in object code form means all
124
- the source code needed to generate, install, and (for an executable
125
- work) run the object code and to modify the work, including scripts to
126
- control those activities. However, it does not include the work's
127
- System Libraries, or general-purpose tools or generally available free
128
- programs which are used unmodified in performing those activities but
129
- which are not part of the work. For example, Corresponding Source
130
- includes interface definition files associated with source files for
131
- the work, and the source code for shared libraries and dynamically
132
- linked subprograms that the work is specifically designed to require,
133
- such as by intimate data communication or control flow between those
134
- subprograms and other parts of the work.
135
-
136
- The Corresponding Source need not include anything that users
137
- can regenerate automatically from other parts of the Corresponding
138
- Source.
139
-
140
- The Corresponding Source for a work in source code form is that
141
- same work.
142
-
143
- 2. Basic Permissions.
144
-
145
- All rights granted under this License are granted for the term of
146
- copyright on the Program, and are irrevocable provided the stated
147
- conditions are met. This License explicitly affirms your unlimited
148
- permission to run the unmodified Program. The output from running a
149
- covered work is covered by this License only if the output, given its
150
- content, constitutes a covered work. This License acknowledges your
151
- rights of fair use or other equivalent, as provided by copyright law.
152
-
153
- You may make, run and propagate covered works that you do not
154
- convey, without conditions so long as your license otherwise remains
155
- in force. You may convey covered works to others for the sole purpose
156
- of having them make modifications exclusively for you, or provide you
157
- with facilities for running those works, provided that you comply with
158
- the terms of this License in conveying all material for which you do
159
- not control copyright. Those thus making or running the covered works
160
- for you must do so exclusively on your behalf, under your direction
161
- and control, on terms that prohibit them from making any copies of
162
- your copyrighted material outside their relationship with you.
163
-
164
- Conveying under any other circumstances is permitted solely under
165
- the conditions stated below. Sublicensing is not allowed; section 10
166
- makes it unnecessary.
167
-
168
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
169
-
170
- No covered work shall be deemed part of an effective technological
171
- measure under any applicable law fulfilling obligations under article
172
- 11 of the WIPO copyright treaty adopted on 20 December 1996, or
173
- similar laws prohibiting or restricting circumvention of such
174
- measures.
175
-
176
- When you convey a covered work, you waive any legal power to forbid
177
- circumvention of technological measures to the extent such circumvention
178
- is effected by exercising rights under this License with respect to
179
- the covered work, and you disclaim any intention to limit operation or
180
- modification of the work as a means of enforcing, against the work's
181
- users, your or third parties' legal rights to forbid circumvention of
182
- technological measures.
183
-
184
- 4. Conveying Verbatim Copies.
185
-
186
- You may convey verbatim copies of the Program's source code as you
187
- receive it, in any medium, provided that you conspicuously and
188
- appropriately publish on each copy an appropriate copyright notice;
189
- keep intact all notices stating that this License and any
190
- non-permissive terms added in accord with section 7 apply to the code;
191
- keep intact all notices of the absence of any warranty; and give all
192
- recipients a copy of this License along with the Program.
193
-
194
- You may charge any price or no price for each copy that you convey,
195
- and you may offer support or warranty protection for a fee.
196
-
197
- 5. Conveying Modified Source Versions.
198
-
199
- You may convey a work based on the Program, or the modifications to
200
- produce it from the Program, in the form of source code under the
201
- terms of section 4, provided that you also meet all of these conditions:
202
-
203
- a) The work must carry prominent notices stating that you modified
204
- it, and giving a relevant date.
205
-
206
- b) The work must carry prominent notices stating that it is
207
- released under this License and any conditions added under section
208
- 7. This requirement modifies the requirement in section 4 to
209
- "keep intact all notices".
210
-
211
- c) You must license the entire work, as a whole, under this
212
- License to anyone who comes into possession of a copy. This
213
- License will therefore apply, along with any applicable section 7
214
- additional terms, to the whole of the work, and all its parts,
215
- regardless of how they are packaged. This License gives no
216
- permission to license the work in any other way, but it does not
217
- invalidate such permission if you have separately received it.
218
-
219
- d) If the work has interactive user interfaces, each must display
220
- Appropriate Legal Notices; however, if the Program has interactive
221
- interfaces that do not display Appropriate Legal Notices, your
222
- work need not make them do so.
223
-
224
- A compilation of a covered work with other separate and independent
225
- works, which are not by their nature extensions of the covered work,
226
- and which are not combined with it such as to form a larger program,
227
- in or on a volume of a storage or distribution medium, is called an
228
- "aggregate" if the compilation and its resulting copyright are not
229
- used to limit the access or legal rights of the compilation's users
230
- beyond what the individual works permit. Inclusion of a covered work
231
- in an aggregate does not cause this License to apply to the other
232
- parts of the aggregate.
233
-
234
- 6. Conveying Non-Source Forms.
235
-
236
- You may convey a covered work in object code form under the terms
237
- of sections 4 and 5, provided that you also convey the
238
- machine-readable Corresponding Source under the terms of this License,
239
- in one of these ways:
240
-
241
- a) Convey the object code in, or embodied in, a physical product
242
- (including a physical distribution medium), accompanied by the
243
- Corresponding Source fixed on a durable physical medium
244
- customarily used for software interchange.
245
-
246
- b) Convey the object code in, or embodied in, a physical product
247
- (including a physical distribution medium), accompanied by a
248
- written offer, valid for at least three years and valid for as
249
- long as you offer spare parts or customer support for that product
250
- model, to give anyone who possesses the object code either (1) a
251
- copy of the Corresponding Source for all the software in the
252
- product that is covered by this License, on a durable physical
253
- medium customarily used for software interchange, for a price no
254
- more than your reasonable cost of physically performing this
255
- conveying of source, or (2) access to copy the
256
- Corresponding Source from a network server at no charge.
257
-
258
- c) Convey individual copies of the object code with a copy of the
259
- written offer to provide the Corresponding Source. This
260
- alternative is allowed only occasionally and noncommercially, and
261
- only if you received the object code with such an offer, in accord
262
- with subsection 6b.
263
-
264
- d) Convey the object code by offering access from a designated
265
- place (gratis or for a charge), and offer equivalent access to the
266
- Corresponding Source in the same way through the same place at no
267
- further charge. You need not require recipients to copy the
268
- Corresponding Source along with the object code. If the place to
269
- copy the object code is a network server, the Corresponding Source
270
- may be on a different server (operated by you or a third party)
271
- that supports equivalent copying facilities, provided you maintain
272
- clear directions next to the object code saying where to find the
273
- Corresponding Source. Regardless of what server hosts the
274
- Corresponding Source, you remain obligated to ensure that it is
275
- available for as long as needed to satisfy these requirements.
276
-
277
- e) Convey the object code using peer-to-peer transmission, provided
278
- you inform other peers where the object code and Corresponding
279
- Source of the work are being offered to the general public at no
280
- charge under subsection 6d.
281
-
282
- A separable portion of the object code, whose source code is excluded
283
- from the Corresponding Source as a System Library, need not be
284
- included in conveying the object code work.
285
-
286
- A "User Product" is either (1) a "consumer product", which means any
287
- tangible personal property which is normally used for personal, family,
288
- or household purposes, or (2) anything designed or sold for incorporation
289
- into a dwelling. In determining whether a product is a consumer product,
290
- doubtful cases shall be resolved in favor of coverage. For a particular
291
- product received by a particular user, "normally used" refers to a
292
- typical or common use of that class of product, regardless of the status
293
- of the particular user or of the way in which the particular user
294
- actually uses, or expects or is expected to use, the product. A product
295
- is a consumer product regardless of whether the product has substantial
296
- commercial, industrial or non-consumer uses, unless such uses represent
297
- the only significant mode of use of the product.
298
-
299
- "Installation Information" for a User Product means any methods,
300
- procedures, authorization keys, or other information required to install
301
- and execute modified versions of a covered work in that User Product from
302
- a modified version of its Corresponding Source. The information must
303
- suffice to ensure that the continued functioning of the modified object
304
- code is in no case prevented or interfered with solely because
305
- modification has been made.
306
-
307
- If you convey an object code work under this section in, or with, or
308
- specifically for use in, a User Product, and the conveying occurs as
309
- part of a transaction in which the right of possession and use of the
310
- User Product is transferred to the recipient in perpetuity or for a
311
- fixed term (regardless of how the transaction is characterized), the
312
- Corresponding Source conveyed under this section must be accompanied
313
- by the Installation Information. But this requirement does not apply
314
- if neither you nor any third party retains the ability to install
315
- modified object code on the User Product (for example, the work has
316
- been installed in ROM).
317
-
318
- The requirement to provide Installation Information does not include a
319
- requirement to continue to provide support service, warranty, or updates
320
- for a work that has been modified or installed by the recipient, or for
321
- the User Product in which it has been modified or installed. Access to a
322
- network may be denied when the modification itself materially and
323
- adversely affects the operation of the network or violates the rules and
324
- protocols for communication across the network.
325
-
326
- Corresponding Source conveyed, and Installation Information provided,
327
- in accord with this section must be in a format that is publicly
328
- documented (and with an implementation available to the public in
329
- source code form), and must require no special password or key for
330
- unpacking, reading or copying.
331
-
332
- 7. Additional Terms.
333
-
334
- "Additional permissions" are terms that supplement the terms of this
335
- License by making exceptions from one or more of its conditions.
336
- Additional permissions that are applicable to the entire Program shall
337
- be treated as though they were included in this License, to the extent
338
- that they are valid under applicable law. If additional permissions
339
- apply only to part of the Program, that part may be used separately
340
- under those permissions, but the entire Program remains governed by
341
- this License without regard to the additional permissions.
342
-
343
- When you convey a copy of a covered work, you may at your option
344
- remove any additional permissions from that copy, or from any part of
345
- it. (Additional permissions may be written to require their own
346
- removal in certain cases when you modify the work.) You may place
347
- additional permissions on material, added by you to a covered work,
348
- for which you have or can give appropriate copyright permission.
349
-
350
- Notwithstanding any other provision of this License, for material you
351
- add to a covered work, you may (if authorized by the copyright holders of
352
- that material) supplement the terms of this License with terms:
353
-
354
- a) Disclaiming warranty or limiting liability differently from the
355
- terms of sections 15 and 16 of this License; or
356
-
357
- b) Requiring preservation of specified reasonable legal notices or
358
- author attributions in that material or in the Appropriate Legal
359
- Notices displayed by works containing it; or
360
-
361
- c) Prohibiting misrepresentation of the origin of that material, or
362
- requiring that modified versions of such material be marked in
363
- reasonable ways as different from the original version; or
364
-
365
- d) Limiting the use for publicity purposes of names of licensors or
366
- authors of the material; or
367
-
368
- e) Declining to grant rights under trademark law for use of some
369
- trade names, trademarks, or service marks; or
370
-
371
- f) Requiring indemnification of licensors and authors of that
372
- material by anyone who conveys the material (or modified versions of
373
- it) with contractual assumptions of liability to the recipient, for
374
- any liability that these contractual assumptions directly impose on
375
- those licensors and authors.
376
-
377
- All other non-permissive additional terms are considered "further
378
- restrictions" within the meaning of section 10. If the Program as you
379
- received it, or any part of it, contains a notice stating that it is
380
- governed by this License along with a term that is a further restriction,
381
- you may remove that term. If a license document contains a further
382
- restriction but permits relicensing or conveying under this License, you
383
- may add to a covered work material governed by the terms of that license
384
- document, provided that the further restriction does not survive such
385
- relicensing or conveying.
386
-
387
- If you add terms to a covered work in accord with this section, you
388
- must place, in the relevant source files, a statement of the
389
- additional terms that apply to those files, or a notice indicating
390
- where to find the applicable terms.
391
-
392
- Additional terms, permissive or non-permissive, may be stated in the
393
- form of a separately written license, or stated as exceptions;
394
- the above requirements apply either way.
395
-
396
- 8. Termination.
397
-
398
- You may not propagate or modify a covered work except as expressly
399
- provided under this License. Any attempt otherwise to propagate or
400
- modify it is void, and will automatically terminate your rights under
401
- this License (including any patent licenses granted under the third
402
- paragraph of section 11).
403
-
404
- However, if you cease all violation of this License, then your
405
- license from a particular copyright holder is reinstated (a)
406
- provisionally, unless and until the copyright holder explicitly and
407
- finally terminates your license, and (b) permanently, if the copyright
408
- holder fails to notify you of the violation by some reasonable means
409
- prior to 60 days after the cessation.
410
-
411
- Moreover, your license from a particular copyright holder is
412
- reinstated permanently if the copyright holder notifies you of the
413
- violation by some reasonable means, this is the first time you have
414
- received notice of violation of this License (for any work) from that
415
- copyright holder, and you cure the violation prior to 30 days after
416
- your receipt of the notice.
417
-
418
- Termination of your rights under this section does not terminate the
419
- licenses of parties who have received copies or rights from you under
420
- this License. If your rights have been terminated and not permanently
421
- reinstated, you do not qualify to receive new licenses for the same
422
- material under section 10.
423
-
424
- 9. Acceptance Not Required for Having Copies.
425
-
426
- You are not required to accept this License in order to receive or
427
- run a copy of the Program. Ancillary propagation of a covered work
428
- occurring solely as a consequence of using peer-to-peer transmission
429
- to receive a copy likewise does not require acceptance. However,
430
- nothing other than this License grants you permission to propagate or
431
- modify any covered work. These actions infringe copyright if you do
432
- not accept this License. Therefore, by modifying or propagating a
433
- covered work, you indicate your acceptance of this License to do so.
434
-
435
- 10. Automatic Licensing of Downstream Recipients.
436
-
437
- Each time you convey a covered work, the recipient automatically
438
- receives a license from the original licensors, to run, modify and
439
- propagate that work, subject to this License. You are not responsible
440
- for enforcing compliance by third parties with this License.
441
-
442
- An "entity transaction" is a transaction transferring control of an
443
- organization, or substantially all assets of one, or subdividing an
444
- organization, or merging organizations. If propagation of a covered
445
- work results from an entity transaction, each party to that
446
- transaction who receives a copy of the work also receives whatever
447
- licenses to the work the party's predecessor in interest had or could
448
- give under the previous paragraph, plus a right to possession of the
449
- Corresponding Source of the work from the predecessor in interest, if
450
- the predecessor has it or can get it with reasonable efforts.
451
-
452
- You may not impose any further restrictions on the exercise of the
453
- rights granted or affirmed under this License. For example, you may
454
- not impose a license fee, royalty, or other charge for exercise of
455
- rights granted under this License, and you may not initiate litigation
456
- (including a cross-claim or counterclaim in a lawsuit) alleging that
457
- any patent claim is infringed by making, using, selling, offering for
458
- sale, or importing the Program or any portion of it.
459
-
460
- 11. Patents.
461
-
462
- A "contributor" is a copyright holder who authorizes use under this
463
- License of the Program or a work on which the Program is based. The
464
- work thus licensed is called the contributor's "contributor version".
465
-
466
- A contributor's "essential patent claims" are all patent claims
467
- owned or controlled by the contributor, whether already acquired or
468
- hereafter acquired, that would be infringed by some manner, permitted
469
- by this License, of making, using, or selling its contributor version,
470
- but do not include claims that would be infringed only as a
471
- consequence of further modification of the contributor version. For
472
- purposes of this definition, "control" includes the right to grant
473
- patent sublicenses in a manner consistent with the requirements of
474
- this License.
475
-
476
- Each contributor grants you a non-exclusive, worldwide, royalty-free
477
- patent license under the contributor's essential patent claims, to
478
- make, use, sell, offer for sale, import and otherwise run, modify and
479
- propagate the contents of its contributor version.
480
-
481
- In the following three paragraphs, a "patent license" is any express
482
- agreement or commitment, however denominated, not to enforce a patent
483
- (such as an express permission to practice a patent or covenant not to
484
- sue for patent infringement). To "grant" such a patent license to a
485
- party means to make such an agreement or commitment not to enforce a
486
- patent against the party.
487
-
488
- If you convey a covered work, knowingly relying on a patent license,
489
- and the Corresponding Source of the work is not available for anyone
490
- to copy, free of charge and under the terms of this License, through a
491
- publicly available network server or other readily accessible means,
492
- then you must either (1) cause the Corresponding Source to be so
493
- available, or (2) arrange to deprive yourself of the benefit of the
494
- patent license for this particular work, or (3) arrange, in a manner
495
- consistent with the requirements of this License, to extend the patent
496
- license to downstream recipients. "Knowingly relying" means you have
497
- actual knowledge that, but for the patent license, your conveying the
498
- covered work in a country, or your recipient's use of the covered work
499
- in a country, would infringe one or more identifiable patents in that
500
- country that you have reason to believe are valid.
501
-
502
- If, pursuant to or in connection with a single transaction or
503
- arrangement, you convey, or propagate by procuring conveyance of, a
504
- covered work, and grant a patent license to some of the parties
505
- receiving the covered work authorizing them to use, propagate, modify
506
- or convey a specific copy of the covered work, then the patent license
507
- you grant is automatically extended to all recipients of the covered
508
- work and works based on it.
509
-
510
- A patent license is "discriminatory" if it does not include within
511
- the scope of its coverage, prohibits the exercise of, or is
512
- conditioned on the non-exercise of one or more of the rights that are
513
- specifically granted under this License. You may not convey a covered
514
- work if you are a party to an arrangement with a third party that is
515
- in the business of distributing software, under which you make payment
516
- to the third party based on the extent of your activity of conveying
517
- the work, and under which the third party grants, to any of the
518
- parties who would receive the covered work from you, a discriminatory
519
- patent license (a) in connection with copies of the covered work
520
- conveyed by you (or copies made from those copies), or (b) primarily
521
- for and in connection with specific products or compilations that
522
- contain the covered work, unless you entered into that arrangement,
523
- or that patent license was granted, prior to 28 March 2007.
524
-
525
- Nothing in this License shall be construed as excluding or limiting
526
- any implied license or other defenses to infringement that may
527
- otherwise be available to you under applicable patent law.
528
-
529
- 12. No Surrender of Others' Freedom.
530
-
531
- If conditions are imposed on you (whether by court order, agreement or
532
- otherwise) that contradict the conditions of this License, they do not
533
- excuse you from the conditions of this License. If you cannot convey a
534
- covered work so as to satisfy simultaneously your obligations under this
535
- License and any other pertinent obligations, then as a consequence you may
536
- not convey it at all. For example, if you agree to terms that obligate you
537
- to collect a royalty for further conveying from those to whom you convey
538
- the Program, the only way you could satisfy both those terms and this
539
- License would be to refrain entirely from conveying the Program.
540
-
541
- 13. Remote Network Interaction; Use with the GNU General Public License.
542
-
543
- Notwithstanding any other provision of this License, if you modify the
544
- Program, your modified version must prominently offer all users
545
- interacting with it remotely through a computer network (if your version
546
- supports such interaction) an opportunity to receive the Corresponding
547
- Source of your version by providing access to the Corresponding Source
548
- from a network server at no charge, through some standard or customary
549
- means of facilitating copying of software. This Corresponding Source
550
- shall include the Corresponding Source for any work covered by version 3
551
- of the GNU General Public License that is incorporated pursuant to the
552
- following paragraph.
553
-
554
- Notwithstanding any other provision of this License, you have permission
555
- to link or combine any covered work with a work licensed under version 3
556
- of the GNU General Public License into a single combined work, and to
557
- convey the resulting work. The terms of this License will continue to
558
- apply to the part which is the covered work, but the work with which it is
559
- combined will remain governed by version 3 of the GNU General Public
560
- License.
561
-
562
- 14. Revised Versions of this License.
563
-
564
- The Free Software Foundation may publish revised and/or new versions of
565
- the GNU Affero General Public License from time to time. Such new
566
- versions will be similar in spirit to the present version, but may differ
567
- in detail to address new problems or concerns.
568
-
569
- Each version is given a distinguishing version number. If the
570
- Program specifies that a certain numbered version of the GNU Affero
571
- General Public License "or any later version" applies to it, you have
572
- the option of following the terms and conditions either of that
573
- numbered version or of any later version published by the Free
574
- Software Foundation. If the Program does not specify a version number
575
- of the GNU Affero General Public License, you may choose any version
576
- ever published by the Free Software Foundation.
577
-
578
- If the Program specifies that a proxy can decide which future
579
- versions of the GNU Affero General Public License can be used, that
580
- proxy's public statement of acceptance of a version permanently
581
- authorizes you to choose that version for the Program.
582
-
583
- Later license versions may give you additional or different
584
- permissions. However, no additional obligations are imposed on any
585
- author or copyright holder as a result of your choosing to follow a
586
- later version.
587
-
588
- 15. Disclaimer of Warranty.
589
-
590
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
591
- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
592
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
593
- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
594
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
595
- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
596
- IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
597
- ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
598
-
599
- 16. Limitation of Liability.
600
-
601
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
602
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
603
- THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
604
- GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
605
- USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
606
- DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
607
- PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
608
- EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
609
- SUCH DAMAGES.
610
-
611
- 17. Interpretation of Sections 15 and 16.
612
-
613
- If the disclaimer of warranty and limitation of liability provided
614
- above cannot be given local legal effect according to their terms,
615
- reviewing courts shall apply local law that most closely approximates
616
- an absolute waiver of all civil liability in connection with the
617
- Program, unless a warranty or assumption of liability accompanies a
618
- copy of the Program in return for a fee.
619
-
620
- END OF TERMS AND CONDITIONS
621
-
622
- How to Apply These Terms to Your New Programs
623
-
624
- If you develop a new program, and you want it to be of the greatest
625
- possible use to the public, the best way to achieve this is to make it
626
- free software which everyone can redistribute and change under these terms.
627
-
628
- To do so, attach the following notices to the program. It is safest
629
- to attach them to the start of each source file to most effectively
630
- state the exclusion of warranty; and each file should have at least
631
- the "copyright" line and a pointer to where the full notice is found.
632
-
633
- <one line to give the program's name and a brief idea of what it does.>
634
- Copyright (C) <year> <name of author>
635
-
636
- This program is free software: you can redistribute it and/or modify
637
- it under the terms of the GNU Affero General Public License as
638
- published by the Free Software Foundation, either version 3 of the
639
- License, or (at your option) any later version.
640
-
641
- This program is distributed in the hope that it will be useful,
642
- but WITHOUT ANY WARRANTY; without even the implied warranty of
643
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
644
- GNU Affero General Public License for more details.
645
-
646
- You should have received a copy of the GNU Affero General Public License
647
- along with this program. If not, see <http://www.gnu.org/licenses/>.
648
-
649
- Also add information on how to contact you by electronic and paper mail.
650
-
651
- If your software can interact with users remotely through a computer
652
- network, you should also make sure that it provides a way for users to
653
- get its source. For example, if your program is a web application, its
654
- interface could display a "Source" link that leads users to an archive
655
- of the code. There are many ways you could offer source, and different
656
- solutions will be better for different programs; see section 13 for the
657
- specific requirements.
658
-
659
- You should also get your employer (if you work as a programmer) or school,
660
- if any, to sign a "copyright disclaimer" for the program, if necessary.
661
- For more information on this, and how to apply and follow the GNU AGPL, see
662
- <http://www.gnu.org/licenses/>.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
jquery_lightbox/FDL.txt DELETED
@@ -1,397 +0,0 @@
1
- GNU Free Documentation License
2
- Version 1.2, November 2002
3
-
4
-
5
- Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
6
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
7
- Everyone is permitted to copy and distribute verbatim copies
8
- of this license document, but changing it is not allowed.
9
-
10
-
11
- 0. PREAMBLE
12
-
13
- The purpose of this License is to make a manual, textbook, or other
14
- functional and useful document "free" in the sense of freedom: to
15
- assure everyone the effective freedom to copy and redistribute it,
16
- with or without modifying it, either commercially or noncommercially.
17
- Secondarily, this License preserves for the author and publisher a way
18
- to get credit for their work, while not being considered responsible
19
- for modifications made by others.
20
-
21
- This License is a kind of "copyleft", which means that derivative
22
- works of the document must themselves be free in the same sense. It
23
- complements the GNU General Public License, which is a copyleft
24
- license designed for free software.
25
-
26
- We have designed this License in order to use it for manuals for free
27
- software, because free software needs free documentation: a free
28
- program should come with manuals providing the same freedoms that the
29
- software does. But this License is not limited to software manuals;
30
- it can be used for any textual work, regardless of subject matter or
31
- whether it is published as a printed book. We recommend this License
32
- principally for works whose purpose is instruction or reference.
33
-
34
-
35
- 1. APPLICABILITY AND DEFINITIONS
36
-
37
- This License applies to any manual or other work, in any medium, that
38
- contains a notice placed by the copyright holder saying it can be
39
- distributed under the terms of this License. Such a notice grants a
40
- world-wide, royalty-free license, unlimited in duration, to use that
41
- work under the conditions stated herein. The "Document", below,
42
- refers to any such manual or work. Any member of the public is a
43
- licensee, and is addressed as "you". You accept the license if you
44
- copy, modify or distribute the work in a way requiring permission
45
- under copyright law.
46
-
47
- A "Modified Version" of the Document means any work containing the
48
- Document or a portion of it, either copied verbatim, or with
49
- modifications and/or translated into another language.
50
-
51
- A "Secondary Section" is a named appendix or a front-matter section of
52
- the Document that deals exclusively with the relationship of the
53
- publishers or authors of the Document to the Document's overall subject
54
- (or to related matters) and contains nothing that could fall directly
55
- within that overall subject. (Thus, if the Document is in part a
56
- textbook of mathematics, a Secondary Section may not explain any
57
- mathematics.) The relationship could be a matter of historical
58
- connection with the subject or with related matters, or of legal,
59
- commercial, philosophical, ethical or political position regarding
60
- them.
61
-
62
- The "Invariant Sections" are certain Secondary Sections whose titles
63
- are designated, as being those of Invariant Sections, in the notice
64
- that says that the Document is released under this License. If a
65
- section does not fit the above definition of Secondary then it is not
66
- allowed to be designated as Invariant. The Document may contain zero
67
- Invariant Sections. If the Document does not identify any Invariant
68
- Sections then there are none.
69
-
70
- The "Cover Texts" are certain short passages of text that are listed,
71
- as Front-Cover Texts or Back-Cover Texts, in the notice that says that
72
- the Document is released under this License. A Front-Cover Text may
73
- be at most 5 words, and a Back-Cover Text may be at most 25 words.
74
-
75
- A "Transparent" copy of the Document means a machine-readable copy,
76
- represented in a format whose specification is available to the
77
- general public, that is suitable for revising the document
78
- straightforwardly with generic text editors or (for images composed of
79
- pixels) generic paint programs or (for drawings) some widely available
80
- drawing editor, and that is suitable for input to text formatters or
81
- for automatic translation to a variety of formats suitable for input
82
- to text formatters. A copy made in an otherwise Transparent file
83
- format whose markup, or absence of markup, has been arranged to thwart
84
- or discourage subsequent modification by readers is not Transparent.
85
- An image format is not Transparent if used for any substantial amount
86
- of text. A copy that is not "Transparent" is called "Opaque".
87
-
88
- Examples of suitable formats for Transparent copies include plain
89
- ASCII without markup, Texinfo input format, LaTeX input format, SGML
90
- or XML using a publicly available DTD, and standard-conforming simple
91
- HTML, PostScript or PDF designed for human modification. Examples of
92
- transparent image formats include PNG, XCF and JPG. Opaque formats
93
- include proprietary formats that can be read and edited only by
94
- proprietary word processors, SGML or XML for which the DTD and/or
95
- processing tools are not generally available, and the
96
- machine-generated HTML, PostScript or PDF produced by some word
97
- processors for output purposes only.
98
-
99
- The "Title Page" means, for a printed book, the title page itself,
100
- plus such following pages as are needed to hold, legibly, the material
101
- this License requires to appear in the title page. For works in
102
- formats which do not have any title page as such, "Title Page" means
103
- the text near the most prominent appearance of the work's title,
104
- preceding the beginning of the body of the text.
105
-
106
- A section "Entitled XYZ" means a named subunit of the Document whose
107
- title either is precisely XYZ or contains XYZ in parentheses following
108
- text that translates XYZ in another language. (Here XYZ stands for a
109
- specific section name mentioned below, such as "Acknowledgements",
110
- "Dedications", "Endorsements", or "History".) To "Preserve the Title"
111
- of such a section when you modify the Document means that it remains a
112
- section "Entitled XYZ" according to this definition.
113
-
114
- The Document may include Warranty Disclaimers next to the notice which
115
- states that this License applies to the Document. These Warranty
116
- Disclaimers are considered to be included by reference in this
117
- License, but only as regards disclaiming warranties: any other
118
- implication that these Warranty Disclaimers may have is void and has
119
- no effect on the meaning of this License.
120
-
121
-
122
- 2. VERBATIM COPYING
123
-
124
- You may copy and distribute the Document in any medium, either
125
- commercially or noncommercially, provided that this License, the
126
- copyright notices, and the license notice saying this License applies
127
- to the Document are reproduced in all copies, and that you add no other
128
- conditions whatsoever to those of this License. You may not use
129
- technical measures to obstruct or control the reading or further
130
- copying of the copies you make or distribute. However, you may accept
131
- compensation in exchange for copies. If you distribute a large enough
132
- number of copies you must also follow the conditions in section 3.
133
-
134
- You may also lend copies, under the same conditions stated above, and
135
- you may publicly display copies.
136
-
137
-
138
- 3. COPYING IN QUANTITY
139
-
140
- If you publish printed copies (or copies in media that commonly have
141
- printed covers) of the Document, numbering more than 100, and the
142
- Document's license notice requires Cover Texts, you must enclose the
143
- copies in covers that carry, clearly and legibly, all these Cover
144
- Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
145
- the back cover. Both covers must also clearly and legibly identify
146
- you as the publisher of these copies. The front cover must present
147
- the full title with all words of the title equally prominent and
148
- visible. You may add other material on the covers in addition.
149
- Copying with changes limited to the covers, as long as they preserve
150
- the title of the Document and satisfy these conditions, can be treated
151
- as verbatim copying in other respects.
152
-
153
- If the required texts for either cover are too voluminous to fit
154
- legibly, you should put the first ones listed (as many as fit
155
- reasonably) on the actual cover, and continue the rest onto adjacent
156
- pages.
157
-
158
- If you publish or distribute Opaque copies of the Document numbering
159
- more than 100, you must either include a machine-readable Transparent
160
- copy along with each Opaque copy, or state in or with each Opaque copy
161
- a computer-network location from which the general network-using
162
- public has access to download using public-standard network protocols
163
- a complete Transparent copy of the Document, free of added material.
164
- If you use the latter option, you must take reasonably prudent steps,
165
- when you begin distribution of Opaque copies in quantity, to ensure
166
- that this Transparent copy will remain thus accessible at the stated
167
- location until at least one year after the last time you distribute an
168
- Opaque copy (directly or through your agents or retailers) of that
169
- edition to the public.
170
-
171
- It is requested, but not required, that you contact the authors of the
172
- Document well before redistributing any large number of copies, to give
173
- them a chance to provide you with an updated version of the Document.
174
-
175
-
176
- 4. MODIFICATIONS
177
-
178
- You may copy and distribute a Modified Version of the Document under
179
- the conditions of sections 2 and 3 above, provided that you release
180
- the Modified Version under precisely this License, with the Modified
181
- Version filling the role of the Document, thus licensing distribution
182
- and modification of the Modified Version to whoever possesses a copy
183
- of it. In addition, you must do these things in the Modified Version:
184
-
185
- A. Use in the Title Page (and on the covers, if any) a title distinct
186
- from that of the Document, and from those of previous versions
187
- (which should, if there were any, be listed in the History section
188
- of the Document). You may use the same title as a previous version
189
- if the original publisher of that version gives permission.
190
- B. List on the Title Page, as authors, one or more persons or entities
191
- responsible for authorship of the modifications in the Modified
192
- Version, together with at least five of the principal authors of the
193
- Document (all of its principal authors, if it has fewer than five),
194
- unless they release you from this requirement.
195
- C. State on the Title page the name of the publisher of the
196
- Modified Version, as the publisher.
197
- D. Preserve all the copyright notices of the Document.
198
- E. Add an appropriate copyright notice for your modifications
199
- adjacent to the other copyright notices.
200
- F. Include, immediately after the copyright notices, a license notice
201
- giving the public permission to use the Modified Version under the
202
- terms of this License, in the form shown in the Addendum below.
203
- G. Preserve in that license notice the full lists of Invariant Sections
204
- and required Cover Texts given in the Document's license notice.
205
- H. Include an unaltered copy of this License.
206
- I. Preserve the section Entitled "History", Preserve its Title, and add
207
- to it an item stating at least the title, year, new authors, and
208
- publisher of the Modified Version as given on the Title Page. If
209
- there is no section Entitled "History" in the Document, create one
210
- stating the title, year, authors, and publisher of the Document as
211
- given on its Title Page, then add an item describing the Modified
212
- Version as stated in the previous sentence.
213
- J. Preserve the network location, if any, given in the Document for
214
- public access to a Transparent copy of the Document, and likewise
215
- the network locations given in the Document for previous versions
216
- it was based on. These may be placed in the "History" section.
217
- You may omit a network location for a work that was published at
218
- least four years before the Document itself, or if the original
219
- publisher of the version it refers to gives permission.
220
- K. For any section Entitled "Acknowledgements" or "Dedications",
221
- Preserve the Title of the section, and preserve in the section all
222
- the substance and tone of each of the contributor acknowledgements
223
- and/or dedications given therein.
224
- L. Preserve all the Invariant Sections of the Document,
225
- unaltered in their text and in their titles. Section numbers
226
- or the equivalent are not considered part of the section titles.
227
- M. Delete any section Entitled "Endorsements". Such a section
228
- may not be included in the Modified Version.
229
- N. Do not retitle any existing section to be Entitled "Endorsements"
230
- or to conflict in title with any Invariant Section.
231
- O. Preserve any Warranty Disclaimers.
232
-
233
- If the Modified Version includes new front-matter sections or
234
- appendices that qualify as Secondary Sections and contain no material
235
- copied from the Document, you may at your option designate some or all
236
- of these sections as invariant. To do this, add their titles to the
237
- list of Invariant Sections in the Modified Version's license notice.
238
- These titles must be distinct from any other section titles.
239
-
240
- You may add a section Entitled "Endorsements", provided it contains
241
- nothing but endorsements of your Modified Version by various
242
- parties--for example, statements of peer review or that the text has
243
- been approved by an organization as the authoritative definition of a
244
- standard.
245
-
246
- You may add a passage of up to five words as a Front-Cover Text, and a
247
- passage of up to 25 words as a Back-Cover Text, to the end of the list
248
- of Cover Texts in the Modified Version. Only one passage of
249
- Front-Cover Text and one of Back-Cover Text may be added by (or
250
- through arrangements made by) any one entity. If the Document already
251
- includes a cover text for the same cover, previously added by you or
252
- by arrangement made by the same entity you are acting on behalf of,
253
- you may not add another; but you may replace the old one, on explicit
254
- permission from the previous publisher that added the old one.
255
-
256
- The author(s) and publisher(s) of the Document do not by this License
257
- give permission to use their names for publicity for or to assert or
258
- imply endorsement of any Modified Version.
259
-
260
-
261
- 5. COMBINING DOCUMENTS
262
-
263
- You may combine the Document with other documents released under this
264
- License, under the terms defined in section 4 above for modified
265
- versions, provided that you include in the combination all of the
266
- Invariant Sections of all of the original documents, unmodified, and
267
- list them all as Invariant Sections of your combined work in its
268
- license notice, and that you preserve all their Warranty Disclaimers.
269
-
270
- The combined work need only contain one copy of this License, and
271
- multiple identical Invariant Sections may be replaced with a single
272
- copy. If there are multiple Invariant Sections with the same name but
273
- different contents, make the title of each such section unique by
274
- adding at the end of it, in parentheses, the name of the original
275
- author or publisher of that section if known, or else a unique number.
276
- Make the same adjustment to the section titles in the list of
277
- Invariant Sections in the license notice of the combined work.
278
-
279
- In the combination, you must combine any sections Entitled "History"
280
- in the various original documents, forming one section Entitled
281
- "History"; likewise combine any sections Entitled "Acknowledgements",
282
- and any sections Entitled "Dedications". You must delete all sections
283
- Entitled "Endorsements".
284
-
285
-
286
- 6. COLLECTIONS OF DOCUMENTS
287
-
288
- You may make a collection consisting of the Document and other documents
289
- released under this License, and replace the individual copies of this
290
- License in the various documents with a single copy that is included in
291
- the collection, provided that you follow the rules of this License for
292
- verbatim copying of each of the documents in all other respects.
293
-
294
- You may extract a single document from such a collection, and distribute
295
- it individually under this License, provided you insert a copy of this
296
- License into the extracted document, and follow this License in all
297
- other respects regarding verbatim copying of that document.
298
-
299
-
300
- 7. AGGREGATION WITH INDEPENDENT WORKS
301
-
302
- A compilation of the Document or its derivatives with other separate
303
- and independent documents or works, in or on a volume of a storage or
304
- distribution medium, is called an "aggregate" if the copyright
305
- resulting from the compilation is not used to limit the legal rights
306
- of the compilation's users beyond what the individual works permit.
307
- When the Document is included in an aggregate, this License does not
308
- apply to the other works in the aggregate which are not themselves
309
- derivative works of the Document.
310
-
311
- If the Cover Text requirement of section 3 is applicable to these
312
- copies of the Document, then if the Document is less than one half of
313
- the entire aggregate, the Document's Cover Texts may be placed on
314
- covers that bracket the Document within the aggregate, or the
315
- electronic equivalent of covers if the Document is in electronic form.
316
- Otherwise they must appear on printed covers that bracket the whole
317
- aggregate.
318
-
319
-
320
- 8. TRANSLATION
321
-
322
- Translation is considered a kind of modification, so you may
323
- distribute translations of the Document under the terms of section 4.
324
- Replacing Invariant Sections with translations requires special
325
- permission from their copyright holders, but you may include
326
- translations of some or all Invariant Sections in addition to the
327
- original versions of these Invariant Sections. You may include a
328
- translation of this License, and all the license notices in the
329
- Document, and any Warranty Disclaimers, provided that you also include
330
- the original English version of this License and the original versions
331
- of those notices and disclaimers. In case of a disagreement between
332
- the translation and the original version of this License or a notice
333
- or disclaimer, the original version will prevail.
334
-
335
- If a section in the Document is Entitled "Acknowledgements",
336
- "Dedications", or "History", the requirement (section 4) to Preserve
337
- its Title (section 1) will typically require changing the actual
338
- title.
339
-
340
-
341
- 9. TERMINATION
342
-
343
- You may not copy, modify, sublicense, or distribute the Document except
344
- as expressly provided for under this License. Any other attempt to
345
- copy, modify, sublicense or distribute the Document is void, and will
346
- automatically terminate your rights under this License. However,
347
- parties who have received copies, or rights, from you under this
348
- License will not have their licenses terminated so long as such
349
- parties remain in full compliance.
350
-
351
-
352
- 10. FUTURE REVISIONS OF THIS LICENSE
353
-
354
- The Free Software Foundation may publish new, revised versions
355
- of the GNU Free Documentation License from time to time. Such new
356
- versions will be similar in spirit to the present version, but may
357
- differ in detail to address new problems or concerns. See
358
- http://www.gnu.org/copyleft/.
359
-
360
- Each version of the License is given a distinguishing version number.
361
- If the Document specifies that a particular numbered version of this
362
- License "or any later version" applies to it, you have the option of
363
- following the terms and conditions either of that specified version or
364
- of any later version that has been published (not as a draft) by the
365
- Free Software Foundation. If the Document does not specify a version
366
- number of this License, you may choose any version ever published (not
367
- as a draft) by the Free Software Foundation.
368
-
369
-
370
- ADDENDUM: How to use this License for your documents
371
-
372
- To use this License in a document you have written, include a copy of
373
- the License in the document and put the following copyright and
374
- license notices just after the title page:
375
-
376
- Copyright (c) YEAR YOUR NAME.
377
- Permission is granted to copy, distribute and/or modify this document
378
- under the terms of the GNU Free Documentation License, Version 1.2
379
- or any later version published by the Free Software Foundation;
380
- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
381
- A copy of the license is included in the section entitled "GNU
382
- Free Documentation License".
383
-
384
- If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
385
- replace the "with...Texts." line with this:
386
-
387
- with the Invariant Sections being LIST THEIR TITLES, with the
388
- Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
389
-
390
- If you have Invariant Sections without Cover Texts, or some other
391
- combination of the three, merge those two alternatives to suit the
392
- situation.
393
-
394
- If your document contains nontrivial examples of program code, we
395
- recommend releasing these examples in parallel under your choice of
396
- free software license, such as the GNU General Public License,
397
- to permit their use in free software.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
jquery_lightbox/css/jquery.lightbox.css DELETED
@@ -1,220 +0,0 @@
1
- /*
2
- * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
3
- * Copyright (C) 2008 Benjamin Arthur Lupton
4
- * http://jquery.com/plugins/project/jquerylightbox_bal
5
- *
6
- * This file is part of jQuery Lightbox (balupton edition).
7
- *
8
- * jQuery Lightbox (balupton edition) is free software: you can redistribute it and/or modify
9
- * it under the terms of the GNU Affero General Public License as
10
- * published by the Free Software Foundation, either version 3 of the
11
- * License, or (at your option) any later version.
12
- *
13
- * jQuery Lightbox (balupton edition) is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU Affero General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU Affero General Public License
19
- * along with jQuery Lightbox (balupton edition). If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- * @name jquery_lightbox: jquery.lightbox.css
22
- * @package jQuery Lightbox Plugin (balupton edition)
23
- * @version 1.3.0-rc1
24
- * @date August 24, 2008
25
- * @category jQuery plugin
26
- * @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
27
- * @copyright (c) 2008 Benjamin Arthur Lupton {@link http://www.balupton.com}
28
- * @license GNU Affero General Public License - {@link http://www.gnu.org/licenses/agpl.html}
29
- * @example Visit {@link http://jquery.com/plugins/project/jquerylightbox_bal} for more information.
30
- */
31
-
32
- html, body { margin: 0; padding: 0; height: 100%;}
33
-
34
- #lightbox, #lightbox-overlay {
35
- position: absolute;
36
- top: 0px;
37
- left: 0px;
38
- bottom:auto;
39
- right:auto;
40
-
41
- z-index:100;
42
- width:100%;
43
- height:auto;
44
-
45
- text-align:center;
46
- color:#333333;
47
-
48
- /* stop stupid conflicts */
49
- margin:0px;
50
- padding:0px;
51
- border:none;
52
- outline:none;
53
- line-height:0;
54
-
55
- /* general conflict stopper */
56
- text-decoration:none;
57
- background:none;
58
- word-spacing:normal;
59
- letter-spacing:normal;
60
- float:none;
61
- clear:none;
62
- display:block;
63
- }
64
-
65
- #lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
66
- text-decoration:underline;
67
- color:#999999;
68
- }
69
-
70
- #lightbox-overlay {
71
- z-index: 90;
72
- background-color:#000000;
73
- height: 100%;
74
- position:fixed;
75
- }
76
- #lightbox-overlay-text {
77
- text-align: right;
78
- margin-right: 20px;
79
- margin-top: 20px;
80
- color: white;
81
- font-size: 12px;
82
- cursor: default;
83
- line-height:normal;
84
- }
85
- #lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
86
- color:white;
87
- }
88
- #lightbox-overlay-text span {
89
- padding-left:5px;
90
- padding-right:5px;
91
- }
92
-
93
- #lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }
94
-
95
- #lightbox-imageBox {
96
- position:relative;
97
- border:1px solid black;;
98
- background-color:white;
99
- width:400px;
100
- height:400px;
101
- margin:0 auto;
102
- }
103
-
104
- #lightbox-imageContainer {
105
- padding:1px;
106
- }
107
-
108
- #lightbox-loading {
109
- position:absolute;
110
- top:40%;
111
- left:0%;
112
- height:25%;
113
- width:100%;
114
- text-align:center;
115
- line-height:0;
116
- }
117
-
118
- #lightbox-nav {
119
- position:absolute;
120
- top:0;
121
- left:0;
122
- height:100%;
123
- width:100%;
124
- z-index:10;
125
- }
126
- /* #lightbox-imageBox > #lightbox-nav { left: 0; }
127
- #lightbox-nav a { outline: none; }*/
128
-
129
-
130
- #lightbox-nav-btnPrev, #lightbox-nav-btnNext {
131
- display:block;
132
- width:49%;
133
- height: 100%;
134
- background:transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
135
- /* cursor:pointer; */
136
- zoom:1; /* who knows why? */
137
-
138
- padding:0px;
139
- margin:0px;
140
- }
141
- #lightbox-nav-btnPrev {
142
- left:0;
143
- right:auto;
144
- float:left;
145
- }
146
- #lightbox-nav-btnNext {
147
- left:auto;
148
- right:0;
149
- float:right;
150
- }
151
- /*
152
- .preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
153
- background:url("../images/prev.gif") left 45% no-repeat;
154
- }
155
- .preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
156
- background:url("../images/next.gif") right 45% no-repeat;
157
- }
158
- */
159
-
160
- #lightbox-infoBox {
161
- font:10px Verdana, Helvetica, sans-serif;
162
- background-color:#FFFFFF;
163
- margin:0 auto;
164
- padding:0px;
165
-
166
- /* width: 100%;
167
- padding: 0 10px 0; */
168
- }
169
-
170
- #lightbox-infoContainer {
171
- padding-left:10px;
172
- padding-right:10px;
173
- padding-top:5px;
174
- padding-bottom:5px;
175
- color:#666;
176
-
177
- line-height:normal;
178
- /* height:30px; */
179
- }
180
- #lightbox-infoHeader {
181
- width:100%;
182
- text-align:center;
183
- }
184
- #lightbox-caption {
185
- text-align:justify;
186
- }
187
- #lightbox-caption-title {
188
- font-weight:bold;
189
- }
190
- #lightbox-caption-description {
191
- font-weight:normal;
192
- }
193
-
194
- #lightbox-infoFooter {
195
- margin-top:3px;
196
- color:#999999;
197
- }
198
- #lightbox-currentNumber {
199
- display:block;
200
- width:49%;
201
- float:left;
202
- text-align:left;
203
- }
204
- #lightbox-close {
205
- display:block;
206
- width:45%;
207
- float:right;
208
- text-align:right;
209
- }
210
- #lightbox-close-button{
211
- padding-left:30%;
212
- }
213
- #lightbox-close-button:hover {
214
- color:#666666;
215
- }
216
-
217
- #lightbox-infoContainer-clear {
218
- clear:both;
219
- visibility:hidden;
220
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
jquery_lightbox/css/jquery.lightbox.packed.css DELETED
@@ -1,11 +0,0 @@
1
- /**
2
- * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
3
- * Copyright (C) 2008 Benjamin Arthur Lupton
4
- * http://jquery.com/plugins/project/jquerylightbox_bal
5
- *
6
- * This file is part of jQuery Lightbox (balupton edition).
7
- *
8
- * You should have received a copy of the GNU Affero General Public License
9
- * along with jQuery Lightbox (balupton edition). If not, see <http://www.gnu.org/licenses/>.
10
- */
11
- html,body{margin:0;padding:0;height:100%}#lightbox,#lightbox-overlay{position:absolute;top:0px;left:0px;bottom:auto;right:auto;z-index:100;width:100%;height:auto;text-align:center;color:#333;margin:0px;padding:0px;border:none;outline:none;line-height:0;text-decoration:none;background:none;word-spacing:normal;letter-spacing:normal;float:none;clear:none;display:block}#lightbox a,#lightbox a:link,#lightbox a:visited,#lightbox a:hover{text-decoration:underline;color:#999}#lightbox-overlay{z-index:90;background-color:#000;height:100%;position:fixed}#lightbox-overlay-text{text-align:right;margin-right:20px;margin-top:20px;color:white;font-size:12px;cursor:default;line-height:normal}#lightbox-overlay-text a,#lightbox-overlay-text a:hover,#lightbox-overlay-text a:visited,#lightbox-overlay-text a:link{color:white}#lightbox-overlay-text span{padding-left:5px;padding-right:5px}#lightbox img,#lightbox a img,#lightbox a{border:none;outline:none}#lightbox-imageBox{position:relative;border:1px solid black;;background-color:white;width:400px;height:400px;margin:0 auto}#lightbox-imageContainer{padding:1px}#lightbox-loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0}#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#lightbox-nav-btnPrev,#lightbox-nav-btnNext{display:block;width:49%;height:100%;background:transparent url("../images/blank.gif") no-repeat;zoom:1;padding:0px;margin:0px}#lightbox-nav-btnPrev{left:0;right:auto;float:left}#lightbox-nav-btnNext{left:auto;right:0;float:right}#lightbox-infoBox{font:10px Verdana,Helvetica,sans-serif;background-color:#FFF;margin:0 auto;padding:0px}#lightbox-infoContainer{padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;color:#666;line-height:normal}#lightbox-infoHeader{width:100%;text-align:center}#lightbox-caption{text-align:justify}#lightbox-caption-title{font-weight:bold}#lightbox-caption-description{font-weight:normal}#lightbox-infoFooter{margin-top:3px;color:#999}#lightbox-currentNumber{display:block;width:49%;float:left;text-align:left}#lightbox-close{display:block;width:45%;float:right;text-align:right}#lightbox-close-button{padding-left:30%}#lightbox-close-button:hover{color:#666}#lightbox-infoContainer-clear{clear:both;visibility:hidden}
 
 
 
 
 
 
 
 
 
 
 
jquery_lightbox/images/blank.gif DELETED
Binary file
jquery_lightbox/images/loading.gif DELETED
Binary file
jquery_lightbox/images/next.gif DELETED
Binary file
jquery_lightbox/images/prev.gif DELETED
Binary file
jquery_lightbox/js/jquery.lightbox.packed.js DELETED
@@ -1,11 +0,0 @@
1
- /**
2
- * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
3
- * Copyright (C) 2008 Benjamin Arthur Lupton
4
- * http://jquery.com/plugins/project/jquerylightbox_bal
5
- *
6
- * This file is part of jQuery Lightbox (balupton edition).
7
- *
8
- * You should have received a copy of the GNU Affero General Public License
9
- * along with jQuery Lightbox (balupton edition). If not, see <http://www.gnu.org/licenses/>.
10
- */
11
- eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(v($){$.W=$.W||v(a){r b=B;q(C 21!==\'G\'&&C $.W!==\'G\'){b=21}J q(C 12.21!==\'G\'&&C 12.$.W!==\'G\'){b=12.21}q(b){q(C 1N!==\'G\'&&1N.1C>1){b.W(1N);u 1N}J{b.W(a);u a}}};$.2p=$.2p||v(a){a=2X(a);a=a.1D(a.22(\'?\')+1);a=a.2q(/\\+/g,\'%20\');q(a.1D(0,1)===\'{\'&&a.1D(a.1C-1)===\'}\'){u 23(2r(a))}a=a.2s(/\\&|\\&3R\\;/);r b={};1l(r i=0,n=a.1C;i<n;++i){r c=a[i]||B;q(c===B){24}c=c.2s(\'=\');q(c===B){24}r d=c[0]||B;q(d===B){24}q(C c[1]===\'G\'){24}r f=c[1];d=2r(d);f=2r(f);3S{f=23(f)}3T(e){}r g=d.2s(\'.\');q(g.1C===1){b[d]=f}J{r h=\'\';1l(2Y 25 g){d=g[2Y];h+=\'.\'+d;23(\'2t\'+h+\' = 2t\'+h+\' || {}\')}23(\'2t\'+h+\' = 3U\')}}u b};$.26=v(){7.2Z()};$.3V.8=v(b){$.w=$.w||1e $.26();q($.w.1f&&!$.w.28){u 7}b=$.1E({1O:x,30:E},b);r c=$(7);q(b.30){$(c).15().1m(v(){r a=$(7);q(!$.w.2u($(a)[0],c)){u x}q(!$.w.1O()){u x}u x});$(c).3W(\'8-3X\')}q(b.1O){r d=$(7);q(!$.w.2u($(d)[0],c)){u 7}q(!$.w.1O()){u 7}}u 7};$.1E($.26.3Y,{y:{1n:[],L:x,18:v(a){q(C a===\'G\'){a=7.13();q(!a){u a}}q(7.29(a)){u x}u 7.1o(a.16-1)},19:v(a){q(C a===\'G\'){a=7.13();q(!a){u a}}q(7.2v(a)){u x}u 7.1o(a.16+1)},29:v(a){q(C a===\'G\'){u 7.1o(0)}u a.16===0},2v:v(a){q(C a===\'G\'){u 7.1o(7.1a()-1)}u a.16===7.1a()-1},31:v(){u 7.1a()===1},1a:v(){u 7.1n.1C},2w:v(){u 7.1a()===0},2x:v(){7.1n=[];7.L=x},13:v(a){q(C a===\'G\'){u 7.L}q(a!==x){a=7.1o(a);q(!a){u a}}7.L=a;u E},2y:v(a){q(a[0]){1l(r i=0;i<a.1C;i++){7.2y(a[i])}u E}r b=7.2z(a);q(!b){u b}b.16=7.1a();7.1n.32(b);u E},2z:v(a){r b={z:\'\',K:\'33\',Y:\'\',1F:\'\',16:-1,1b:B,P:B,N:B,L:E};q(a.L){b.z=a.z||b.z;b.K=a.K||b.K;b.Y=a.Y||b.Y;b.1F=a.1F||b.1F;b.1b=a.1b||b.1b;b.P=a.P||b.P;b.N=a.N||b.N;b.16=a.16||b.16}J q(a.3Z){a=$(a);q(a.U(\'z\')||a.U(\'14\')){b.z=a.U(\'z\')||a.U(\'14\');b.K=a.U(\'K\')||a.U(\'40\')||b.K;b.1F=a.U(\'1F\')||\'\';b.1b=a.H(\'1g-1b\');r s=b.K.22(\': \');q(s>0){b.Y=b.K.1D(s+2)||b.Y;b.K=b.K.1D(0,s)||b.K}}J{b=x}}J{b=x}q(!b){$.W(\'2A\',\'34 41 35 36 42 43:\',a);u x}u b},1o:v(a){q(C a===\'G\'||a===B){u 7.13()}J q(C a===\'44\'){a=7.1n[a]||x}J{a=7.2z(a);q(!a){u x}r f=x;1l(r i=0;i<7.1a();i++){r c=7.1n[i];q(c.z===a.z&&c.K===a.K&&c.Y===a.Y){f=c}}a=f}q(!a){$.W(\'2A\',\'46 47 L 48\\\'t 49: \',a,7.1n);u x}u a},38:v(){u $.w.38(1N)}},2a:x,z:B,1P:B,O:{1c:{8:\'1c/2B.8.3a.1c\',V:\'1c/2C.V.4a.1c\'},H:{8:\'H/2B.8.3a.H\'},y:{18:\'y/18.2b\',19:\'y/19.2b\',1Q:\'y/1Q.2b\',1h:\'y/1h.2b\'}},F:{L:\'1R\',2D:\'2D\',Z:\'4b X\',3b:\'4c 4d 4e 1m 4f 4g 2E L 1p Z.\',2F:\'4h 1G 1p 2F 2E L.\',2G:{Z:\'4i 1p Z\',1q:\'4j 1p 1q\'},1H:{F:\'2C w 4k (4l 4m)\',K:\'4n 4o 2E 4p 4q 4r 4s 4t.\',1G:\'3c://2B.4u/4v/4w/4x\'}},1S:E,1T:{Z:\'c\',18:\'p\',19:\'n\'},2H:{1r:B},2c:0.9,17:B,T:3d,1I:\'8\',2I:E,1U:\'3e\',1f:B,28:E,2J:E,V:B,2K:[\'28\',\'2J\',\'V\',\'1P\',\'O\',\'F\',\'1S\',\'1T\',\'2c\',\'17\',\'T\',\'1I\',\'2I\',\'3f\'],2Z:v(e){r f=C 7.2a===\'G\'||7.2a===x;7.2a=E;r g=f;e=$.1E({},e);q(f&&(C e.O===\'G\')){7.z=$(\'1J[z*=\'+7.O.1c.8+\']:29\').U(\'z\');q(!7.z){g=x}J{7.1P=7.z.1D(0,7.z.22(7.O.1c.8));r h=7;$.1s(7.O,v(c,d){$.1s(7,v(a,b){h.O[c][a]=h.1P+b})});1t h;e=$.1E(e,$.2p(7.z))}}J q(C e.O===\'1u\'){r h=7;$.1s(e.O,v(c,d){$.1s(7,v(a,b){7[a]=h.1P+b})});1t h}J{g=x}1l(i 25 7.2K){r j=7.2K[i];q((C e[j]===\'1u\')&&(C 7[j]===\'1u\')){7[j]=$.1E(7[j],e[j])}J q(C e[j]!==\'G\'){7[j]=e[j]}}q(f&&4y.4z.22(\'4A 6\')>=0){7.1f=E}J{7.1f=x}q(g||C e.V!==\'G\'||C e.O===\'1u\'||C e.F===\'1u\'||C e.1S!==\'G\'||C e.3f!==\'G\'){$(v(){$.w.3g()})}u E},3g:v(){r b=R.4B($.4C.4D?\'4E\':\'1i\')[0];r c=7.O.H;r d=7.O.1c;q(7.1f&&7.2J){d.1f=\'3c://4F.4G.4H/4I.1d.1p.4J.6.1c\'}q(7.V===E&&C $.V===\'G\'){7.V=E}J{7.V=C $.V!==\'G\';1t d.V}1l(1V 25 c){r e=R.3h(\'1G\');e.3i=\'F/H\';e.1I=\'1V\';e.4K=\'4L\';e.14=c[1V];e.D=\'8-1V-\'+1V.2q(/[^a-3j-3k-9]/g,\'\');$(\'#\'+e.D).2L();b.3l(e)}1l(1J 25 d){r f=R.3h(\'1J\');f.3i=\'F/4M\';f.z=d[1J];f.D=\'8-1J-\'+1J.2q(/[^a-3j-3k-9]/g,\'\');$(\'#\'+f.D).2L();b.3l(f)}1t d;1t c;1t b;$(\'#8,#8-M\').2L();$(\'1i\').4N(\'<I D="8-M"><I D="8-M-F">\'+(7.1S?\'<p><S D="8-M-F-1H"><a 14="#" K="\'+7.F.1H.K+\'">\'+7.F.1H.F+\'</a></S></p><p>&1v;</p>\':\'\')+\'<p><S D="8-M-F-Z">\'+7.F.2G.Z+\'</S><4O/>&1v;<S D="8-M-F-1q">\'+7.F.2G.1q+\'</S></p></I></I><I D="8"><I D="8-1w"><I D="8-2M"><3m D="8-L" /><I D="8-Q"><a 14="#" D="8-Q-1x"></a><a 14="#" D="8-Q-1y"></a></I><I D="8-1h"><a 14="#" D="8-1h-1G"><3m z="\'+7.O.y.1h+\'" /></a></I></I></I><I D="8-1K"><I D="8-3n"><I D="8-4P"><S D="8-1j"><a D="8-1j-K" 14="#" K="\'+7.F.2F+\'"></a><S D="8-1j-3o"></S><S D="8-1j-Y"></S></S></I><I D="8-2N"><S D="8-2O"></S><S D="8-Z"><a 14="#" D="8-Z-4Q" K="\'+7.F.3b+\'">\'+7.F.Z+\'</a></S></I><I D="8-3n-2x"></I></I></I></I>\');7.1W();7.1k();$(\'#8,#8-M,#8-M-F-1q\').1z();q(7.1f&&7.28){$(\'#8-M\').H({4R:\'4S\',3p:\'3q\',2d:\'3q\'})}$.1s(7.O.y,v(){r a=1e 1R();a.2e=v(){a.2e=B;a=B};a.z=7});$(12).15().3r(v(){$.w.1W(\'4T\')});q(7.1U===\'3e\'){$(12).1U(v(){$.w.1k()})}$(\'#8-Q-1x\').15().2P(v(){$(7).H({\'1g\':\'1X(\'+$.w.O.y.18+\') 2d 45% 1d-1Y\'})},v(){$(7).H({\'1g\':\'2Q 1X(\'+$.w.O.y.1Q+\') 1d-1Y\'})}).1m(v(){$.w.11($.w.y.18());u x});$(\'#8-Q-1y\').15().2P(v(){$(7).H({\'1g\':\'1X(\'+$.w.O.y.19+\') 4U 45% 1d-1Y\'})},v(){$(7).H({\'1g\':\'2Q 1X(\'+$.w.O.y.1Q+\') 1d-1Y\'})}).1m(v(){$.w.11($.w.y.19());u x});q(7.1S){$(\'#8-M-F-1H a\').1m(v(){12.3s($.w.F.1H.1G);u x})}$(\'#8-M-F-Z\').15().2P(v(){$(\'#8-M-F-1q\').2f()},v(){$(\'#8-M-F-1q\').3t()});$(\'#8-1j-K\').1m(v(){12.3s($(7).U(\'14\'));u x});$(\'#8-M, #8, #8-1h-1G, #8-4V\').15().1m(v(){$.w.2g();u x});q(7.2I){7.3u()}u E},3u:v(){r d={};r e=0;r f=7.1I;$.1s($(\'[@1I*=\'+f+\']\'),v(a,b){r c=$(b).U(\'1I\');q(c===f){c=e}q(C d[c]===\'G\'){d[c]=[];e++}d[c].32(b)});$.1s(d,v(a,b){$(b).8()});u E},2u:v(a,b){q(C b===\'G\'){b=a;a=0}7.y.2x();q(!7.y.2y(b)){u x}q(7.y.2w()){$.W(\'3v\',\'w 4W, 4X 1d y: \',a,b);u x}q(!7.y.13(a)){u x}u E},1O:v(){7.1L=E;q(7.1U===\'3w\'){$(R.1i).H(\'3x\',\'3y\')}$(\'3z, 1u, 3A\').H(\'3B\',\'3y\');7.1W(\'3C\');7.1k({\'T\':0});$(\'#8-2N\').1z();$(\'#8-L,#8-Q,#8-Q-1x,#8-Q-1y,#8-1K\').1z();$(\'#8-M\').H(\'2c\',7.2c).2f(3d,v(){$(\'#8\').2f(4Y);q(!$.w.11($.w.y.13())){$.w.2g();u x}});u E},2g:v(){$(\'#8\').1z();$(\'#8-M\').3t(v(){$(\'#8-M\').1z()});$(\'3z, 1u, 3A\').H({\'3B\':\'1L\'});7.y.13(x);q(7.1U===\'3w\'){$(R.1i).H(\'3x\',\'1L\')}7.1L=x},1W:v(a){q(a!==\'2R\'){r b=$(7.1f?R.1i:R);$(\'#8-M\').H({P:b.P(),N:b.N()});1t b}q(a===\'3C\'){u E}r c=7.y.13();q(!c||!c.P||!7.1L){$.W(\'3v\',\'A 3r 4Z 2S 1d L 50 1d 8...\');u x}r d=c.P;r e=c.N;r f=$(12).P();r g=$(12).N();r h=2h.2i(f*(4/5));r i=2h.2i(g*(4/5));r j;2S(d>h||e>i){q(d>h){j=h/d;d=h;e=2h.2i(e*j)}q(e>i){j=i/e;e=i;d=2h.2i(d*j)}}r k=$(\'#8-1w\').P();r l=$(\'#8-1w\').N();r m=(d+(7.17*2));r n=(e+(7.17*2));r o=k-m;r p=l-n;$(\'#8-Q-1x,#8-Q-1y\').H(\'N\',n);$(\'#8-1K\').H(\'P\',m);q(a===\'2R\'){q(o===0&&p===0){7.3D(7.T/3);7.11(B,3)}J{$(\'#8-L\').P(d).N(e);$(\'#8-1w\').2j({P:m,N:n},7.T,v(){$.w.11(B,3)});7.1k({\'2T\':n,\'T\':7.T})}}J{$(\'#8-L\').2j({P:d,N:e},7.T);$(\'#8-1w\').2j({P:m,N:n},7.T);7.1k({\'2T\':n,\'T\':7.T})}u E},1A:x,1M:x,1k:v(a){q(7.1A){7.1M=E;u B}7.1A=E;a=$.1E({},a);a.2k=a.2k||B;a.T=a.T||\'3E\';r b=7.3F();r c=a.2T||2U($(\'#8\').N(),10);r d=b.1B+($(12).N()-c)/2.5;r e=b.3G;r f={2d:e,3p:d};q(a.T){$(\'#8\').2j(f,\'3E\',v(){q($.w.1M){$.w.1A=$.w.1M=x;$.w.1k(a)}J{$.w.1A=x;q(a.2k){a.2k()}}})}J{$(\'#8\').H(f);q(7.1M){7.1A=7.1M=x;7.1k(a)}J{7.1A=x}}u E},1L:x,11:v(a,b){a=7.y.1o(a);q(!a){u a}b=b||1;r c=b>1&&7.y.13().z!==a.z;r d=b>2&&$(\'#8-L\').U(\'z\')!==a.z;q(c||d){$.W(\'34 51 1p 52 a 53 54: \',a,b,c,d);b=1}55(b){2l 1:7.3H();$(\'#8-1h\').1r();$(\'#8-L,#8-Q,#8-Q-1x,#8-Q-1y,#8-1K\').1z();$(\'#8-1w\').15();q(!7.y.13(a)){u x}q(a.P&&a.N){7.11(B,2)}J{r e=1e 1R();e.2e=v(){a.P=e.P;a.N=e.N;$.w.11(B,2);e.2e=B;e=B};e.z=a.z}2m;2l 2:$(\'#8-L\').U(\'z\',a.z);q(C 7.17===\'G\'||7.17===B||56(7.17)){7.17=2U($(\'#8-2M\').H(\'17-2d\'),10)||2U($(\'#8-2M\').H(\'17\'),10)||0}q(7.V){$(\'#8-M\').V([{57:\'1g-1b\',58:$(\'#8-M\').H(\'1g-1b\'),59:a.1b,5a:1,5b:x}])}7.1W(\'2R\');2m;2l 3:$(\'#8-1h\').1z();$(\'#8-L\').2f(5c,v(){$.w.11(B,4)});7.3I();q(7.2H.1r!==B){7.2H.1r(a)}2m;2l 4:$(\'#8-1j-K\').1Z(a.K||\'33\').U(\'14\',a.z);$(\'#8-1j-3o\').1Z(a.Y?\': \':\'\');$(\'#8-1j-Y\').1Z(a.Y||\'&1v;\');q(7.y.1a()>1){$(\'#8-2O\').1Z(7.F.L+\'&1v;\'+(a.16+1)+\'&1v;\'+7.F.2D+\'&1v;\'+7.y.1a())}J{$(\'#8-2O\').1Z(\'&1v;\')}$(\'#8-1w\').15(\'2n\').2n(v(){$(\'#8-1K\').3J(\'3K\')});$(\'#8-1K\').15(\'2n\').2n(v(){$(\'#8-2N\').3J(\'3K\')});$(\'#8-Q-1x, #8-Q-1y\').H({\'1g\':\'2Q 1X(\'+7.O.y.1Q+\') 1d-1Y\'});q(!7.y.29(a)){$(\'#8-Q-1x\').1r()}q(!7.y.2v(a)){$(\'#8-Q-1y\').1r()}$(\'#8-Q\').1r();7.3L();2m;5d:$.W(\'2A\',\'5e\\\'t 35 36 1p 3M: \',a,b);u 7.11(a,1)}u E},3I:v(){q(7.y.31()||7.y.2w()){u E}r a=7.y.13();q(!a){u a}r b=7.y.18(a);r c;q(b){c=1e 1R();c.z=b.z}r d=7.y.19(a);q(d){c=1e 1R();c.z=d.z}},3L:v(){$(R).5f(v(a){$.w.3N(a)})},3H:v(){$(R).15()},3N:v(a){a=a||12.5g;r b=a.5h;r c=a.5i||27;r d=2X.5j(b).5k();q(d===7.1T.Z||b===c){u $.w.2g()}q(d===7.1T.18||b===37){u $.w.11($.w.y.18())}q(d===7.1T.19||b===39){u $.w.11($.w.y.19())}u E},3F:v(){r a,1B;q(2V.3O){1B=2V.3O;a=2V.5l}J q(R.2o&&R.2o.2W){1B=R.2o.2W;a=R.2o.3P}J q(R.1i){1B=R.1i.2W;a=R.1i.3P}r b={\'3G\':a,\'1B\':1B};u b},3D:v(a){r b=1e 3Q();r c=B;3M{c=1e 3Q()}2S(c-b<a)}});q(C $.w===\'G\'){$.w=1e $.26()}})(2C);',62,332,'|||||||this|lightbox||||||||||||||||||if|var|||return|function|Lightbox|false|images|src||null|typeof|id|true|text|undefined|css|div|else|title|image|overlay|height|files|width|nav|document|span|speed|attr|colorBlend|log||description|close||showImage|window|active|href|unbind|index|padding|prev|next|size|color|js|no|new|ie6|background|loading|body|caption|repositionBoxes|for|click|list|get|to|interact|show|each|delete|object|nbsp|imageBox|btnPrev|btnNext|hide|repositioning|yScroll|length|substring|extend|name|link|about|rel|script|infoBox|visible|reposition_failsafe|arguments|start|baseurl|blank|Image|show_linkback|keys|scroll|stylesheet|resizeBoxes|url|repeat|html||console|indexOf|eval|continue|in|LightboxClass||ie6_support|first|constructed|gif|opacity|left|onload|fadeIn|finish|Math|floor|animate|callback|case|break|mouseover|documentElement|params_to_json|replace|decodeURIComponent|split|json|init|last|empty|clear|add|create|ERROR|jquery|jQuery|of|the|download|help|handlers|auto_relify|ie6_upgrade|options|remove|imageContainer|infoFooter|currentNumber|hover|transparent|transition|while|nHeight|parseInt|self|scrollTop|String|ii|construct|events|single|push|Untitled|We|know|what||debug||packed|closeInfo|http|400|follow|scroll_with|domReady|createElement|type|zA|Z0|appendChild|img|infoContainer|seperator|top|0px|resize|open|fadeOut|relify|WARNING|disable|overflow|hidden|embed|select|visibility|general|pause|slow|getPageScroll|xScroll|KeyboardNav_Disable|preloadNeighbours|slideDown|fast|KeyboardNav_Enable|do|KeyboardNav_Action|pageYOffset|scrollLeft|Date|amp|try|catch|value|fn|addClass|enabled|prototype|tagName|alt|dont|we|have|number||The|desired|doesn|exist|pack|Close|You|can|also|anywhere|outside|Direct|Click|Hover|Plugin|balupton|edition|Licenced|under|GNU|Affero|General|Public|License|com|plugins|project|jquerylightbox_bal|navigator|userAgent|MSIE|getElementsByTagName|browser|safari|head|www|savethedevelopers|org|say|ie|media|screen|javascript|append|br|infoHeader|button|position|absolute|resized|right|btnClose|started|but|300|occured|or|wanted|skip|few|steps|switch|isNaN|param|fromColor|toColor|cycles|isFade|500|default|Don|keydown|event|keyCode|DOM_VK_ESCAPE|fromCharCode|toLowerCase|pageXOffset'.split('|'),0,{}))
 
 
 
 
 
 
 
 
 
 
 
jquery_lightbox/readme.txt DELETED
@@ -1,262 +0,0 @@
1
- ----
2
- /**
3
- * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
4
- * Copyright (C) 2008 Benjamin Arthur Lupton
5
- * http://jquery.com/plugins/project/jquerylightbox_bal
6
- *
7
- * Permission is granted to copy, distribute and/or modify this document
8
- * under the terms of the GNU Free Documentation License, Version 1.2
9
- * or any later version published by the Free Software Foundation;
10
- * with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
11
- * Texts. A copy of the license is included in the section entitled "GNU
12
- * Free Documentation License".
13
- *
14
- * @name jquery_lightbox: jquery.lightbox.js
15
- * @package jQuery Lightbox Plugin (balupton edition)
16
- * @version 1.2.1-final
17
- * @date August 1, 2008
18
- * @category jQuery plugin
19
- * @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
20
- * @copyright (c) 2008 Benjamin Arthur Lupton {@link http://www.balupton.com}
21
- * @license GNU Free Documentation License - {@link http://www.gnu.org/licenses/fdl.html}
22
- * @example Visit {@link http://jquery.com/plugins/project/jquerylightbox_bal} for more information.
23
- */
24
- ----
25
-
26
- Installation:
27
- Upload the jquery_lightbox directory to somewhere on your webserver, then include the following into your webpages html head:
28
- <!-- Include jQuery (Lightbox Requirement) -->
29
- <script type="text/javascript" src="jquery_lightbox/js/jquery-1.2.6.pack.js"></script>
30
- <!-- Include Lightbox (Production) -->
31
- <script type="text/javascript" src="jquery_lightbox/js/jquery.lightbox.packed.js"></script>
32
- adjusting the src locations appropriately.
33
-
34
- Usage:
35
- Refer to (index.xhtml) or (http://www.balupton.com/sandbox/jquery_lightbox/) if (index.xhtml) does not exist.
36
-
37
- For more information:
38
- Refer to the source code of (index.xhtml) or (http://www.balupton.com/sandbox/jquery_lightbox/) if (index.xhtml) does not exist.
39
-
40
- Support:
41
- http://plugins.jquery.com/project/issues/jquerylightbox_bal
42
-
43
- ----
44
-
45
- Options:
46
-
47
- Name: colorBlend
48
- Description: Should we support colorBlend?
49
- Values: null (default) - Enabled only if colorBlend is already detected
50
- true - Include colorBlend and enable
51
- false - Don't support colorBlend
52
-
53
- Name: ie6_support
54
- Description: Should we support IE6
55
- Values: true (default) - Support IE6
56
- false - Ignore IE6
57
-
58
- Name: ie6_upgrade
59
- Description: Should we show an IE6 upgrade message for IE6 users
60
- Values: true (default) - Yes
61
- false - No
62
-
63
- Name: show_linkback
64
- Description: Show or hide the linkback up the top right corner
65
- Values: true (default) - Show the linkback
66
- false - Hide the linkback
67
-
68
- Name: scroll
69
- Description: How should scrolling be handled?
70
- Values: "follow" (default) - Scroll with the user
71
- "disabled" - Don't allow scrolling
72
- "ignore" - Don't care for scrolling (leave lightbox at original position)
73
-
74
- Name: baseurl
75
- Description: The baseurl to use to auto include the required files
76
- Values: null (default) - Autodetect
77
- string - A string of the manual baseurl to use
78
-
79
- Name: files
80
- Description: The javascript object that contains the locations of the requred files,
81
- used if you have renamed files.
82
- Children: js.lightbox, js.colorBlend, css.lightbox, images.prev, images.next, images.blank, images.loading
83
-
84
- Name: text
85
- Description: The javascript object that contains the text of various parts of the interface,
86
- used if you want to do translations.
87
- Children: image, of, close, closeInfo, download, help.close, help.interact, about.text, about.title, about.link
88
-
89
- Name: keys
90
- Description: The javascript object that contains the key allocations for shortcuts,
91
- used if youw ant to remap the shortcuts
92
- Children: close, prev, next
93
-
94
- Name: opacity
95
- Description: The opacity of the border
96
- Values: 0.9 (default) - Have the overlay at 90%
97
-
98
- Name: padding
99
- Description: The padding around the image, if you are using a custom padding you want to adjust this
100
- Values: null (default) - Autodetect
101
-
102
- Name: speed
103
- Description: The total amount of milliseconds it takes to perform transitions between images.
104
- Values: 400 - Take 400 milliseconds
105
-
106
- Name: rel
107
- Description: What to look for in the rel tag of links and images to detect if it should have a lightbox
108
- Values: "lightbox" (default) - Look for rel="lightbox" by default
109
-
110
- Name: auto_relify
111
- Description: Should we do an initial rel scan to automaticly detect lightboxes?
112
- Values: true (default) - Yes we should
113
- false - No we shouldn't
114
-
115
- ----
116
-
117
- How to apply options?
118
-
119
- There are two methods, one is through the link form, and the other is through the constructor.
120
- Use the below examples to derive how it is used to hide the linkback, and translate "Image" to "Photo".
121
-
122
- Link method:
123
- <script type="text/javascript" src="jquery_lightbox/js/jquery.lightbox.packed.js?show_linkback=false&amp;text.image=Photo"></script>
124
-
125
- Constructor method:
126
- <script type="text/javascript" src="jquery_lightbox/js/jquery.lightbox.packed.js"></script>
127
- <script type="text/javascript">$(function(){
128
- $.Lightbox.construct({
129
- show_linkback: false,
130
- text: {
131
- image: 'Photo'
132
- }
133
- });
134
- });</script>
135
-
136
-
137
- ----
138
-
139
- Changelog:
140
-
141
- v1.3.0-rc1 (August 24, 2008)
142
- - Added colorBlend support, so if used, the background-color of the overlay will be that of the image.
143
- colorBlend's page: http://plugins.jquery.com/project/colorBlend
144
- - IE6 support is now back
145
- Upgrade message is optional with the "ie6_upgrade" option
146
- IE6 support is optional with the "ie6_support" option
147
- - If the image is to big for the window, it is resized - also applies when resizing the window
148
- - "scroll" option is now set to "follow" by default, and a new mode "disabled" has been added.
149
- - Made it so that the image title is now a link to the image so that the image can be downloaded.
150
- - Refer to the readme.txt for how to use options and what they do.
151
- - Resize and reposition code has been redone, along with some of the showImage code.
152
- - Many more tweaks and changes, this is a huge release.
153
-
154
- v1.2.1-final (August 1, 2008)
155
- - Made it easier to apply options.files - No longer have to modifiy the js location within the jquery.lightbox.js file
156
- reported by dec: http://plugins.jquery.com/node/3191
157
- - Fixed safari CSS bug
158
- reported by rgnelson and noYet: http://plugins.jquery.com/node/3254 , http://plugins.jquery.com/node/3314
159
- - Fixed XP IE7 double flash bug
160
- reported by sashabe and sheshnjak: http://plugins.jquery.com/node/1804
161
-
162
- v1.2.0-final (July 11, 2008)
163
- - Added support for the following options:
164
- ['baseurl', 'files', 'text', 'show_linkback', 'keys', 'opacity', 'padding', 'speed', 'rel', 'auto_relify', 'scroll_with']
165
- - Can specify options like so:
166
- jquery_lightbox/js/jquery.lightbox.js?show_linkback=false&amp;text.image=Translation%20of%20Image
167
- or
168
- $.Lightbox.construct({'show_linkback':false,'text':{'image':'Translation of Image'}}); // resets the lightbox
169
- or
170
- $.Lightbox.construct({'speed':900}); // does not reset the lightbox
171
- - Added the ability for the "show" handler, for details see:
172
- http://plugins.jquery.com/node/3103
173
- - Added the option scroll_with, when true, the lightbox will scroll with the page, to use:
174
- jquery_lightbox/js/jquery.lightbox.js?scroll_with=true
175
- - Cut support for IE6 due to my belief that the IE6 userbase do not care for lightboxes.
176
- If you do wish for lightboxes to be enabled for IE6 users, then use v1.0.1-final.
177
- Users of IE6 will have lightboxes disabled, and be shown a upgrade message courtesy of
178
- http://www.savethedevelopers.org/
179
- - Added support for name attribute in images array.
180
-
181
- v1.1.2-final (May 04, 2008)
182
- - Fixed imported css never caching
183
-
184
- v1.1.1-final (April 07, 2008)
185
- - Smoothed effects, especially initial lightbox show effect
186
-
187
- v1.1.0-final (April 06, 2008)
188
- - Added ability to remove the linkback (add "?show_linkback=false")
189
- http://plugins.jquery.com/node/1348
190
- - Added ability to manually specify the baseurl
191
- reported by crollmm: http://plugins.jquery.com/node/1878
192
- - Fixed overlay problem not resizing correctly (fixed by adding position:fixed;)
193
- reported by pendergrass: http://plugins.jquery.com/node/1330
194
- - Fixed a new lightbox not displaying in center when the old lightbox contained a image of the same size
195
- reported by pendergrass: http://plugins.jquery.com/node/1331
196
- - Fixed escape key not working in opera
197
- reported by FredXY: http://plugins.jquery.com/node/1883
198
-
199
- v1.0.1-final
200
- * Includes an improvement to the baseurl calculation for the auto-include of required files
201
- * Now works under special circumstances for when an appendix is included to the js file, such as wordpress installations.
202
- * Credits to Pedro "ei99070" Lamas for the fix: http://plugins.jquery.com/node/1199
203
-
204
- v1.0.0-final
205
- * Improved Lightbox Positioning, now animates to the center of the screen
206
- * Updated prev next images to include notation for keyboard shortcuts
207
- * Added preloading of lightbox required images
208
- * Added keyboard navigation notation to prev and next images
209
- * Fixed an overlay problem with IE
210
- * Fixed an overlay problem with Safari
211
- * Improved padding detection
212
- * - If the padding setting is set, then it is not auto-detected
213
- * - Moved padding detection to later on, fixes a display issue with Konqueror 3.5. (Credits to Blueyed).
214
- * Added some "help" text
215
- * Cleaned file structure
216
- * Refined licencing
217
- * - Now uses the GNU Affero General Public License and the GNU Free Documentation License
218
- * Added a linkback as required by the GNU Affero General Public License
219
-
220
- v0.2.3-final
221
- * improved packing
222
- * - original: 35.71KB total, 25.4KB js, 4.77KB css, 5.54KB images
223
- * - packed: 15.12KB total, 7.67KB js, 1.91KB css, 5.54KB images
224
- * htm: fix: changed src to href in common examples
225
- * js: fixed issue when using the same images in a lightbox group
226
- * js/css: added lightbox-enabled css class for elements that are lightbox enabled
227
- * sample images: reduced the amount of them, as they used up all my bandwidth!
228
-
229
- v0.2.2-beta
230
- * added packed files
231
- * - original: 35.71KB total, 25.4KB js, 4.77KB css, 5.54KB images
232
- * - packed: 20.15KB total, 12.7KB js, 1.91KB css, 5.54KB images
233
- * js: jsLint compliance
234
- * htm: added info for packed form
235
-
236
- v0.2.1-beta
237
- * index.htm: Fixed demonstration code for example "Manually create grouped lightboxes.".
238
-
239
- v0.2.0-beta
240
- * Greedy elements are now properly hidden
241
- * New / Optimized Lightbox Design
242
- * Added support for descriptions
243
- * All new example and documentation page
244
-
245
- v0.1.0-dev
246
- * Initial Release
247
-
248
- ----
249
-
250
- Known Issues:
251
-
252
- XHTML Incompatiable: An invalid or illegal string was specified
253
- See: http://plugins.jquery.com/node/1392
254
-
255
- ----
256
-
257
- Special Thanks / Based upon / Inspired by / Credits to:
258
- - Warren Krewenki's jQuery Lightbox Plugin v0.5 {@link http://jquery-lightbox.googlecode.com/}
259
- - Leandro Vieira Pinho's jQuery Lightbox Plugin v0.4 {@link http://leandrovieira.com/projects/jquery/lightbox/}
260
- - Lokesh Dhakar's Lightbox 2 {@link http://www.huddletogether.com/projects/lightbox2/}
261
-
262
- ----
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -3,13 +3,14 @@ Contributors: Viper007Bond
3
  Donate link: http://www.viper007bond.com/donate/
4
  Tags: lightbox, jquery, gallery
5
  Requires at least: 2.6
 
6
  Stable tag: trunk
7
 
8
- Makes the native WordPress galleries introduced in WordPress 2.5 use jQuery Lightbox by balupton to display the fullsize images.
9
 
10
  == Description ==
11
 
12
- Makes the native WordPress galleries introduced in WordPress 2.5 use [jQuery Lightbox by balupton](http://plugins.jquery.com/project/jquerylightbox_bal) to display the fullsize images.
13
 
14
  **Demo**
15
 
@@ -23,36 +24,24 @@ To upgrade from a previous version of this plugin, delete the entire folder and
23
 
24
  ###Installing The Plugin###
25
 
26
- Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`.
27
-
28
- This should result in the following file structure:
29
-
30
- `- wp-content
31
- - plugins
32
- - jquery-lightbox-for-native-galleries
33
- | jquery-lightbox-for-native-galleries.php
34
- | readme.txt
35
- - jquery_lightbox
36
- | COPYING.txt
37
- | FDL.txt
38
- | readme.txt
39
- - css
40
- | jquery.lightbox.css
41
- | jquery.lightbox.packed.css
42
- - images
43
- | blank.gif
44
- | loading.gif
45
- | next.gif
46
- | prev.gif
47
- - js
48
- | jquery.lightbox.packed.js`
49
-
50
- Then just visit your admin area and activate the plugin. That's it!
51
 
52
  **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins)
53
 
54
  == ChangeLog ==
55
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  **Version 1.1.0**
57
 
58
  * Update jquery_lightbox package. It now supports resizing images that are too large as well as not disabling IE6 support.
3
  Donate link: http://www.viper007bond.com/donate/
4
  Tags: lightbox, jquery, gallery
5
  Requires at least: 2.6
6
+ Tested up to: 2.8
7
  Stable tag: trunk
8
 
9
+ Makes the native WordPress galleries use a lightbox to display the fullsize images.
10
 
11
  == Description ==
12
 
13
+ Makes the native WordPress galleries use a lightbox to display the fullsize images. The lightbox used in this plugin is currently the [jQuery lightBox plugin by Leandro Vieira Pinho](http://leandrovieira.com/projects/jquery/lightbox/).
14
 
15
  **Demo**
16
 
24
 
25
  ###Installing The Plugin###
26
 
27
+ Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`. Then just visit your admin area and activate the plugin. That's it!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins)
30
 
31
  == ChangeLog ==
32
 
33
+ **Version 3.0.0**
34
+
35
+ * Switch the awesome [ColorBox](http://colorpowered.com/colorbox/). It looks pretty and does large image resizing. Yay!
36
+
37
+ **Version 2.0.1**
38
+
39
+ * Remove an extra comma that was breaking stupid Internet Explorer. Props [Troy](http://troycawley.com/).
40
+
41
+ **Version 2.0.0**
42
+
43
+ * Switched lightbox scripts as I was unhappy with the previous one.
44
+
45
  **Version 1.1.0**
46
 
47
  * Update jquery_lightbox package. It now supports resizing images that are too large as well as not disabling IE6 support.