twitter/src/main/resources/org/apidesign/html/demo/twitter/index.html
branchclassloader
changeset 37 4a36b310c6da
parent 36 7ff8ac49cd8c
     1.1 --- a/twitter/src/main/resources/org/apidesign/html/demo/twitter/index.html	Thu Jun 20 13:18:10 2013 +0200
     1.2 +++ b/twitter/src/main/resources/org/apidesign/html/demo/twitter/index.html	Thu Jun 20 13:28:40 2013 +0200
     1.3 @@ -33,7 +33,7 @@
     1.4  <!DOCTYPE html>
     1.5  <html xmlns="http://www.w3.org/1999/xhtml">
     1.6      <head>
     1.7 -        <title>Bck2Brwsr's Twitter</title>
     1.8 +        <title>Twitter in Java and HTML</title>
     1.9      </head>
    1.10      <body>
    1.11          <link href='twitterExample.css' rel='Stylesheet' ></link>
    1.12 @@ -44,13 +44,12 @@
    1.13          </style>
    1.14          
    1.15          
    1.16 -        <h2>Bck2Brwsr's Twitter</h2>
    1.17 +        <h2>Twitter in Java and HTML</h2>
    1.18          
    1.19          <p>
    1.20          This code is based on original <a href="http://knockoutjs.com/examples/twitter.html">knockout.js Twitter example</a> and
    1.21 -        uses almost unmodified HTML page. It just changes the model. It 
    1.22 -        is written in Java language and it is executed using <a href="http://bck2brwsr.apidesign.org">Bck2Brwsr</a>
    1.23 -        virtual machine. The Java source code has about 190 lines and is available 
    1.24 +        uses almost unmodified HTML page. It just changes the model and executes
    1.25 +        it via HotSpot virtual machine. The Java source code has about 190 lines and is available 
    1.26          <a href="http://source.apidesign.org/hg/bck2brwsr/file/7fc6b7e9c982/javaquery/demo-twitter/src/main/java/org/apidesign/bck2brwsr/demo/twitter/TwitterClient.java">here</a>
    1.27          - in fact it may even be more dense than the original JavaScript model.
    1.28          </p>