Sfoglia il codice sorgente

Re-folder kitchen-sink (example)

soyjavi 13 anni fa
parent
commit
61cb589220

kitchen-sink/app/app.js → example/app/app.js


kitchen-sink/app/asides/features.html → example/app/asides/features.html


kitchen-sink/app/asides/left.html → example/app/asides/left.html


kitchen-sink/app/asides/right.html → example/app/asides/right.html


kitchen-sink/app/events.carousel.js → example/app/events.carousel.js


kitchen-sink/app/events.notification.js → example/app/events.notification.js


kitchen-sink/app/events.pull.js → example/app/events.pull.js


kitchen-sink/app/events.touch.js → example/app/events.touch.js


kitchen-sink/app/events.trigger.js → example/app/events.trigger.js


kitchen-sink/app/scaffold.coffee → example/app/scaffold.coffee


kitchen-sink/app/sections/aside.html → example/app/sections/aside.html


kitchen-sink/app/sections/carousel.html → example/app/sections/carousel.html


kitchen-sink/app/sections/color.html → example/app/sections/color.html


kitchen-sink/app/sections/data-attribute.html → example/app/sections/data-attribute.html


kitchen-sink/app/sections/form.html → example/app/sections/form.html


kitchen-sink/app/sections/grid.html → example/app/sections/grid.html


kitchen-sink/app/sections/icon.html → example/app/sections/icon.html


kitchen-sink/app/sections/layout.html → example/app/sections/layout.html


kitchen-sink/app/sections/layoutevents.html → example/app/sections/layoutevents.html


kitchen-sink/app/sections/list.html → example/app/sections/list.html


kitchen-sink/app/sections/notification.html → example/app/sections/notification.html


kitchen-sink/app/sections/pull.html → example/app/sections/pull.html


kitchen-sink/app/sections/scroll.html → example/app/sections/scroll.html


kitchen-sink/app/sections/splash.html → example/app/sections/splash.html


kitchen-sink/app/sections/touchevents.html → example/app/sections/touchevents.html


kitchen-sink/app/view.js → example/app/view.js


+ 1 - 1
kitchen-sink/index.html

@@ -175,7 +175,7 @@
     </section>
 
     <!-- Lungo dependencies -->
-    <script src="../src/lib/quo.debug.js"></script>
+    <script src="../components/QuoJS/quo.js"></script>
     <!--
     <script src="../package/lungo.js"></script>
     -->

kitchen-sink/stylesheets/app.css → example/stylesheets/app.css


+ 0 - 142
kitchen-sink/index.package.html

