JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    As jscad.xyz is down, where to get more doc?

    General Discussions
    3
    9
    1495
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tubaro1 last edited by

      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 2 Replies Last reply Reply Quote 0
      • danmarshall
        danmarshall @z3dev last edited by

        @z3dev thank you, that is really helpful!

        1 Reply Last reply Reply Quote 0
        • z3dev
          z3dev @tubaro1 last edited by

          For those in a bind, I put V2 JSCAD online at www.gfnews.net/jscad/

          1 Reply Last reply Reply Quote 0
          • z3dev
            z3dev @tubaro1 last edited by

            V2 DOCUMENTATION...

            I put the documentation online at http://www.gfnews.net/jscad/docs/index.html

            danmarshall 1 Reply Last reply Reply Quote 0
            • T
              tubaro1 @z3dev last edited by

              @z3dev said in As jscad.xyz is down, where to get more doc?:

              OpenJSCAD.org/docs/index.html

              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!

              1 Reply Last reply Reply Quote 0
              • z3dev
                z3dev @tubaro1 last edited by

                @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.

                1 Reply Last reply Reply Quote 0
                • z3dev
                  z3dev @danmarshall last edited by

                  @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'

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    tubaro1 last edited by

                    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.

                    z3dev 1 Reply Last reply Reply Quote 0
                    • danmarshall
                      danmarshall last edited by

                      I also needed the docs during the downtime. My wish would be to have the docs in the GitHub repo.

                      z3dev 1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Powered by NodeBB | Contributors