Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCI Downloads page #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gallery/
*~
.DS_Store
/.idea/
88 changes: 88 additions & 0 deletions download.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>BRL-CAD: Downloads</title>
<link rel="stylesheet" type="text/css" href="/style-download.css">
<script src="/js/download.js"></script>
</head>
<body>
<div class="header" id="header">
<table class="menutable">
<tbody>
<tr>
<td valign="top" class="menu">
<div><a href="/download.html" class="menu">download</a></div>
</td>
<td valign="top" class="menu">
<div><a href="https://www.facebook.com/BRL-CAD-387112738872/" class="menu">news</a></div>
</td>
<td valign="top" class="menu">
<div><a href="https://en.wikipedia.org/wiki/BRL-CAD" class="menu">about</a></div>
</td>
<td valign="top" class="logomenu">
<img src="/img/logo_color.png" alt="Home" class="logo">
</td>
<td valign="top" class="menu">
<div><a href="/wiki/" class="menu">docs</a></div>
</td>
<td valign="top" class="menu">
<div><a href="https://sourceforge.net/projects/brlcad/support" class="menu">support</a></div>
</td>
<td valign="top" class="menu">
<div><a href="/gallery/" class="menu">gallery</a></div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="about" id="about">

<div class="wrapper-main">
<h1 class="main-h1">Download</h1>
<h2 class="byline"><span class="brl">BRL</span><span class="dash">‑</span><span class="cad">CAD</span></h2>
</div>
<table class="dl-os">
<tbody>
<tr id="os-cell">
<td class="dl-os-lm">
<a id="os-scf" class="os-a" href="https://sourceforge.net/projects/brlcad/files/" rel="noreferrer" target="_blank">
<img class="os-ico" src="/img/download/sourcecode.png">
<div class="os-os">
<div class="os-d"></div>
<div class="os-n">All downloads</div>
</div>
</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="list">
<div class="list-switch">
<button id="list-switch-win64" class="list-switch-i" onclick="changeList('win64')">Windows 64bit</button>
<button id="list-switch-win32" class="list-switch-i" onclick="changeList('win32')">Windows 32bit</button>
<button id="list-switch-macos" class="list-switch-i" onclick="changeList('macos')">MacOS</button>
<button id="list-switch-linux64" class="list-switch-i" onclick="changeList('linux64')">Linux 64bit</button>
<button id="list-switch-linux32" class="list-switch-i" onclick="changeList('linux32')">Linux 32bit</button>
<button id="list-switch-bsd64" class="list-switch-i" onclick="changeList('bsd64')">BSD 64bit</button>
<button id="list-switch-bsd32" class="list-switch-i" onclick="changeList('bsd32')">BSD 32bit</button>
<button id="list-switch-source" class="list-switch-i" onclick="changeList('source')">Source</button>
<button id="list-switch-all" class="list-switch-i"><a href="https://sourceforge.net/projects/brlcad/files/" rel="noreferrer"><div>Other Versions</div></a></button>
</div>
<div id="list-win64" class="list-i"></div>
<div id="list-win32" class="list-i"></div>
<div id="list-macos" class="list-i"></div>
<div id="list-linux64" class="list-i"></div>
<div id="list-linux32" class="list-i"></div>
<div id="list-bsd64" class="list-i"></div>
<div id="list-bsd32" class="list-i"></div>
<div id="list-source" class="list-i"></div>
</div>
<div class="footer">
<h1 class="main-h1">BRL-CAD © 2016-2019</h1>
<p>All trademarks referenced herein are the properties of their respective owners. This site is not sponsored, endorsed, or run by the U.S. Government.</p>
</div>
</body>
</html>
109 changes: 109 additions & 0 deletions downloads.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"windows": {
"64bit": {
"latest": "7.26.0",
"7.26.0": {
"name": "7.26.0",
"version": "7.26.0",
"date": "2016-08-08",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/7.26.0/BRL-CAD_7.26.0.2_x64.exe/download",
"type": "r"
},
"7.24.0": {
"name": "7.24.0",
"version": "7.24.0",
"date": "2013-06-13",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/7.24.0/BRL-CAD_7.24.0_x64.exe/download",
"type": "r"
}
},
"32bit": {
"latest": "7.26.0",
"7.26.0": {
"name": "7.26.0",
"version": "7.26.0",
"date": "2016-08-08",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/7.26.0/BRL-CAD_7.26.0.2_x86.exe/download",
"type": "r"
},
"7.24.0": {
"name": "7.24.0",
"version": "7.24.0",
"date": "2013-06-13",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Windows/7.24.0/BRL-CAD_7.24.0_x86.exe/download",
"type": "r"
}
}
},
"macos": {
"latest": "7.24.0",
"7.24.0": {
"name": "7.24.0",
"version": "7.24.0",
"date": "2013-06-13",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Mac%20OS%20X/7.24.0/BRL-CAD%207.24.0.dmg/download",
"type": "r"
}
},
"linux": {
"64bit": {
"latest": "7.28.0",
"7.28.0": {
"name": "7.28.0",
"version": "7.28.0",
"date": "2018-10-20",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/7.28.0/brlcad_7.28.0-0_amd64.deb/download",
"type": "r"
}
},
"32bit": {
"latest": "7.28.0",
"7.28.0": {
"name": "7.28.0",
"version": "7.28.0",
"date": "2018-10-20",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/7.28.0/brlcad_7.28.0-0_i386.deb/download",
"type": "r"
}
}
},
"bsd": {
"64bit": {
"latest": "7.26.0",
"7.26.0": {
"name": "7.26.0",
"version": "7.26.0",
"date": "2016-08-11",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/7.26.0/BRL-CAD_7.26.0_FreeBSD_amd64.tar.gz/download",
"type": "r"
}
},
"32bit": {
"latest": "7.18.0",
"7.18.0": {
"name": "7.18.0",
"version": "7.18.0",
"date": "2010-12-09",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20BSD/7.18.0/brlcad-7.18.0_fbsd_ia32.tbz/download",
"type": "r"
}
}
},
"source": {
"latest": "7.28.0",
"7.28.0": {
"name": "7.28.0",
"version": "7.28.0",
"date": "2018-10-02",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/7.28.0/brlcad-7.28.0.zip/download",
"type": "r"
},
"7.26.4": {
"name": "7.26.4",
"version": "7.26.4",
"date": "2017-09-22",
"url": "https://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/7.26.4/brlcad-7.26.4.zip/download",
"type": "r"
}
}
}
Binary file added img/download/bsd32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/download/bsd64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/download/linux32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/download/linux64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/download/macos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/download/sourcecode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/download/windows32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/download/windows64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
News</a></li>
<li><a href="http://brlcad.org/wiki/">
Documentation</a></li>
<li><a href="http://brlcad.org/d/download">
<li><a href="/download.html">
Download</a></li>
<li>
<a href="http://brlcad.org/d/about">
Expand Down
Loading