Author: yohei Date: Mon Oct 15 19:39:39 2012 New Revision: 1398473 URL: http://svn.apache.org/viewvc?rev=1398473&view=rev Log: updated splash screens for iphone5 / added rakefile for site generator
Added: incubator/cordova/site/Gemfile incubator/cordova/site/Rakefile incubator/cordova/site/public/downloads/screens_4.zip (with props) Removed: incubator/cordova/site/public/downloads/screens_3.zip Modified: incubator/cordova/site/README.md incubator/cordova/site/public/artwork.html incubator/cordova/site/www/artwork.html Added: incubator/cordova/site/Gemfile URL: http://svn.apache.org/viewvc/incubator/cordova/site/Gemfile?rev=1398473&view=auto ============================================================================== --- incubator/cordova/site/Gemfile (added) +++ incubator/cordova/site/Gemfile Mon Oct 15 19:39:39 2012 @@ -0,0 +1,5 @@ +source :rubygems + +gem 'rake' +gem 'mustache' +gem 'json' \ No newline at end of file Modified: incubator/cordova/site/README.md URL: http://svn.apache.org/viewvc/incubator/cordova/site/README.md?rev=1398473&r1=1398472&r2=1398473&view=diff ============================================================================== --- incubator/cordova/site/README.md (original) +++ incubator/cordova/site/README.md Mon Oct 15 19:39:39 2012 @@ -8,13 +8,15 @@ Dependencies - Mustache for Ruby - LessCSS - Json +- See `Gemfile` for more details How to compile the site ----------------------- - from commandline, set `cd` to your `cordova-website` repo -- run the command: `ruby bin/gen.rb` +- run `bundle install` (only the first time, or whenever the Gemfile is updated) +- run `rake build` to generate the site - the site will be generated in `public` folder Added: incubator/cordova/site/Rakefile URL: http://svn.apache.org/viewvc/incubator/cordova/site/Rakefile?rev=1398473&view=auto ============================================================================== --- incubator/cordova/site/Rakefile (added) +++ incubator/cordova/site/Rakefile Mon Oct 15 19:39:39 2012 @@ -0,0 +1,4 @@ +task :build do + require 'bin/gen.rb' + puts 'site compiled' +end Modified: incubator/cordova/site/public/artwork.html URL: http://svn.apache.org/viewvc/incubator/cordova/site/public/artwork.html?rev=1398473&r1=1398472&r2=1398473&view=diff ============================================================================== --- incubator/cordova/site/public/artwork.html (original) +++ incubator/cordova/site/public/artwork.html Mon Oct 15 19:39:39 2012 @@ -68,7 +68,7 @@ <div class="grid"> <div class="wrap"> <div class="button-container middle"> - <a class="button" href="downloads/screens_3.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a> + <a class="button" href="downloads/screens_4.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a> </div> <p><br/><img src="images/splash.png" alt=""/></p> </div> Added: incubator/cordova/site/public/downloads/screens_4.zip URL: http://svn.apache.org/viewvc/incubator/cordova/site/public/downloads/screens_4.zip?rev=1398473&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/cordova/site/public/downloads/screens_4.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: incubator/cordova/site/www/artwork.html URL: http://svn.apache.org/viewvc/incubator/cordova/site/www/artwork.html?rev=1398473&r1=1398472&r2=1398473&view=diff ============================================================================== --- incubator/cordova/site/www/artwork.html (original) +++ incubator/cordova/site/www/artwork.html Mon Oct 15 19:39:39 2012 @@ -72,7 +72,7 @@ <div class="grid"> <div class="wrap"> <div class="button-container middle"> - <a class="button" href="downloads/screens_3.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a> + <a class="button" href="downloads/screens_4.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a> </div> <p><br/><img src="images/splash.png" alt=""/></p> </div>