-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
3,345 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<p>Your old styles and properties <em>might not work out of the box</em>. | ||
Some property names have been changed, noted below, as well as namespacing prefixes being applied to all elements. | ||
This means that <code>.flex-direction-nav .next</code> is now <code>.flex-direction-nav .flex-next</code> by default. | ||
The namespacing property is exposed, free for you to change.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<dotnetnuke type="Package" version="5.0"> | ||
<packages> | ||
<package name="FlexSlider" type="JavaScript_Library" version="02.01.00"> | ||
<friendlyName>FlexSlider JavaScript Library</friendlyName> | ||
<description>An awesome, fully responsive jQuery slider toolkit.</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 src="CHANGES.htm" /> | ||
<azureCompatible>true</azureCompatible> | ||
<dependencies> | ||
<dependency type="managedPackage" version="1.4.2">jQuery</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="JavaScript_Library"> | ||
<javaScriptLibrary> | ||
<libraryName>FlexSlider</libraryName> | ||
<fileName>jquery.flexslider.js</fileName> | ||
<preferredScriptLocation>BodyBottom</preferredScriptLocation> | ||
<objectName>jQuery.fn.flexslider</objectName> | ||
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.1/jquery.flexslider-min.js</CDNPath> | ||
</javaScriptLibrary> | ||
</component> | ||
<component type="JavaScriptFile"> | ||
<jsfiles> | ||
<libraryFolderName>FlexSlider</libraryFolderName> | ||
<jsfile> | ||
<name>jquery.flexslider.js</name> | ||
</jsfile> | ||
</jsfiles> | ||
</component> | ||
<component type="ResourceFile"> | ||
<resourceFiles> | ||
<basePath>Resources\Libraries\FlexSlider\2.1.0</basePath> | ||
<resourceFile> | ||
<name>Resources.zip</name> | ||
</resourceFile> | ||
</resourceFiles> | ||
</component> | ||
</components> | ||
</package> | ||
</packages> | ||
</dotnetnuke> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<p>FlexSlider is <a href="https://github.com/woothemes/FlexSlider/tree/version/2.1#general-notes">licensed under the GPLv2 license</a></p> |
Binary file not shown.
Oops, something went wrong.