###########################################
  Lighbox2 Plugin v0.6.4

  by Kjell Bublitz ( www.m3nt0r.de )
  released on 2007-01-04

###########################################

CHANGES IN THIS VERSION: 

  - URL detection fixed, hopefully (steve)
  - Picture-detection updated (steve)
  - Double/Single Quote fixed (mentor)
  - HTTPS should be working due to URL fix


INSTALLATION:

  1. Unzip the file to your local hard-drive
  
  2. Upload the 'lightbox-plugin.php' and the 'folder' from the archive  
     to your wordpress plugin folder (/wp-content/plugins/)
     
     Structure should look like this :
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     /wp-content/plugins/
                     |
                     ---- lightbox-plugin.php
                     |
                     ---- /lightbox-plugin/ (folder)
                                   |
                                   ----- files like in the archive
                                                                      
  3. Go to your Adminstration Panel and activate it.


USAGE:

  # How to create a lightbox image
  ------------------------------------------------
  
  The script is basicly fully automatic. It will convert
  already posted images and will transform images in all
  your Posts and Pages upon page generation. 
  
  
  # How to create a caption within the lightbox
  ------------------------------------------------
  
  The Javascript part of this plugin uses the title-attribute
  of your image link (anchor-tag <a> pointing to a image) and 
  includes the text into the lightbox. That is automatic aswell
  if a title="" part is present.
  
  
  # How to create a series with the plugin?
  ------------------------------------------------
  
  To create a series of images (set of linked images) all you 
  need to do is to enclose a name for the series with wavey brackets,
  like so:
  
    <a href="images/holdays01.jpg" title="{holidays} Arrival">
    <a href="images/holdays02.jpg" title="{holidays} At the hotel">
    <a href="images/holdays03.jpg" title="{holidays} On the beach">
    
  This will create a series consisting of 3 images 
  under the name "holidays". 

  If you use the image upload function which Wordpress 2 provides 
  simply use the "Title:" input field for all your captioning and 
  series-setup needs. It's so easy. :)
  
  Note: It is necessary that a space follows the closing bracket. 
  The space will not be displayed within the caption, don't worry.
   
  
  # How to disable the Plugin for a post or page?
  ------------------------------------------------
  
  If you don't want the lightbox plugin affect a specific post, 
  then you simply have to add the following into the body text:
  
     ##NOLIGHTBOX##
     
  Don't worry.. this will be removed automaticly too ;)
  
      
  # How to disable the Plugin for single image?
  ------------------------------------------------
  
  For this we use the wavey brackets trick once again.
  To disable the lightbox on a particular image you have 
  to put the following into the title-attribute:
  
      {nolb}
      
  It is the same story as if you want to create a series.
  Since this word is now reserved for this functionally 
  keep in mind that you cannot create a series using this
  keyword. For a non-lightbox plugin you can of course 
  still have a title describing the image. Just append
  it like seen in series.
  
  
##############################################################

  Thanks to all donators and people helping to wipe out bugs, 
  and everbody saying thx and hello in the comments.
  
  Keep visiting my site.. maybe there will be a v0.7 ...
  If you have suggestions let me know. I'll see what 
  i can do :)
  
  Have fun!
  
  Kjell Bublitz 
  http://www.m3nt0r.de