Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dynare
website
Commits
47cab3c1
Verified
Commit
47cab3c1
authored
Sep 17, 2019
by
Sébastien Villemot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 7z archives
parent
cd08e082
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
_includes/download-snapshot.html
_includes/download-snapshot.html
+5
-0
_includes/download-stable.html
_includes/download-stable.html
+5
-1
setup-download-links.sh
setup-download-links.sh
+2
-6
No files found.
_includes/download-snapshot.html
View file @
47cab3c1
...
...
@@ -25,6 +25,11 @@
{% include snapshot/download-snapshot-windows.html %}
</div>
<br
/>
<p>
7z archive:
</p>
<div
class=
"download_table"
>
{% include snapshot/download-snapshot-windows-7z.html %}
</div>
<br
/>
<p>
Zip archive:
</p>
<div
class=
"download_table"
>
{% include snapshot/download-snapshot-windows-zip.html %}
...
...
_includes/download-stable.html
View file @
47cab3c1
...
...
@@ -19,11 +19,15 @@
<a
href=
"https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w64-installer.exe"
>
64-bit
</a>
or
<a
href=
"https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w32-installer.exe"
>
32-bit
</a>
)
</p>
<p>
Both
an executable installer and a zip archive
are available
.
</p>
<p>
Available as
an executable installer
,
and a
s 7z and
zip archive
s
.
</p>
<p
class=
"stable"
>
<i
class=
"fas fa-file-download"
></i>
{% include release/download-release-windows.html %}
</p>
<p
class=
"stable"
>
<i
class=
"fas fa-file-download"
></i>
{% include release/download-release-windows-7z.html %}
</p>
<p
class=
"stable"
>
<i
class=
"fas fa-file-download"
></i>
{% include release/download-release-windows-zip.html %}
...
...
setup-download-links.sh
View file @
47cab3c1
...
...
@@ -8,12 +8,8 @@ for branch in release snapshot; do
mkdir
-p
"
$branch
"
cd
"
$branch
"
wget
--no-verbose
"https://www.dynare.org/
$branch
/macos.json"
wget
--no-verbose
"https://www.dynare.org/
$branch
/source.json"
wget
--no-verbose
"https://www.dynare.org/
$branch
/windows.json"
wget
--no-verbose
"https://www.dynare.org/
$branch
/windows-zip.json"
for
dir
in
macos
source
windows windows-zip
;
do
for
dir
in
macos
source
windows windows-7z windows-zip
;
do
wget
--no-verbose
"https://www.dynare.org/
$branch
/
$dir
.json"
readarray
-t
filenames < <
(
jq .[].filename
"
$dir
.json"
)
readarray
-t
timestamps < <
(
jq .[].date
"
$dir
.json"
)
readarray
-t
size < <
(
jq .[].size
"
$dir
.json"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment