From ee263b29b6830e619a7d8f9cd8e62800d1611def Mon Sep 17 00:00:00 2001 From: FunKyWizzarD Date: Fri, 23 Mar 2018 17:25:28 +0100 Subject: [PATCH 1/2] add video explicative --- faq.html | 4 ++++ 1 file changed, 4 insertions(+) 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.
    From 8e0c1d831e963be33ce75e944a3d356ac36e1a1b Mon Sep 17 00:00:00 2001 From: FunKyWizzarD Date: Fri, 23 Mar 2018 17:42:42 +0100 Subject: [PATCH 2/2] improve user-friendly navigation --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.