diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -73,7 +73,9 @@ <a href="http://akhlaghi.org/pdf/reproducible-paper.pdf">slides</a> are also available to help demonstrate the concept implemented here.</p> - <p>http://akhlaghi.org/reproducible-science.html</p> + <ul> + <li><a href="http://akhlaghi.org/reproducible-science.html">http://akhlaghi.org/reproducible-science.html</a></li> + </ul> <p>Maneage is created with the aim of supporting reproducible research by making it easy to start a project in this framework. As shown below, it is @@ -166,7 +168,9 @@ of text (filenames for example) or any of those constructs. For a more detailed (yet still general) introduction see the article on Wikipedia:</p> - <p>https://en.wikipedia.org/wiki/Make_(software)</p> + <ul> + <li><a href="https://en.wikipedia.org/wiki/Make_(software)">https://en.wikipedia.org/wiki/Make_(software)</a></li> + </ul> <p>Make is a +40 year old software that is still evolving, therefore many implementations of Make exist. The only difference in them is some extra @@ -193,9 +197,10 @@ in the second, you can download it in PDF (which may be easier for a first time reading).</p> - <p>https://www.gnu.org/software/make/manual/</p> - - <p>https://www.gnu.org/software/make/manual/make.pdf</p> + <ul> + <li><a href="https://www.gnu.org/software/make/manual/">https://www.gnu.org/software/make/manual/</a></li> + <li><a href="https://www.gnu.org/software/make/manual/make.pdf">https://www.gnu.org/software/make/manual/make.pdf</a></li> + </ul> <p>If you use GNU Make, you also have the whole GNU Make manual on the command-line with the following command (you can come out of the "Info" @@ -1282,7 +1287,7 @@ git clone my-project-git.bundle <h2>Copyright information</h2> - <p>This file is part of Maneage's core: https://git.maneage.org/project.git</p> + <p>This file is part of Maneage's core: <a href="https://git.maneage.org/project.git">https://git.maneage.org/project.git</a></p> <p>Maneage is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free |