https://github.com/davidedc/algebrite-website
website for the Algebrite Computer Algebra System
https://github.com/davidedc/algebrite-website
Last synced: about 2 months ago
JSON representation
website for the Algebrite Computer Algebra System
- Host: GitHub
- URL: https://github.com/davidedc/algebrite-website
- Owner: davidedc
- Created: 2016-04-06T14:34:52.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-06-28T21:18:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T10:26:46.388Z (3 months ago)
- Language: HTML
- Homepage: http://algebrite.org/
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
The Algebrite website http://algebrite.org , with docs and sandboxes. For the actual engine plase see https://github.com/davidedc/Algebrite .
The Algebrite website is generated via the [constexpr.js library](https://github.com/fctorial/ConstexprJS) by [fctorial](https://github.com/fctorial/) (brief documentation [here](https://github.com/davidedc/Algebrite-website/blob/gh-pages/constexpr-library-docs.md) ).
To refresh the site for a new version:
1. `sh cleanup-generated-site.sh`
2. `cd site-generator-constexpr`
3. add the new version to the `dist` folder
4. add the new version's info to `versions-data.js`
5. you can already pre-test the version in the `site-generator-constexpr` folder
6. `sh build-static-site.sh`
7. `cd ..`
8. test the version in the `Algebrite-website-rendered` folder
9. `sh move-generated-site-into-root.sh`
10. commit