From 95fd135a7c6df67f540907a4dbbabf48f2978b3b Mon Sep 17 00:00:00 2001
From: Robert Alessi
Date: Tue, 24 Jan 2023 17:55:26 +0100
Subject: v1.4 to come will be licensed under the terms of OpenBSD license
---
AUTHORS.md | 8 +
COPYING | 17 ++
Makefile | 5 +-
README.md | 63 +++---
about.html | 71 +++----
icite.dtx | 661 +++++++------------------------------------------------------
icite.ins | 64 +++---
7 files changed, 183 insertions(+), 706 deletions(-)
create mode 100644 AUTHORS.md
create mode 100644 COPYING
diff --git a/AUTHORS.md b/AUTHORS.md
new file mode 100644
index 0000000..41d6454
--- /dev/null
+++ b/AUTHORS.md
@@ -0,0 +1,8 @@
+Author of the `icite` package
+=============================
+
+Robert Alessi
+: Personal email:
+: Institutional email:
+: Affiliation: [UMR 8167 Orient & Méditerranée (Paris, France)](https://www.orient-mediterranee.com)
+: More information: or
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..98355bf
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,17 @@
+icite -- Index locorum citatorum
+--------------------------------
+
+Copyright (c) 2019, 2020, 2021, 2022, 2023 Robert Alessi
+
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/Makefile b/Makefile
index 01c10eb..fa09f0f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CMP = lualatex-dev
exts := md bib ins dtx html
texsamples := $(basename $(wildcard $(PWD)/samples/*.tex))
-findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)")
+findopts := $(foreach ext,$(exts),-or -iname "COPYING" -or -iname "*.$(ext)")
# Look into this later
@@ -100,6 +100,9 @@ zip: all
zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{samples,README.md,$(NAME).{pdf,dtx,ins}}
rm $(NAME)
+hal: clean
+ zip -Drq $(PWD)/$(NAME)-$(VERS).zip *
+
package: distclean all
mkdir $(NAME)/
cp Makefile README.md $(NAME).{ins,dtx,pdf} $(NAME)/
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
icite – Indices locorum citatorum
-Copyright ⓒ 2019--2021 Robert Alessi
+Copyright ⓒ 2019, 2020, 2021, 2023 Robert Alessi
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Please send error reports and suggestions for improvements to Robert
Alessi:
- email:
-- website:
+- website:
- comments, feature requests, bug reports:
-
-
-This program 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 Software Foundation, either version 3 of the License, or (at your
-option) any later version.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
-Public License for more details.
-
-You should have received a copy of the GNU General Public License along
-with this program. If not, see .
+
This release of icite consists of the following source files:
@@ -50,22 +49,6 @@ This release of icite consists of the following source files:
- `Makefile`
-License Applicable to the Documentation
----------------------------------------
-
-Copyright ⓒ 2020--2021 Robert Alessi
-
-The documentation file `icite.pdf` that is generated from the
-`icite.dtx` source file is licensed under the GNU Free Documentation
-License, as follows:---
-
-Permission is granted to copy, distribute and/or modify this document
- under the terms of the GNU Free Documentation License, Version 1.3
- or any later version published by the Free Software Foundation; with
- no Invariant Sections, no Front-Cover Texts, and no Back-Cover
- Texts. A copy of the license is included in the section entitled
- “GNU Free Documentation License”.
-
Installation
============
@@ -82,7 +65,7 @@ Browse the code
---------------
You can browse icite repository on the web:
-
+
From this page, you can download all the releases of `icite`. For
instructions on how to install `icite`, please see above.
@@ -90,18 +73,18 @@ instructions on how to install `icite`, please see above.
Comments, Feature requests, Bug Reports
---------------------------------------
-
+
Download the repository
-----------------------
`icite` development is facilitated by git, a distributed version
-control system. You will need to install git (most GNU/Linux
+control system. You will need to install git (most Unix/Linux
distributions package it in their repositories).
Use this command to download the repository
- git clone http://git.robertalessi.net/icite
+ git clone https://git.sr.ht/~ralessi/icite
A new directory named icite will have been created, containing
`icite`.
@@ -109,8 +92,8 @@ A new directory named icite will have been created, containing
Git hosting
-----------
-Make an account on and navigate (while logged in)
-to . Click *Fork* and you will
-have in your account your own repository of `icite` where you will
-be able to make whatever changes you like to.
+Make an account on and navigate (while logged in) to
+. Click *Clone repo to your account*
+and you will have in your account your own repository of `icite` where
+you will be able to make whatever changes you like to.
diff --git a/about.html b/about.html
index 8667f4a..b031056 100644
--- a/about.html
+++ b/about.html
@@ -177,48 +177,35 @@ a specific \icite
command and can operate with either
BibTeX or BibLaTeX.
License and disclamer
icite – Indices locorum citatorum
-Copyright ⓒ 2019–2021 Robert Alessi
+Copyright ⓒ 2019, 2020, 2021, 2023 Robert Alessi
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
+FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
Please send error reports and suggestions for improvements to Robert
Alessi:
-This program 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 Software Foundation, either version 3 of the License, or (at your
-option) any later version.
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
-Public License for more details.
-You should have received a copy of the GNU General Public License
-along with this program. If not, see http://www.gnu.org/licenses/.
This release of icite consists of the following source files:
icite.dtx
icite.ins
Makefile
-License Applicable to
-the Documentation
-Copyright ⓒ 2020–2021 Robert Alessi
-The documentation file icite.pdf
that is generated from
-the icite.dtx
source file is licensed under the GNU Free
-Documentation License, as follows:—
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.3 or
-any later version published by the Free Software Foundation; with no
-Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
-copy of the license is included in the section entitled “GNU Free
-Documentation License”.
Installation
Run 'latex icite.ins'
to produce the
@@ -233,30 +220,30 @@ this.
Development, Git Repository
Browse the code
You can browse icite repository on the web: http://git.robertalessi.net/icite
+href="https://git.sr.ht/~ralessi/icite"
+class="uri">https://git.sr.ht/~ralessi/icite
From this page, you can download all the releases of
icite
. For instructions on how to install
icite
, please see above.
-https://gitlab.com/ralessi/icite/issues
+https://todo.sr.ht/~ralessi/icite
Download the repository
icite
development is facilitated by git, a distributed
-version control system. You will need to install git (most GNU/Linux
+version control system. You will need to install git (most Unix/Linux
distributions package it in their repositories).
Use this command to download the repository
-git clone http://git.robertalessi.net/icite
+git clone https://git.sr.ht/~ralessi/icite
A new directory named icite will have been created, containing
icite
.
Git hosting
-Make an account on https://gitlab.com and navigate (while logged in) to https://gitlab.com/ralessi/icite. Click Fork
-and you will have in your account your own repository of
-icite
where you will be able to make whatever changes you
-like to.
+Make an account on https://sr.ht and navigate (while logged in) to https://git.sr.ht/~ralessi/icite. Click Clone repo
+to your account and you will have in your account your own
+repository of icite
where you will be able to make whatever
+changes you like to.