Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
css | 2022-12-31 | ||
js | 2022-12-31 | ||
index.html | 2022-12-31 | 7.4 kB | |
readme.txt | 2022-08-12 | 980 Bytes | |
Totals: 4 Items | 8.3 kB | 0 |
Readme : 12/August/2022. Published by Umut YILMAZ. This is the new code for web based online MTW program. It is published at http://www.online-mech.epizy.com. Code can be seen here. It is a pre-alpha version of the program. Versioning is on javascript file which is the root of the program. So, if mtw_vX.js is published, then version is pre_alpha_X. If mtw_avX.js is published, then version is alpha X and so on. You can download and put all files while keeping folder structure of the program : 1. index.html(it will be in the root folder) 2. css folder and file mtw.css 3. js folder and file mtw_XX.js and if you keep this folder structure, you can open the program in the browser. So example structure should be : /home/onlineMTW/ -->index.html /home/onlineMTW/css -->mtw.css /home/onlineMTW/js -->mtw_v4.js Then, write : file://path/to/indexfile/index.html to your browser's navigation bar and program will work there if javascript is enabled. If not, please enable it.