From ad7759024a41137f1f39e4e369a75545ba1223a0 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Wed, 10 Feb 2016 09:03:52 +0100 Subject: [PATCH] Make both ftp and http links for source download Apparently some people aren't allowed to use ftp. Change-Id: Ia9270a2692ca3e95569f1de938f1ba0a8fab1a5f --- docs/conf.py | 5 +++-- docs/download.rst | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4f9cc9f866..5ceab000e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ # # This file is part of the GROMACS molecular simulation package. # -# Copyright (c) 2015, by the GROMACS development team, led by +# Copyright (c) 2015,2016, by the GROMACS development team, led by # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, # and including many others, as listed in the AUTHORS file in the # top-level source directory and at http://www.gromacs.org. @@ -145,7 +145,8 @@ rst_epilog += """ .. |Gromacs| replace:: GROMACS .. _gmx-manual: manual-{gmx_version_string}.pdf .. _gmx-manual-parent-dir: ../manual-{gmx_version_string}.pdf -.. |gmx-source-package| replace:: ftp://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz +.. |gmx-source-package-ftp| replace:: As ftp ftp://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz +.. |gmx-source-package-http| replace:: As http http://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz .. |gmx-regressiontests-package| replace:: http://gerrit.gromacs.org/download/regressiontests-{regressiontest_version}.tar.gz .. _up-to-date installation instructions: http://www.gromacs.org/Documentation/Installation_Instructions .. _CUDA: http://www.nvidia.com/object/cuda_home_new.html diff --git a/docs/download.rst b/docs/download.rst index e0bc5bede6..fc58bab707 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -5,7 +5,8 @@ Downloads Source code ----------- -* |gmx-source-package| +* |gmx-source-package-ftp| +* |gmx-source-package-http| * (md5sum |SOURCE_MD5SUM|) Other source code versions may be found at the -- 2.11.4.GIT