aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2023-01-28 11:13:38 +0100
committerRobert Alessi <alessi@robertalessi.net>2023-01-28 11:25:07 +0100
commit041bc818209a872ed0840a3961fe20fda93f9986 (patch)
treeab01da38f0b9eee5dadce9e8ee524e8453794189
parent6db09e249734290a36f0cd0a9eccdf154c81bfa8 (diff)
downloadekdosis-041bc818209a872ed0840a3961fe20fda93f9986.tar.gz
COPYING -> LICENSE. added sr.ht repo
-rw-r--r--LICENSE (renamed from COPYING)0
-rw-r--r--Makefile2
-rw-r--r--README.md4
-rw-r--r--about.html2
4 files changed, 7 insertions, 1 deletions
diff --git a/COPYING b/LICENSE
index cfcd8aa..cfcd8aa 100644
--- a/COPYING
+++ b/LICENSE
diff --git a/Makefile b/Makefile
index a38fa34..69dd727 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ HOMEDIR := $$HOME
9SAMPLES := samples 9SAMPLES := samples
10 10
11exts := md html ins dtx el 11exts := md html ins dtx el
12files := AUTHORS.md COPYING 12files := AUTHORS.md LICENSE
13findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") 13findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)")
14findfiles := $(foreach file,$(files), -or -iname "$(file)") 14findfiles := $(foreach file,$(files), -or -iname "$(file)")
15 15
diff --git a/README.md b/README.md
index d2281e6..328ea42 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,10 @@ Use this command to download the repository
95 95
96 git clone http://git.robertalessi.net/ekdosis 96 git clone http://git.robertalessi.net/ekdosis
97 97
98or
99
100 git clone https://git.sr.ht/~ralessi/ekdosis
101
98A new directory named ekdosis will have been created, containing 102A new directory named ekdosis will have been created, containing
99`ekdosis`. 103`ekdosis`.
100 104
diff --git a/about.html b/about.html
index 8011a6f..6b945d4 100644
--- a/about.html
+++ b/about.html
@@ -78,6 +78,8 @@ version control system. You will need to install git (most Unix/Linux
78distributions package it in their repositories).</p> 78distributions package it in their repositories).</p>
79<p>Use this command to download the repository</p> 79<p>Use this command to download the repository</p>
80<pre><code>git clone http://git.robertalessi.net/ekdosis</code></pre> 80<pre><code>git clone http://git.robertalessi.net/ekdosis</code></pre>
81<p>or</p>
82<pre><code>git clone https://git.sr.ht/~ralessi/ekdosis</code></pre>
81<p>A new directory named ekdosis will have been created, containing 83<p>A new directory named ekdosis will have been created, containing
82<code>ekdosis</code>.</p> 84<code>ekdosis</code>.</p>
83<h2 id="git-hosting">Git Hosting</h2> 85<h2 id="git-hosting">Git Hosting</h2>