Client-side support for the original DiskDump API is finally limping along

This commit is contained in:
Jeff Parsons 2016-02-22 17:38:57 -08:00
commit 3dd7512f4f
33 changed files with 1334 additions and 1054 deletions

View file

@ -5,18 +5,23 @@ permalink: /api/v1/dump/
scripts: # the following list of scripts should mirror what /modules/diskdump/lib/diskdump.js requires
- /modules/shared/lib/defines.js
- /modules/shared/lib/netlib.js
- /modules/shared/lib/strlib.js
- /modules/shared/lib/weblib.js
- /modules/shared/lib/diskapi.js
- /modules/shared/lib/dumpapi.js
- /modules/shared/lib/component.js
- /modules/pcjs/lib/x86.js
- /modules/diskdump/lib/diskdump.js
---
PCjs DiskDump and FileDump API
===
The PCjs [DiskDump](/modules/diskdump/) and [FileDump](/modules/filedump/) API are not supported by the current
PCjs web server. When **pcjs.org** switched from a Node.js web server running on Amazon Web Services to GitHub Pages,
the server-side API had to be abandoned.
The PCjs [DiskDump](/modules/diskdump/) and [FileDump](/modules/filedump/) API are not fully supported
by the current PCjs web server.
When **pcjs.org** switched from a Node.js web server running on
[Amazon Web Services](https://aws.amazon.com/elasticbeanstalk/) to
[GitHub Pages](https://pages.github.com/), the original server-side API had to be abandoned.
However, we're working on a client-side replacement of the API that will run
entirely in your browser, so hopefully portions of the original API will be available in the near future.

View file

@ -7,8 +7,11 @@ permalink: /api/v1/report/
PCjs Reporting API
===
The PCjs Reporting API is not supported by the current PCjs web server. When **pcjs.org** switched from a Node.js
web server running on Amazon Web Services to GitHub Pages, the server-side API had to be abandoned.
The PCjs Reporting API is not supported by the current PCjs web server.
When **pcjs.org** switched from a Node.js web server running on
[Amazon Web Services](https://aws.amazon.com/elasticbeanstalk/) to
[GitHub Pages](https://pages.github.com/), the original server-side API had to be abandoned.
However, if you're encountering a serious problem with any of the machines on **pcjs.org**, feel free to
[send us a note](mailto:Jeff@pcjs.org) about the problem, along with a link to the machine. Thanks.
[send a note](mailto:Jeff@pcjs.org) about the problem, along with a link to the machine. However, there is
no PCjs Customer Service Department, so we may or may not be able to help.

19
api/v1/user/README.md Normal file
View file

@ -0,0 +1,19 @@
---
layout: page
title: PCjs User API
permalink: /api/v1/user/
---
PCjs User API
===
The PCjs User API is not supported by the current PCjs web server.
When **pcjs.org** switched from a Node.js web server running on
[Amazon Web Services](https://aws.amazon.com/elasticbeanstalk/) to
[GitHub Pages](https://pages.github.com/), the original server-side API had to be abandoned.
Support for PCjs user accounts, including remote disk storage, is still partially supported by the
Node.js server implementation, so if you really want to try it, you'll have to check out the
[Developer Notes](https://github.com/jeffpar/pcjs#user-content-developer-notes) section of the
[PCjs Project](https://github.com/jeffpar/pcjs) for instructions on running your own local copy of Node.js and the
PCjs web server.