aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-01 13:04:08 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-01 13:14:44 +0430
commit19708e1361bba15ae9d829e710bd3f766699a766 (patch)
tree29c1cc4603e2781f1b74e3ba0d6507797bf55743
parentee8a7b3ca2b3e729c47e16c9f7dc79235335f046 (diff)
about: Put loose links in <p> inside <ul> and <a>
-rw-r--r--about.html17
1 files changed, 11 insertions, 6 deletions
diff --git a/about.html b/about.html
index 7cb4472..2cff22a 100644
--- a/about.html
+++ b/about.html
@@ -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