diff --git a/lfsa/en/index.html b/lfsa/en/index.html index 7b169ce..b0b6a61 100644 --- a/lfsa/en/index.html +++ b/lfsa/en/index.html @@ -23,6 +23,10 @@ { width: 100%; } + video + { + width: 100%; + } html { font-family: sans-serif; @@ -91,6 +95,7 @@

+

Overview

Local File System Access (LFSA) is:

-

CSWA

Client Side Web Apps run solely on your device, they are not related to cloud solutions in any way: nobody can pull the plug on you. CSWAs may use LFSA to keep data locally so that you could have complete control of your data.

PSKOV static site generator is the first CSWA to use LFSA.

-

Install

-

If you use Linux or macOS released after 2005 (yes, 2005), you only need to download lfsa_1.0.0.py.

-

If you use Windows 2000 or newer (excluding Windows ME), you need to:

- -

Run

-

If you use Linux or macOS, run LFSA in terminal this way:

+

Download LFSA

+

Download lfsa_1.0.0.py.

+

If you use Linux or macOS, you're all set.

+

Install Python (Windows only)

+ +

Windows doesn't have Python installed by default, you have to install Python yourself to be able to run LFSA.

+

Note: the video depicts Python 2.3.4 installation under Windows 2000, use the latest Python available for your version of Windows.

+

Run LFSA

+

Linux and macOS

+ +

If you use Linux or macOS, run LFSA in terminal:

/path/to/lfsa_1.0.0.py /path/to/dir
 
-

Here's how it looks like on macOS Mojave:

-

LFSA on macOS Mojave

-

If you use Windows, run LFSA in CMD this way:

+

Windows

+ +

If you use Windows, run LFSA in CMD:

C:/path/to/Python/installation/python.exe C:/path/to/lfsa_1.0.0.py C:/path/to/dir
 
-

Here's how it looks like on Windows 2000:

-

LFSA on Windows 2000

Durability

As you noticed, LFSA can run on really old operating systems dating back to 2000. That's intentional: we care about users, so we want to cover as many users as possible.

diff --git a/lfsa/en/index.md b/lfsa/en/index.md index 2fa14fb..9861fe4 100644 --- a/lfsa/en/index.md +++ b/lfsa/en/index.md @@ -1,9 +1,11 @@ Title: Index -Date: 2019-05-30 00:00 +Date: 2019-06-26 00:00 Category: Page Slug: index Lang: en +## Overview + **L**ocal **F**ile **S**ystem **A**ccess (**LFSA**) is: * a tiny web server to allow client side JS access to local file system @@ -11,44 +13,59 @@ Lang: en * a single Python file * released under [CC0][cc0] license (public domain) -## CSWA - Client Side Web Apps run solely on your device, they are not related to cloud solutions in any way: nobody can pull the plug on you. CSWAs may use LFSA to keep data locally so that you could have complete control of your data. [PSKOV][pskov] static site generator is the first CSWA to use LFSA. -## Install +## Download LFSA + +Download [lfsa_1.0.0.py][lfsa-local]. + +If you use Linux or macOS, you're all set. + +## Install Python (Windows only) -If you use Linux or macOS released after 2005 (yes, 2005), you only need to [download lfsa_1.0.0.py][lfsa-local]. + -If you use Windows 2000 or newer (excluding Windows ME), you need to: +Windows doesn't have Python installed by default, you have to [install Python yourself][python] to be able to run LFSA. -* [download][python] and install Python 2.3 or newer -* [download lfsa_1.0.0.py][lfsa-local] +**Note**: the video depicts Python 2.3.4 installation under Windows 2000, use the latest Python available for your version of Windows. -## Run +## Run LFSA -If you use Linux or macOS, run LFSA in terminal this way: +### Linux and macOS + + + +If you use Linux or macOS, run LFSA in terminal: ``` /path/to/lfsa_1.0.0.py /path/to/dir ``` -Here's how it looks like on macOS Mojave: +### Windows -![LFSA on macOS Mojave][lfsa-on-macos] + -If you use Windows, run LFSA in [CMD][cmd] this way: +If you use Windows, run LFSA in [CMD][cmd]: ``` C:/path/to/Python/installation/python.exe C:/path/to/lfsa_1.0.0.py C:/path/to/dir ``` -Here's how it looks like on Windows 2000: - -![LFSA on Windows 2000][lfsa-on-windows] - ## Durability As you noticed, LFSA can run on really old operating systems dating back to 2000. That's intentional: we care about users, so we want to cover as many users as possible. @@ -57,6 +74,4 @@ As you noticed, LFSA can run on really old operating systems dating back to 2000 [lfsa-local]: ../lfsa_1.0.0.py [python]: https://www.python.org/downloads/windows/ [cmd]: https://en.wikipedia.org/wiki/Cmd.exe -[lfsa-on-macos]: ../img/lfsa-on-macos.png -[lfsa-on-windows]: ../img/lfsa-on-windows.png [cc0]: https://creativecommons.org/share-your-work/public-domain/cc0/ diff --git a/lfsa/en/item.template b/lfsa/en/item.template index 8f3afa7..50bb43a 100644 --- a/lfsa/en/item.template +++ b/lfsa/en/item.template @@ -23,6 +23,10 @@ { width: 100%; } + video + { + width: 100%; + } html { font-family: sans-serif; diff --git a/lfsa/img/lfsa-on-macos.png b/lfsa/img/lfsa-on-macos.png deleted file mode 100644 index b36f539..0000000 Binary files a/lfsa/img/lfsa-on-macos.png and /dev/null differ diff --git a/lfsa/img/lfsa-on-windows.png b/lfsa/img/lfsa-on-windows.png deleted file mode 100644 index 019d447..0000000 Binary files a/lfsa/img/lfsa-on-windows.png and /dev/null differ diff --git a/lfsa/ru/index.html b/lfsa/ru/index.html index be06300..f25c268 100644 --- a/lfsa/ru/index.html +++ b/lfsa/ru/index.html @@ -23,6 +23,10 @@ { width: 100%; } + video + { + width: 100%; + } html { font-family: sans-serif; @@ -82,7 +86,7 @@