aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md58
1 files changed, 23 insertions, 35 deletions
diff --git a/README.md b/README.md
index c70816e..d7577e1 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--2020 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,17 +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 ⓒ 2019--2020 Robert Alessi
57
58The documentation file `icite.pdf` that is generated from the
59`icite.dtx` source file is licensed under the Creative Commons
60Attribution-ShareAlike 4.0 International License. To view a copy of this
61license, visit <http://creativecommons.org/licenses/by-sa/4.0/> or send
62a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
63
64Installation 52Installation
65============ 53============
66 54
@@ -77,7 +65,7 @@ Browse the code
77--------------- 65---------------
78 66
79You can browse icite repository on the web: 67You can browse icite repository on the web:
80<http://git.robertalessi.net/icite> 68<https://git.sr.ht/~ralessi/icite>
81 69
82From this page, you can download all the releases of `icite`. For 70From this page, you can download all the releases of `icite`. For
83instructions on how to install `icite`, please see above. 71instructions on how to install `icite`, please see above.
@@ -85,18 +73,18 @@ instructions on how to install `icite`, please see above.
85Comments, Feature requests, Bug Reports 73Comments, Feature requests, Bug Reports
86--------------------------------------- 74---------------------------------------
87 75
88<https://gitlab.com/ralessi/icite/issues> 76<https://todo.sr.ht/~ralessi/icite>
89 77
90Download the repository 78Download the repository
91----------------------- 79-----------------------
92 80
93`icite` development is facilitated by git, a distributed version 81`icite` development is facilitated by git, a distributed version
94control system. You will need to install git (most GNU/Linux 82control system. You will need to install git (most Unix/Linux
95distributions package it in their repositories). 83distributions package it in their repositories).
96 84
97Use this command to download the repository 85Use this command to download the repository
98 86
99 git clone http://git.robertalessi.net/icite 87 git clone https://git.sr.ht/~ralessi/icite
100 88
101A new directory named icite will have been created, containing 89A new directory named icite will have been created, containing
102`icite`. 90`icite`.
@@ -104,8 +92,8 @@ A new directory named icite will have been created, containing
104Git hosting 92Git hosting
105----------- 93-----------
106 94
107Make an account on <https://gitlab.com> and navigate (while logged in) 95Make an account on <https://sr.ht> and navigate (while logged in) to
108to <https://gitlab.com/ralessi/icite>. Click *Fork* and you will 96<https://git.sr.ht/~ralessi/icite>. Click *Clone repo to your account*
109have in your account your own repository of `icite` where you will 97and you will have in your account your own repository of `icite` where
110be able to make whatever changes you like to. 98you will be able to make whatever changes you like to.
111 99