Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.73 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.73 KB

#Sights

Sights is a sample WinJS application built using YUI3. It's meant to be used as reference or a starter application. Sights queries YQL for Dribbble shots and displays them in a Master/Detail view.

Sights

##Set Up

  1. Clone this project.
  2. Go into js/lib/
  3. Clone YUI3 from http://github.com/yui/yui3/
  4. In Visual Studio, include /js/lib/yui3/build/ in your project. No need to include the /src/ directory. You can do this by right-clicking on /build/ and selecting "Include in Project".
  5. Try building the project in Visual Studio. It should run.

Any issues? File them here.

##License

License Copyright (c) 2012 Yahoo! Inc. All rights reserved.

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.