Coder Social home page Coder Social logo

xui's Introduction

XUI

A lightweight, dead simple, microtiny, super modular JavaScript framework for building mobile web applications.

XUI Application Authors and Hackers

Its true: the minified code is super tiny. You can find more information, downloads and documentation at http://xuijs.com ---if you want to build your own custom XUI or help contribute: please read on!

XUI Contributors and Hackers

To get the full source you need to use Git. git clone the repo (as per usual) and then pull in the dependencies via git submodule init and git submodule update. To build xui: run rake in the shell of your choice from the root of the project directory. (This requires Ruby.) There are other tasks for code minification, running the specs and generating docs. Run rake -T to see them all.

Source Tree

xui
 |-Rakefile ................. tasks for building, testing, etc. see them all by running rake -T
 |-README.md ................ you are reading it!
 | 
 |-src
 | |-base.js ................ bare essentials for dom node retrieval
 | |
 | |-core ................... essentials:
 | | |-dom.js ............... - dom node manipulation
 | | |-event.js ............. - event subscribe/publish
 | | |-fx.js ................ - animation
 | | |-style.js ............. - css hackery
 | | '-xhr.js ............... - remoting
 | |
 | |-more ................... extras (yagni unless ygni)
 | | |-base.js  
 | | |-dom.js  	
 | | |-event.js	
 | | |-form.js .............. form handlers, serialization
 | | |-fx.js	
 | | |-xhr.js  
 | | '-json.js .............. json utilities
 | |
 | '-IE
 |   |-core
 |   | |-dom.js
 |   | |-event.js
 |   | '-style.js
 |   | 
 |   '-more
 |     '-event.js
 |
 |-spec ..................... the spec
 | |-core.html
 | '-more.html
 | 
 |-packages ................. 3rd party libs utilized by XUI (gitsubmodules)
 | |-qunit .................. - awesome async friendly test lib by John Resig
 | |-shoulda-js ............. - bdd sugar for qunit with mobile friendly output
 | |-emile .................. - amazing tiny effects lib by Thomas Fuchs
 | |-sizzle ................. - kickass selector engine that powers jQuery, also by John Resig. Used optionally for builds geared for BlackBerries.
 | '-split.js ............... - override IE bad implementation of String.split
 |
 |-lib ...................... build directory (not in version control)
 | |-xui-core-1.0.0.js
 | |-xui-more-1.0.0.js
 | |-xui-bb-1.0.0.js
 | |-xui-ie-1.0.0.js
 | |-xui-core-min-1.0.0.js
 | |-xui-more-min-1.0.0.js
 | |-xui-bb-min-1.0.0.js
 | '-xui-ie-min-1.0.0.js
 | 
 '-util .................... utils for minification, obfuscation, verification

CREATORS

CONTRIBUTORS

(If I missed you pls let us know!)

LICENSE

Copyright (c) 2008, 2009, 2010 Brian LeRoux, Brock Whitten, Rob Ellis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

xui's People

Contributors

brianleroux avatar gdagley avatar iamwilhelm avatar johnboxall avatar jrburke avatar remy avatar silentrob avatar sintaxi avatar slexaxton avatar tivac avatar yoka avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.