| Line 1... |
Line 1... |
| 1 |
<?xml version="1.0" encoding="ISO-8859-1"?>
|
1 |
<?xml version="1.0" encoding="ISO-8859-1"?>
|
| 2 |
<plugin name="wkgalerie" version="0.1" active="1">
|
2 |
<plugin name="wkgalerie" version="0.1" active="1">
|
| 3 |
<author>Jean-Pascal MILCENT</author>
|
3 |
<author>Jean-Pascal MILCENT</author>
|
| 4 |
<label>Galerie de photos</label>
|
4 |
<label>Galerie de photos</label>
|
| 5 |
<desc>Galerie de photos utilisant Jquery et rassemblant le code suivant :
|
- |
|
| 6 |
jQuery lightBox plugin
|
- |
|
| 7 |
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
|
- |
|
| 8 |
* and adapted to me for use like a plugin from jQuery.
|
- |
|
| 9 |
* @name jquery-lightbox-0.4.js
|
- |
|
| 10 |
* @author Leandro Vieira Pinho - http://leandrovieira.com
|
- |
|
| 11 |
* @version 0.4
|
- |
|
| 12 |
* @date November 17, 2007
|
- |
|
| 13 |
* @category jQuery plugin
|
- |
|
| 14 |
* @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
|
- |
|
| 15 |
* @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
|
- |
|
| 16 |
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin</desc>
|
5 |
<desc>Galerie de photos utilisant Jquery et rassemblant le code jQuery lightBox plugin, jQuery SliderViewer Plugin, jQuery Easing v1.3, jQuery Tooltip plugin 1.1</desc>
|
| 17 |
|
- |
|
| 18 |
jQuery SliderViewer Plugin
|
- |
|
| 19 |
* @name jquery.slideviewer.1.1.js
|
- |
|
| 20 |
* @author Gian Carlo Mingati - http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html
|
- |
|
| 21 |
* @version 1.1
|
- |
|
| 22 |
* @date October 6, 2007
|
- |
|
| 23 |
* @category jQuery plugin
|
- |
|
| 24 |
* @copyright (c) 2007 Gian Carlo Mingati (gcmingati.net)
|
- |
|
| 25 |
* @license ?
|
- |
|
| 26 |
* @example Visit http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html for more informations about this jQuery plugin
|
- |
|
| 27 |
|
- |
|
| 28 |
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
|
- |
|
| 29 |
*
|
- |
|
| 30 |
* Uses the built In easIng capabilities added In jQuery 1.1
|
- |
|
| 31 |
* to offer multiple easIng options
|
- |
|
| 32 |
*
|
- |
|
| 33 |
* @copyright (c) 2007 George Smith
|
- |
|
| 34 |
* @license Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
|
- |
|
| 35 |
|
- |
|
| 36 |
* jQuery Tooltip plugin 1.1
|
- |
|
| 37 |
*
|
- |
|
| 38 |
* http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
|
- |
|
| 39 |
*
|
- |
|
| 40 |
* Copyright (c) 2006 Jörn Zaefferer, Stefan Petre
|
- |
|
| 41 |
*
|
- |
|
| 42 |
* Dual licensed under the MIT and GPL licenses:
|
- |
|
| 43 |
* http://www.opensource.org/licenses/mit-license.php
|
- |
|
| 44 |
* http://www.gnu.org/licenses/gpl.html
|
- |
|
| 45 |
*
|
- |
|
| 46 |
* Revision: $Id: jquery.tooltip.js 2237 2007-07-04 19:11:15Z joern.zaefferer $
|
- |
|
| 47 |
|
- |
|
| 48 |
Copyright (c) 2007 Paul Bakaus (paul.bakaus@googlemail.com) and Brandon Aaron (brandon.aaron@gmail.com || http://brandonaaron.net)
|
- |
|
| 49 |
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
|
- |
|
| 50 |
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
|
- |
|
| 51 |
*
|
- |
|
| 52 |
* $LastChangedDate: 2007-06-22 04:38:37 +0200 (Fr, 22 Jun 2007) $
|
- |
|
| 53 |
* $Rev: 2141 $
|
- |
|
| 54 |
*
|
- |
|
| 55 |
* Version: 1.0b2
|
- |
|
| 56 |
</desc>
|
- |
|
| 57 |
</plugin>
|
6 |
</plugin>
|
| 58 |
|
7 |
|