Replaced loadResource() with the more streamlined getResource(), for all your resource-getting needs (well, except for binary files, which should be coming soon)
This commit is contained in:
parent
466c087ece
commit
f032f95611
26 changed files with 3881 additions and 3777 deletions
26
api/v1/dump/README.md
Normal file
26
api/v1/dump/README.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
layout: page
|
||||
title: PCjs DiskDump and FileDump API
|
||||
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/weblib.js
|
||||
- /modules/shared/lib/diskapi.js
|
||||
- /modules/shared/lib/dumpapi.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.
|
||||
|
||||
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.
|
||||
In the meantime, 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 cope of Node.js and the
|
||||
PCjs web server.
|
||||
14
api/v1/report/README.md
Normal file
14
api/v1/report/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: page
|
||||
title: PCjs Reporting API
|
||||
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.
|
||||
|
||||
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.
|
||||
Loading…
Reference in a new issue