-
Notifications
You must be signed in to change notification settings - Fork 7
Description
The first couple of lines of README say
Line 3 in a42c553
| Sample project with a simple implementation of the webxdc read and write APIs. |
- the repo is marked as "template"
But for a sample project this looks a little too convoluted, e.g. the "Limitations" section in README looks unnecessary for a sample project, this sounds more like it applies to the webxdc.js stub dev tool. This makes it look like it's required reading to know how this sample project works, which it isn't.
I think sample project must be as short and easy to swallow as possible. We have this in https://docs.webxdc.org/get_started.html#a-simple-example, but I don't know, it looks like we're saying that this is the repo of that simple example.
If it's a dev tool, we shouldn't be regarding it as a sample project in https://docs.webxdc.org/.
I think we need to clearly separate the stub webxdc.js and the sample index.html into different projects (also see "Stop the copy-paste of create-xdc.sh, webxdc.js").