Skip to content
Snippets Groups Projects
Commit 39cd0502 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

shortcode for jugit/mlz

parent 51a280b2
No related branches found
No related tags found
2 merge requests!1511changes from r20.0,!1509Revise installation instructions; revise hugo config params; use shortcodes for URLs; repair broken links
......@@ -79,7 +79,7 @@ This requires developer access, which we will grant you upon informal request.
The terminal output will contain a message like
```
remote: To create a merge request for test, visit:
remote: https://jugit.fz-juelich.de/mlz/bornagain/-/merge_requests/new?merge_request%5Bsource_branch%5D=my_feature
remote: {{% url-jugit %}}/bornagain/-/merge_requests/new?merge_request%5Bsource_branch%5D=my_feature
remote:
```
Login to Jugit. Visit the indicated URL to open a Merge Request.
......@@ -5,15 +5,15 @@ weight = 20
## Get the sources
Besides the sources of [BornAgain](https://jugit.fz-juelich.de/mlz/bornagain) you need
those of our support libraries [libheinz](https://jugit.fz-juelich.de/mlz/libheinz)
Besides the sources of [BornAgain]({{% url-jugit %}}/bornagain) you need
those of our support libraries [libheinz]({{% url-jugit %}}/libheinz)
and {{% link-libformfactor %}}.
If in doubt, install the tarballs of the latest published release:
```bash
https://jugit.fz-juelich.de/mlz/libheinz/-/releases
https://jugit.fz-juelich.de/mlz/libformfactor/-/releases
https://jugit.fz-juelich.de/mlz/bornagain/-/releases
{{% url-jugit %}}/libheinz/-/releases
{{% url-jugit %}}/libformfactor/-/releases
{{% url-jugit %}}/bornagain/-/releases
```
......@@ -24,16 +24,16 @@ and work on the current "main" branch.
The `tar` command allows downloading and unpacking in one go:
```bash
$ wget -qO- https://jugit.fz-juelich.de/mlz/libheinz/-/archive/main/libheinz-main.tar.gz | tar zx
$ wget -qO- https://jugit.fz-juelich.de/mlz/libformfactor/-/archive/main/libformfactor-main.tar.gz | tar zx
$ wget -qO- https://jugit.fz-juelich.de/mlz/bornagain/-/archive/main/bornagain-main.tar.gz | tar zx
$ wget -qO- {{% url-jugit %}}/libheinz/-/archive/main/libheinz-main.tar.gz | tar zx
$ wget -qO- {{% url-jugit %}}/libformfactor/-/archive/main/libformfactor-main.tar.gz | tar zx
$ wget -qO- {{% url-jugit %}}/bornagain/-/archive/main/bornagain-main.tar.gz | tar zx
```
#### Git
You can also get access to the source code by cloning our public Git repository:
```bash
$ git clone https://jugit.fz-juelich.de/mlz/libheinz.git
$ git clone https://jugit.fz-juelich.de/mlz/libformfactor.git
$ git clone https://jugit.fz-juelich.de/mlz/bornagain.git
$ git clone {{% url-jugit %}}/libheinz.git
$ git clone {{% url-jugit %}}/libformfactor.git
$ git clone {{% url-jugit %}}/bornagain.git
```
......@@ -7,7 +7,7 @@ weight = 20
BornAgain is a multi-platform framework available in Windows, MacOS and Linux.
The C++ code, all configuration files, tests and Python scripts are all open-source,
available at https://jugit.fz-juelich.de/mlz/bornagain.
available at {{% url-jugit %}}/bornagain.
##### General Structure
......
https://jugit.fz-juelich.de/mlz{{- print "" -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment