As jscad.xyz is down, where to get more doc?
-
Hello!
I was digging on the web looking for more documentation (actually, those at http://jscad.xyz/docs/) but as the website is down, I couldn't find any other website or wiki with the resources. It's possible to upload a backup of that website to have the information offline?
By the way, I saw from github #779 there's a clone with the packages https://jscad.surge.sh/ to use in the meanwhile or jscad-now.
Thanks!
-
@z3dev thank you, that is really helpful!
-
For those in a bind, I put V2 JSCAD online at www.gfnews.net/jscad/
-
V2 DOCUMENTATION...
I put the documentation online at http://www.gfnews.net/jscad/docs/index.html
-
@z3dev said in As jscad.xyz is down, where to get more doc?:
Excellent @z3dev, that work as a champ. I just draged and drop the index.html from the folder that you mentioned to the browser and I got access to the /docs published at jscad.xyz. I'll keep working.
Have a good weekend!
-
@tubaro1 said in As jscad.xyz is down, where to get more doc?:
I saw more content at the jscad.xyz site, hope to have it back up soon.
I believe the ETA for restoration of services is next week. It was a disastrous fire.
https://www.pcmag.com/news/ovhcloud-data-center-devastated-by-fire-entire-building-destroyed
We are looking for a temporary home for V1 and V2 instances of the websites. If anyone has a website then it may be possible.
-
@danmarshall A good idea. I'll look into this.
For those looking with a little more technical savy, V2 JSCAD can be downloaded and run locally. Documentation can be generated as well. Here's how...
git clone https://github.com/jscad/OpenJSCAD.org.git cd OpenJSCAD.org git checkout V2 npm install npm bootstrap npm run docs
A local instance of the WEB UI can be started by
cd packages/web npm run dev
The docs will be opened from the directory 'OpenJSCAD.org/docs/index.html'
-
Hey Dan, I hope this can help you: https://github.com/jscad/OpenJSCAD.org/tree/V2/jsdoc/tutorials
I saw more content at the jscad.xyz site, hope to have it back up soon.
-
I also needed the docs during the downtime. My wish would be to have the docs in the GitHub repo.