You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.7KB

Title: Education: 02. Dependencies Date: 2019-06-25 00:00 Category: Page Slug: education.02.deps Lang: en

< Back Index Next >
01. Why Education 03. Site

In this document we describe PSKOV dependencies and how to get them.

Estimated completion time: 5 minutes.

Table of contents

01. Dependencies

We designed PSKOV to run inside web browsers. Here is what you need to run PSKOV:

PSKOV dependency Notes
1 Web browser of 2010 or newer PSKOV needs ECMAScript 5 (2009), any modern web browser should work
2 Local file system access LFSA gives PSKOV access to your local file system. Install LFSA to be able to use PSKOV.

Note: install LFSA to be able to use PSKOV.

02. Details

PSKOV:

  • is a client side JavaScript application
  • has no direct access to local file system
  • uses LFSA to access local file system
  • uses Showdown to convert Markdown to HTML

LFSA:

  • is a tiny Python server to provide read/write access to local file system
  • runs at 8000 port
  • is under 200 lines of code, feel free to inspect it
< Back Index Next >
01. Why Education 03. Site