aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2023-01-24 17:55:26 +0100
committerRobert Alessi <alessi@robertalessi.net>2023-01-24 17:55:26 +0100
commit95fd135a7c6df67f540907a4dbbabf48f2978b3b (patch)
treef116e3e6a998cfc51e5c6ca10610f0c5bc0273c1 /README.md
parent9565b02dcafd76b3f4e88023500a1998f1990e87 (diff)
downloadicite-95fd135a7c6df67f540907a4dbbabf48f2978b3b.tar.gz
v1.4 to come will be licensed under the terms of OpenBSD license
Diffstat (limited to 'README.md')
-rw-r--r--README.md63
1 files changed, 23 insertions, 40 deletions
diff --git a/README.md b/README.md
index d0f059f..7d908fe 100644
--- a/README.md
+++ b/README.md
@@ -17,30 +17,29 @@ License and disclamer
17 17
18icite – Indices locorum citatorum 18icite – Indices locorum citatorum
19 19
20Copyright ⓒ 2019--2021 Robert Alessi 20Copyright ⓒ 2019, 2020, 2021, 2023 Robert Alessi
21
22Permission to use, copy, modify, and distribute this software for any
23purpose with or without fee is hereby granted, provided that the above
24copyright notice and this permission notice appear in all copies.
25
26THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
27WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
28MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
29ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
30WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
31ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
32OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21 33
22Please send error reports and suggestions for improvements to Robert 34Please send error reports and suggestions for improvements to Robert
23Alessi: 35Alessi:
24 36
25- email: <alessi@robertalessi.net> 37- email: <alessi@robertalessi.net>
26 38
27- website: <http://www.robertalessi.net/icite> 39- website: <https://sr.ht/~ralessi/icite>
28 40
29- comments, feature requests, bug reports: 41- comments, feature requests, bug reports:
30 <https://gitlab.com/ralessi/icite/issues> 42 <https://todo.sr.ht/~ralessi/icite>
31
32This program is free software: you can redistribute it and/or modify it
33under the terms of the GNU General Public License as published by the
34Free Software Foundation, either version 3 of the License, or (at your
35option) any later version.
36
37This program is distributed in the hope that it will be useful, but
38WITHOUT ANY WARRANTY; without even the implied warranty of
39MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
40Public License for more details.
41
42You should have received a copy of the GNU General Public License along
43with this program. If not, see <http://www.gnu.org/licenses/>.
44 43
45This release of icite consists of the following source files: 44This release of icite consists of the following source files:
46 45
@@ -50,22 +49,6 @@ This release of icite consists of the following source files:
50 49
51- `Makefile` 50- `Makefile`
52 51
53License Applicable to the Documentation
54---------------------------------------
55
56Copyright ⓒ 2020--2021 Robert Alessi
57
58The documentation file `icite.pdf` that is generated from the
59`icite.dtx` source file is licensed under the GNU Free Documentation
60License, as follows:---
61
62Permission is granted to copy, distribute and/or modify this document
63 under the terms of the GNU Free Documentation License, Version 1.3
64 or any later version published by the Free Software Foundation; with
65 no Invariant Sections, no Front-Cover Texts, and no Back-Cover
66 Texts. A copy of the license is included in the section entitled
67 “GNU Free Documentation License”.
68
69Installation 52Installation
70============ 53============
71 54
@@ -82,7 +65,7 @@ Browse the code
82--------------- 65---------------
83 66
84You can browse icite repository on the web: 67You can browse icite repository on the web:
85<http://git.robertalessi.net/icite> 68<https://git.sr.ht/~ralessi/icite>
86 69
87From this page, you can download all the releases of `icite`. For 70From this page, you can download all the releases of `icite`. For
88instructions on how to install `icite`, please see above. 71instructions on how to install `icite`, please see above.
@@ -90,18 +73,18 @@ instructions on how to install `icite`, please see above.
90Comments, Feature requests, Bug Reports 73Comments, Feature requests, Bug Reports
91--------------------------------------- 74---------------------------------------
92 75
93<https://gitlab.com/ralessi/icite/issues> 76<https://todo.sr.ht/~ralessi/icite>
94 77
95Download the repository 78Download the repository
96----------------------- 79-----------------------
97 80
98`icite` development is facilitated by git, a distributed version 81`icite` development is facilitated by git, a distributed version
99control system. You will need to install git (most GNU/Linux 82control system. You will need to install git (most Unix/Linux
100distributions package it in their repositories). 83distributions package it in their repositories).
101 84
102Use this command to download the repository 85Use this command to download the repository
103 86
104 git clone http://git.robertalessi.net/icite 87 git clone https://git.sr.ht/~ralessi/icite
105 88
106A new directory named icite will have been created, containing 89A new directory named icite will have been created, containing
107`icite`. 90`icite`.
@@ -109,8 +92,8 @@ A new directory named icite will have been created, containing
109Git hosting 92Git hosting
110----------- 93-----------
111 94
112Make an account on <https://gitlab.com> and navigate (while logged in) 95Make an account on <https://sr.ht> and navigate (while logged in) to
113to <https://gitlab.com/ralessi/icite>. Click *Fork* and you will 96<https://git.sr.ht/~ralessi/icite>. Click *Clone repo to your account*
114have in your account your own repository of `icite` where you will 97and you will have in your account your own repository of `icite` where
115be able to make whatever changes you like to. 98you will be able to make whatever changes you like to.
116 99