diff --git a/faq.html b/faq.html index ec20aba..16f7734 100644 --- a/faq.html +++ b/faq.html @@ -16,6 +16,7 @@

PharoJS FAQ

  • Where can I find the HTML code for App tests (e.g. PjCounterApp and PjMinimalApp)?
  • Where can I find the PharoJS documentation?
  • Where can I download the ESUG 2016 Demo (Pharo 4 image + Web App + PhoneGap App)?
  • +
  • Where can I find a video explicative of PharoJS with examples ?
  • Are there any PharoJS goodies (Shirts, Mugs...)?
  • @@ -44,6 +45,9 @@

    Where can I find the PharoJS documentation?

    Where can I download the ESUG 2016 Demo (Pharo 4 image + Web App + PhoneGap App)?

    Ready to use Pharo 4 image with for the demo of the ESUG 2016 talk. The zip file includes the files (e.g. HTML) for the web app and for the PhoneGap mobile application [ZIP approx. 85 MB] +

    Where can I find a video explicative of PharoJS with examples ?

    + +

    Are there any PharoJS goodies (Shirts, Mugs...)?

    Different PharoJS goodies are available. Please click on the picture below.
    diff --git a/index.html b/index.html index f9b98bf..be9064f 100644 --- a/index.html +++ b/index.html @@ -12,12 +12,14 @@

    PharoJS: Develop in Pharo, Run on Javascript

    PharoJS is an open source (MIT License) infrastructure (framework + middleware + tools) that allows developing and testing in Pharo applications that ultimately run on a javascript interpreter. It is a general purpose solution. For example, PharoJS can be used to develop client side web applications. It can also be used to support cross-platform mobile apps based on Apache Cordova or Phone Gap.