|
27 | 27 | <script> |
28 | 28 | var fileinfo = {}; |
29 | 29 | </script> |
30 | | - <script src="inc/mac_release_links.js"></script> |
31 | | - <script src="inc/win_release_links.js"></script> |
32 | | - <script src="inc/linux_release_links.js"></script> |
33 | | - <script src="inc/src_release_links.js"></script> |
34 | | - <script src="inc/rc_links.js"></script> |
35 | 30 | <script> |
36 | 31 | function setSnapshotFileInfo(key, name, size, url) { |
37 | 32 | fileinfo[key + "_NAME"] = name; |
|
51 | 46 | } |
52 | 47 | }); |
53 | 48 | </script> |
54 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_wasm.js"></script> |
55 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_macos.js"></script> |
56 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_win32.js"></script> |
57 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_win64.js"></script> |
58 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_linux_x86_64.js"></script> |
59 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_linux_aarch64.js"></script> |
| 49 | + <script src="inc/releases.js"></script> |
| 50 | + <script type="text/javascript" src="https://files.openscad.org/rc/.rc.js" onload="jQuery(function(){ jQuery('#rc').show(); jQuery('#nav-rc').show(); });"></script> |
| 51 | + <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshots.js"></script> |
60 | 52 | </head> |
61 | 53 | <body> |
62 | 54 |
|
@@ -108,7 +100,7 @@ <h1>Downloads</h1> |
108 | 100 | <li><a href="#linux">Linux</a></li> |
109 | 101 | <li><a href="#other-systems">Other Systems</a></li> |
110 | 102 | <li><a href="#source-code">Source Code</a></li> |
111 | | - <!--<li><a href="#rc">Release Candidates</a></li>--> |
| 103 | + <li id="nav-rc" style="display:none"><a href="#rc">Release Candidates</a></li> |
112 | 104 | <li><a href="#docker">Docker</a></li> |
113 | 105 | <li><a href="#snapshots">Development Snapshots</a></li> |
114 | 106 | <li><a href="#priorreleases">Prior Releases</a></li> |
@@ -308,8 +300,7 @@ <h3 id="SRC_RELEASE_NAME">OpenSCAD</h3></a> |
308 | 300 | <p>You can also access the latest source code on github: <a href="https://github.com/openscad/openscad" target="_blank">openscad/openscad on github</a></p> |
309 | 301 | </section> |
310 | 302 |
|
311 | | - <!-- |
312 | | - <section id="rc"> |
| 303 | + <section id="rc" style="display:none"> |
313 | 304 | <h1>Release Candidates</h1> |
314 | 305 | <p>Release Candidates are builds that contain all features that will be included in the next release and are intended |
315 | 306 | to reach a wider audience for testing before the final release. |
@@ -406,7 +397,6 @@ <h3 id="SRC_RC_NAME">OpenSCAD</h3> |
406 | 397 | </div> |
407 | 398 | </div> |
408 | 399 | </section> |
409 | | - --> |
410 | 400 |
|
411 | 401 | <section id="docker"> |
412 | 402 | <h1>Docker</h1> |
|
0 commit comments