Difference between revisions of "Getting Started - Enyo Apps"

From WebOS-Ports
Jump to navigation Jump to search
(Add Memos.)
(PDF Viewer and Photos and Videos)
Line 31: Line 31:
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.messaging.git</pre>
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.messaging.git</pre>
 
# Open the org.webosports.messaging/app/debug.html file in Firefox (it does not presently work correctly in Google Chrome).
 
# Open the org.webosports.messaging/app/debug.html file in Firefox (it does not presently work correctly in Google Chrome).
 +
 +
== PDF Viewer ==
 +
PDF Viewer doesn't do much on the desktop due to not having a PDF to open.  However, if you want to try it:
 +
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.pdf.git</pre>
 +
# Open the org.webosports.app.pdf/debug.html file in Firefox (it does not presently work in Google Chrome).
 +
 +
== Photos and Videos ==
 +
To download the Photos and Videos app and try running it:
 +
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.photos.git</pre>
 +
# Open the org.webosports.app.photos/debug.html file in Firefox or Chrome.

Revision as of 14:38, 3 January 2016

What is Enyo?

Enyo is a cross-platform JavaScript framework for making apps. A number of the built-in LuneOS apps are written using Enyo.

Calendar

To download the Calendar app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.calendar.git
  2. Open the org.webosports.app.calendar/index.html file in Firefox (it does not presently work in Google Chrome).

Contacts

To download the Contacts app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.contacts.git
  2. Open the org.webosports.app.contacts/index.html file in Firefox (it does not presently work correctly in Google Chrome).

File Manager

The file manager app does not do much when run on the desktop, since it relies heavily on system APIs which are only available under LuneOS. However, if you want to work on the interface, you can still download the File Manager app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.filemanager.git
  2. Open the org.webosports.app.filemanager/debug.html file. It works in both Firefox and Chrome.

Maps

To download the Maps app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.maps.git
  2. Open the org.webosports.app.maps/index.html file. It works in both Firefox and Chrome.

Memos

To download the Memos app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.memos.git
  2. Open the org.webosports.app.memos/debug.html file in Firefox (it does not presently work correctly in Google Chrome).

Messaging

To download the Messaging app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.messaging.git
  2. Open the org.webosports.messaging/app/debug.html file in Firefox (it does not presently work correctly in Google Chrome).

PDF Viewer

PDF Viewer doesn't do much on the desktop due to not having a PDF to open. However, if you want to try it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.pdf.git
  2. Open the org.webosports.app.pdf/debug.html file in Firefox (it does not presently work in Google Chrome).

Photos and Videos

To download the Photos and Videos app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.photos.git
  2. Open the org.webosports.app.photos/debug.html file in Firefox or Chrome.