Advertizing various deployment options
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 26 Jul 2014 11:15:18 +0200
changeset 18377670cba08c3
parent 182 01951f6c119c
child 184 d7b4941d09e9
Advertizing various deployment options
minesweeper/src/main/webapp/pages/android_logo.jpg
minesweeper/src/main/webapp/pages/index.html
minesweeper/src/main/webapp/pages/ios_logo.jpg
minesweeper/src/main/webapp/pages/netbeans_logo.jpg
     1.1 Binary file minesweeper/src/main/webapp/pages/android_logo.jpg has changed
     2.1 --- a/minesweeper/src/main/webapp/pages/index.html	Sat Jul 26 10:35:40 2014 +0200
     2.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Sat Jul 26 11:15:18 2014 +0200
     2.3 @@ -155,7 +155,83 @@
     2.4         </div>
     2.5        </div>
     2.6      </div>
     2.7 -
     2.8 +<div class="row" data-bind="visible: !fieldShowing()">
     2.9 +  <div class="col-sm-6 col-md-4">
    2.10 +    <div class="thumbnail">
    2.11 +        <img src="android_logo.jpg" width="120" height="120" alt="Android">
    2.12 +      <div class="caption">
    2.13 +        <h3>DlvkBrwsr</h3>
    2.14 +        <p>
    2.15 +            This application has been packaged to run on your Android phone
    2.16 +            and is available on Google Play! In this mode it
    2.17 +            uses Dalvik virtual machine to execute Java code natively.
    2.18 +            It uses Android's WebView to display the UI and execute
    2.19 +            generated JavaScript. Both these components are
    2.20 +            bound together via <a href="http://wiki.apidesign.org/wiki/DlvkBrwsr">
    2.21 +            DlvkBrwsr</a>.
    2.22 +        </p>
    2.23 +        <p>
    2.24 +            <a href="https://play.google.com/store/apps/details?id=org.apidesign.demo.minesweeper"
    2.25 +               target="_blank"
    2.26 +               class="btn btn-primary" role="button"
    2.27 +               >Install &raquo;</a> 
    2.28 +        </p>
    2.29 +      </div>
    2.30 +    </div>
    2.31 +  </div>
    2.32 +  <div class="col-sm-6 col-md-4">
    2.33 +    <div class="thumbnail">
    2.34 +        <img src="ios_logo.jpg" width="120" height="120" alt="Android">
    2.35 +      <div class="caption">
    2.36 +        <h3>iBrwsr</h3>
    2.37 +        <p>
    2.38 +            This application can also be packaged to run on your iPhone
    2.39 +            or iPad. It is not yet available on AppStore, but it will.
    2.40 +            In this mode it
    2.41 +            uses <a target="_blank" href="http://www.robovm.org">RoboVM</a> 
    2.42 +            virtual machine to execute Java code natively.
    2.43 +            It uses iOS WebView to display the UI and execute
    2.44 +            generated JavaScript. Both these components are
    2.45 +            bound together via <a target="_blank" 
    2.46 +                href="http://wiki.apidesign.org/wiki/IBrwsr">
    2.47 +            iBrwsr</a> library.
    2.48 +        </p>
    2.49 +        <p>
    2.50 +            <a href="http://wiki.apidesign.org/wiki/IBrwsr"
    2.51 +               target="_blank"
    2.52 +               class="btn btn-primary" role="button"
    2.53 +               >Learn more &raquo;</a> 
    2.54 +        </p>
    2.55 +      </div>
    2.56 +    </div>
    2.57 +  </div>
    2.58 +  <div class="col-sm-6 col-md-4">
    2.59 +    <div class="thumbnail">
    2.60 +        <img src="netbeans_logo.jpg" width="120" height="120" alt="Android">
    2.61 +      <div class="caption">
    2.62 +        <h3>Develop Own App!</h3>
    2.63 +        <p>
    2.64 +            One can package this application as a 
    2.65 +            <a href="http://plugins.netbeans.org/plugin/53864/"
    2.66 +               target="_blank"
    2.67 +            >plugin for NetBeans</a> or
    2.68 +            use <a href="http://www.netbeans.org" target="_blank">
    2.69 +            NetBeans</a> IDE to create
    2.70 +            application like this yourself. Enjoy the
    2.71 +            power of <em>HTML</em> and <em>Java</em>.
    2.72 +            Write your applications once and deploy and display 
    2.73 +            them on any device!
    2.74 +        </p>
    2.75 +        <p>
    2.76 +            <a href="http://wiki.apidesign.org/wiki/DukeScriptInNetBeans"
    2.77 +               target="_blank"
    2.78 +               class="btn btn-primary" role="button"
    2.79 +               >Develop &raquo;</a> 
    2.80 +        </p>
    2.81 +      </div>
    2.82 +    </div>
    2.83 +  </div>
    2.84 +</div>
    2.85          <!-- boot bck2brwsr -->
    2.86          <script type="text/javascript" src="bck2brwsr.js"></script>
    2.87          <script>
     3.1 Binary file minesweeper/src/main/webapp/pages/ios_logo.jpg has changed
     4.1 Binary file minesweeper/src/main/webapp/pages/netbeans_logo.jpg has changed