@@ -1,142 +0,0 @@
-<!doctype html>
-<html>
-<head>
-    <meta charset="utf-8">
-    <title>KitchenSink - Lungo 2.0</title>
-    <meta name="description" content="">
-    <meta name="author" content="Javier Jiménez Villar (@soyjavi)">
-    <meta name="HandheldFriendly" content="True">
-    <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
-    <meta name="apple-mobile-web-app-capable" content="yes">
-    <meta name="apple-mobile-web-app-status-bar-style" content="black">
-    <meta name="format-detection" content="telephone=no">
-    <meta http-equiv="cleartype" content="on">
-
-    <!-- iPhone -->
-    <link href="http://lungo.tapquo.com/resources/icon-57.png" sizes="57x57" rel="apple-touch-icon">
-    <link href="http://lungo.tapquo.com/resources/startup-image-320x460.png" media="(device-width: 320px) and (device-height: 480px)
-             and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
-
-    <!-- iPhone (Retina) -->
-    <link href="http://lungo.tapquo.com/resources/icon-114.png" sizes="114x114" rel="apple-touch-icon">
-    <link href="http://lungo.tapquo.com/resources/startup-image-640x920.png" media="(device-width: 320px) and (device-height: 480px)
-             and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
-
-    <!-- iPhone 5 -->
-    <link href="http://lungo.tapquo.com/resources/startup-image-640x1096.png" media="(device-width: 320px) and (device-height: 568px)
-             and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
-
-    <!-- iPad -->
-    <link href="http://lungo.tapquo.com/resources/icon-72.png" sizes="72x72" rel="apple-touch-icon">
-    <link href="http://lungo.tapquo.com/resources/startup-image-768x1004.png" media="(device-width: 768px) and (device-height: 1024px)
-             and (orientation: portrait)
-             and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
-    <link href="http://lungo.tapquo.com/resources/startup-image-748x1024.png" media="(device-width: 768px) and (device-height: 1024px)
-             and (orientation: landscape)
-             and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
-
-    <!-- iPad (Retina) -->
-    <link href="http://lungo.tapquo.com/resources/icon-144.png" sizes="144x144" rel="apple-touch-icon">
-    <link href="http://lungo.tapquo.com/resources/startup-image-1536x2008.png" media="(device-width: 768px) and (device-height: 1024px)
-             and (orientation: portrait)
-             and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
-    <link href="http://lungo.tapquo.com/resources/startup-image-1496x2048.png" media="(device-width: 768px) and (device-height: 1024px)
-             and (orientation: landscape)
-             and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
-
-    <!-- Main Stylesheet -->
-    <link rel="stylesheet" href="../package/lungo.css">
-    <link rel="stylesheet" href="../package/lungo.icon.css">
-    <link rel="stylesheet" href="../package/lungo.icon.brand.css">
-    <link rel="stylesheet" href="../package/lungo.theme.default.css">
-
-    <!-- App Stylesheet -->
-    <link rel="stylesheet" href="stylesheets/app.css">
-</head>
-
-<body class="app">
-    <section id="main" data-transition="slide">
-        <header  class="">
-            <nav class="left box">
-                <a href="#features" data-router="aside" data-icon="menu"></a>
-            </nav>
-            <div class="left">
-                <div class="centered title with-subtitle">
-                    Lungo
-                    <small class="subtitle">HTML5 Cross-Device Framework</small>
-                </div>
-            </div>
-        </header>
-
-        <article id="main-article" class="list indented scroll">
-            <ul>
-                <li class="dark">
-                    <strong>
-                    A framework for developers who want to design, build and share cross device apps.
-                </strong>
-                </li>
-                <li data-icon="brand html5" class="feature">
-                    <strong>HTML5 Optimized Apps</strong>
-                    Lungo Framework supports open web standards, such as HTML5, CSS3 and JavaScript. It brings consistent browser environment across mobiles, tvs and desktop devices.
-                </li>
-                <li data-icon="brand github-2" class="feature">
-                    <strong>Open Source Project</strong>
-                    Each new line of code in Lungo is welcome, we hope that Developers and restless minds help us to improve day by day this humble project.
-                </li>
-                <li data-icon="book" class="feature">
-                    <strong>Powerfull JavaScript API</strong>
-                    Each new line of code in Lungo is welcome, we hope that Developers and restless minds help us to improve day by day this humble project.
-                </li>
-                <li data-icon="brand branch" class="feature">
-                    <strong>Multi-Device full support</strong>
-                    Is known that create apps for each platform is expensive, this situation is increased by the arrival of tablets and SmartTVs. Lungo will suit all of them creating a unique and amazing UX.
-                </li>
-
-                <li>
-                    <a href="https://twitter.com/intent/tweet?original_referer=http%3A%2F%2Flungo.tapquo.com%2F&text=@lungojs a framework for developers who want to design, build and share cross device apps" data-icon="brand twitter" target="_blank" class="button anchor theme" data-label="Tweet me"></a>
-
-                </li>
-            </ul>
-        </article>
-    </section>
-
-    <!-- Lungo dependencies -->
-    <script src="../src/lib/quo.debug.js"></script>
-    <script src="../package/lungo.js"></script>
-
-    <!-- LungoJS - Sandbox App -->
-    <script>
-        Lungo.init({
-            name: 'Kitchen Sink',
-            version: '2.0',
-            sugars: ['map', 'pull'],
-            resources: ['app/sections/layout.html',
-                        'app/sections/notification.html',
-                        'app/sections/list.html',
-                        'app/sections/icon.html',
-                        'app/sections/grid.html',
-                        'app/sections/form.html',
-                        'app/sections/aside.html',
-                        'app/sections/touchevents.html',
-                        'app/sections/layoutevents.html',
-                        'app/sections/splash.html',
-                        'app/sections/data-attribute.html',
-                        'app/sections/scroll.html',
-                        'app/sections/color.html',
-                        'app/sections/pull.html',
-                        'app/sections/carousel.html',
-                        'app/sections/environment.html',
-                        'app/asides/features.html',
-                        'app/asides/left.html',
-                        'app/asides/right.html']
-
-        });
-    </script>
-    <script src="app/app.js"></script>
-        <script src="app/events.notification.js"></script>
-        <script src="app/events.touch.js"></script>
-        <script src="app/events.pull.js"></script>
-        <script src="app/events.carousel.js"></script>
-        <script src="app/events.trigger.js"></script>
-</body>
-</html>

File diff suppressed because it is too large
+ 0 - 1333
src/lib/quo.debug.js


File diff suppressed because it is too large
+ 0 - 26
src/lib/quo.js