twitter/src/main/resources/org/apidesign/html/demo/twitter/index.html
changeset 14 7d1be0cc9595
parent 0 6fe609b8f0fb
child 20 c71dff3a524c
     1.1 --- a/twitter/src/main/resources/org/apidesign/html/demo/twitter/index.html	Mon Apr 29 13:42:23 2013 +0200
     1.2 +++ b/twitter/src/main/resources/org/apidesign/html/demo/twitter/index.html	Tue May 14 08:07:12 2013 +0200
     1.3 @@ -47,8 +47,8 @@
     1.4          <h2>Bck2Brwsr's Twitter</h2>
     1.5          
     1.6          <p>
     1.7 -        This code based on original <a href="http://knockoutjs.com/examples/twitter.html">knockout.js Twitter example</a> and
     1.8 -        uses almost unmodified HTML code. It just changes the model. It 
     1.9 +        This code is based on original <a href="http://knockoutjs.com/examples/twitter.html">knockout.js Twitter example</a> and
    1.10 +        uses almost unmodified HTML page. It just changes the model. It 
    1.11          is written in Java language and it is executed using <a href="http://bck2brwsr.apidesign.org">Bck2Brwsr</a>
    1.12          virtual machine. The Java source code has about 190 lines and is available 
    1.13          <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>