Skip to content

Commit

Permalink
jQuery.cycle2 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Jul 21, 2014
1 parent 7056a42 commit c968849
Show file tree
Hide file tree
Showing 88 changed files with 2,506 additions and 0 deletions.
Binary file added InstallPackages/00_jQuery.cycle2.core_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/01_jQuery.cycle2.tmpl_2.1.5.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added InstallPackages/02_jQuery.cycle2.hash_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/02_jQuery.cycle2.loader_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/02_jQuery.cycle2.pager_2.1.5.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added InstallPackages/03_jQuery.cycle2_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/jquery.cycle2.caption2_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/jquery.cycle2.carousel_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/jquery.cycle2.center_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/jquery.cycle2.flip_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/jquery.cycle2.ie-fade_2.1.5.zip
Binary file not shown.
Binary file not shown.
Binary file added InstallPackages/jquery.cycle2.shuffle_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/jquery.cycle2.swipe_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/jquery.cycle2.tile_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/jquery.cycle2.video_2.1.5.zip
Binary file not shown.
Binary file added InstallPackages/jquery.tcycle_2.1.5.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Dual licensed as <a href="http://malsup.github.com/mit-license.txt">MIT</a> and <a href="http://malsup.github.com/gpl-license-v2.txt">GPL</a></p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="jQuery.cycle2.core" type="JavaScript_Library" version="2.1.5">
<friendlyName>Cycle2 core</friendlyName>
<description>The bare minimum. If you're looking to shave as many bytes as possible off the weight of Cycle2, use just this library.</description>
<owner>
<name>Engage Software</name>
<organization>Engage Software</organization>
<url>http://www.engagesoftware.com</url>
<email>[email protected]</email>
</owner>
<license src="LICENSE.htm" />
<releaseNotes />
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="managedPackage" version="1.7.0">jQuery</dependency>
</dependencies>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>jQuery.cycle2.core</libraryName>
<fileName>jQuery.cycle2.core.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
<jsfiles>
<libraryFolderName>jQuery.cycle2.core</libraryFolderName>
<jsfile>
<name>jQuery.cycle2.core.js</name>
</jsfile>
</jsfiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Dual licensed as <a href="http://malsup.github.com/mit-license.txt">MIT</a> and <a href="http://malsup.github.com/gpl-license-v2.txt">GPL</a></p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="jQuery.cycle2.tmpl" type="JavaScript_Library" version="2.1.5">
<friendlyName>Cycle2 Template plugin</friendlyName>
<description><![CDATA[This plugin provides support for template processing which is used by the caption and pager plugins. See <a href="http://jquery.malsup.com/cycle2/demo/tmpl.php">the demo</a>. It is included by default in the jQuery.Cycle2 library.]]></description>
<owner>
<name>Engage Software</name>
<organization>Engage Software</organization>
<url>http://www.engagesoftware.com</url>
<email>[email protected]</email>
</owner>
<license src="LICENSE.htm" />
<releaseNotes />
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="managedPackage" version="1.7.0">jQuery</dependency>
<dependency type="managedPackage" version="2.1.0">jQuery.cycle2.core</dependency>
</dependencies>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>jQuery.cycle2.tmpl</libraryName>
<fileName>jQuery.cycle2.tmpl.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
<jsfiles>
<libraryFolderName>jQuery.cycle2.tmpl</libraryFolderName>
<jsfile>
<name>jQuery.cycle2.tmpl.js</name>
</jsfile>
</jsfiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Dual licensed as <a href="http://malsup.github.com/mit-license.txt">MIT</a> and <a href="http://malsup.github.com/gpl-license-v2.txt">GPL</a></p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="jQuery.cycle2.autoheight" type="JavaScript_Library" version="2.1.5">
<friendlyName>Cycle2 Auto Height plugin</friendlyName>
<description><![CDATA[This plugin provides logic for automatic height management which is very useful for fluid or responsive designs. See <a href="http://jquery.malsup.com/cycle2/demo/autoheight.php">the demo</a>. It is included by default in the jQuery.Cycle2 library.]]></description>
<owner>
<name>Engage Software</name>
<organization>Engage Software</organization>
<url>http://www.engagesoftware.com</url>
<email>[email protected]</email>
</owner>
<license src="LICENSE.htm" />
<releaseNotes />
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="managedPackage" version="1.7.0">jQuery</dependency>
<dependency type="managedPackage" version="2.1.0">jQuery.cycle2.core</dependency>
</dependencies>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>jQuery.cycle2.autoheight</libraryName>
<fileName>jQuery.cycle2.autoheight.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
<jsfiles>
<libraryFolderName>jQuery.cycle2.autoheight</libraryFolderName>
<jsfile>
<name>jQuery.cycle2.autoheight.js</name>
</jsfile>
</jsfiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Dual licensed as <a href="http://malsup.github.com/mit-license.txt">MIT</a> and <a href="http://malsup.github.com/gpl-license-v2.txt">GPL</a></p>
Loading

0 comments on commit c968849

Please sign in to comment.