aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2019-03-05 21:16:48 +0100
committerRobert Alessi <alessi@robertalessi.net>2019-03-05 21:16:48 +0100
commitda60a4f5c772acb67e5ed681d2335651d1dbbcd6 (patch)
tree1eb89357441797d9f5cec51d41de396a1b9c1671 /README.md
parent144c4c8662089094eac38d906f571e3f5aefbee6 (diff)
downloadicite-da60a4f5c772acb67e5ed681d2335651d1dbbcd6.tar.gz
done documenting icite
Diffstat (limited to 'README.md')
-rw-r--r--README.md112
1 files changed, 112 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..667ebca
--- /dev/null
+++ b/README.md
@@ -0,0 +1,112 @@
1---
2author:
3- Robert Alessi
4title: 'The icite package – README file'
5---
6
7Overview
8========
9
10`icite` is designed to produce from BibTeX or BibLaTeX bibliographical
11databases the different indices of authors and works cited which are
12called \emph{indices locorum citatorum}. It relies on a specific
13`\icite` command and can operate with either BibTeX or BibLaTeX.
14
15License and disclamer
16=====================
17
18icite – Indices locorum citatorum
19
20Copyright ⓒ 2019 Robert Alessi
21
22Please send error reports and suggestions for improvements to Robert
23Alessi:
24
25- email: <alessi@robertalessi.net>
26
27- website: <http://www.robertalessi.net/icite>
28
29- comments, feature requests, bug reports:
30 <https://gitlab.com/ralessi/icite/issues>
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 &lt;http://www.gnu.org/licenses/&gt;.
44
45This release of icite consists of the following source files:
46
47- `icite.dtx`
48
49- `icite.ins`
50
51- `Makefile`
52
53License applicable to the documentation
54---------------------------------------
55
56Copyright ⓒ 2019 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
65============
66
671. Run `'latex icite.ins'` to produce the `icite.sty`
68 file;
69
702. To finish the installation you have to move the `icite.sty` file into
71 a directory where LaTeX can find them. See the FAQ on `texfaq.org`
72 at <https://texfaq.org/FAQ-inst-wlcf> for more on this.
73
74Development, Git Repository
75===========================
76
77Browse the code
78---------------
79
80You can browse icite repository on the web:
81<http://git.robertalessi.net/icite>
82
83From this page, you can download all the releases of `icite`. For
84instructions on how to install `icite`, please see above.
85
86Comments, Feature requests, Bug Reports
87---------------------------------------
88
89<https://gitlab.com/ralessi/icite/issues>
90
91Download the repository
92-----------------------
93
94`icite` development is facilitated by git, a distributed version
95control system. You will need to install git (most GNU/Linux
96distributions package it in their repositories).
97
98Use this command to download the repository
99
100 git clone http://git.robertalessi.net/icite
101
102A new directory named icite will have been created, containing
103`icite`.
104
105Git hosting
106-----------
107
108Make an account on <https://gitlab.com> and navigate (while logged in)
109to <https://gitlab.com/ralessi/icite>. Click *Fork* and you will
110have in your account your own repository of `icite` where you will
111be able to make whatever changes you like to.
112