|
31 | 31 | <script> |
32 | 32 | var fileinfo = {}; |
33 | 33 | </script> |
34 | | - <script src="inc/mac_release_links.js"></script> |
35 | | - <script src="inc/win_release_links.js"></script> |
36 | | - <script src="inc/linux_release_links.js"></script> |
37 | | - <script src="inc/src_release_links.js"></script> |
38 | | - <script src="inc/rc_links.js"></script> |
39 | 34 | <script> |
40 | 35 | function setSnapshotFileInfo(key, name, size, url) { |
41 | 36 | fileinfo[key + "_NAME"] = name; |
|
55 | 50 | } |
56 | 51 | }); |
57 | 52 | </script> |
58 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_wasm.js"></script> |
59 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_macos.js"></script> |
60 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_win64.js"></script> |
61 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_linux_x86_64.js"></script> |
62 | | - <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_linux_aarch64.js"></script> |
| 53 | + <script src="inc/releases.js"></script> |
| 54 | + <script type="text/javascript" src="https://files.openscad.org/rc/.rc.js" onload="jQuery(function(){ jQuery('#rc').show(); jQuery('#nav-rc').show(); });"></script> |
| 55 | + <script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshots.js"></script> |
63 | 56 | </head> |
64 | 57 | <body> |
65 | 58 |
|
@@ -119,7 +112,7 @@ <h1>Downloads</h1> |
119 | 112 | <li><a href="#linux">Linux</a></li> |
120 | 113 | <li><a href="#other-systems">Other Systems</a></li> |
121 | 114 | <li><a href="#source-code">Source Code</a></li> |
122 | | - <!--<li><a href="#rc">Release Candidates</a></li>--> |
| 115 | + <li id="nav-rc" style="display:none"><a href="#rc">Release Candidates</a></li> |
123 | 116 | <li><a href="#docker">Docker</a></li> |
124 | 117 | <li><a href="#snapshots">Development Snapshots</a></li> |
125 | 118 | <li><a href="#priorreleases">Prior Releases</a></li> |
@@ -340,8 +333,7 @@ <h3 id="SRC_RELEASE_NAME">OpenSCAD</h3></a> |
340 | 333 | <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> |
341 | 334 | </section> |
342 | 335 |
|
343 | | - <!-- |
344 | | - <section id="rc"> |
| 336 | + <section id="rc" style="display:none"> |
345 | 337 | <h1>Release Candidates</h1> |
346 | 338 | <p>Release Candidates are builds that contain all features that will be included in the next release and are intended |
347 | 339 | to reach a wider audience for testing before the final release. |
@@ -438,7 +430,6 @@ <h3 id="SRC_RC_NAME">OpenSCAD</h3> |
438 | 430 | </div> |
439 | 431 | </div> |
440 | 432 | </section> |
441 | | - --> |
442 | 433 |
|
443 | 434 | <section id="docker"> |
444 | 435 | <h1>Docker</h1> |
|
0 commit comments