spec/README.md
changeset 0 54063d8b0412
equal deleted inserted replaced
-1:000000000000 0:54063d8b0412
       
     1 ## Mobile Spec Suite ##
       
     2 
       
     3 These specs are designed to run inside the mobile device that implements it - _it will fail in the DESKTOP browser_.
       
     4 
       
     5 These set of tests is designed to be used with PhoneGap. You should initialize a fresh PhoneGap repository (git clone 
       
     6 git://github.com/phonegap/phonegap.git) and then toss these files into the www or assets folder, replacing the
       
     7 contents. Make sure you include phonegap.js - each platform directory in the PhoneGap repository has a build or make
       
     8 file, which will create a phonegap.js file for you (and in most cases copy it into the www or assets folder).
       
     9 
       
    10 The goal is to test mobile device functionality inside a mobile browser.
       
    11 Where possible, the PhoneGap API lines up with HTML 5 spec. Maybe down
       
    12 the road we could use this spec for parts of HTML 5, too :)
       
    13 
       
    14 
       
    15 LICENSE
       
    16 ---
       
    17 
       
    18 _Copyright (c) 2009 Rob Ellis, Brian LeRoux, Brock Whitten, Nitobi Software_
       
    19 
       
    20 Permission is hereby granted, free of charge, to any person obtaining
       
    21 a copy of this software and associated documentation files (the
       
    22 "Software"), to deal in the Software without restriction, including
       
    23 without limitation the rights to use, copy, modify, merge, publish,
       
    24 distribute, sublicense, and/or sell copies of the Software, and to
       
    25 permit persons to whom the Software is furnished to do so, subject to
       
    26 the following conditions:
       
    27 
       
    28 The above copyright notice and this permission notice shall be included
       
    29 in all copies or substantial portions of the Software.
       
    30 
       
    31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
    32 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    33 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
       
    34 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
       
    35 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
       
    36 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
       
    37 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.