aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2023-01-24 10:57:49 +0100
committerRobert Alessi <alessi@robertalessi.net>2023-01-24 11:07:12 +0100
commit6db09e249734290a36f0cd0a9eccdf154c81bfa8 (patch)
treefe81623197356ca3b9838c09709f41817fc3cac3
parentcec398d257e8aebdf429bd3d588ef143c517c2d1 (diff)
downloadekdosis-6db09e249734290a36f0cd0a9eccdf154c81bfa8.tar.gz
v1.5 to come will be released under the terms of the OpenBSD license
v1.5 to come will be released under the terms of the OpenBSD license
-rw-r--r--COPYING691
-rw-r--r--README.md48
-rw-r--r--about.html44
-rw-r--r--ekdosis.dtx719
-rw-r--r--ekdosis.el30
-rw-r--r--ekdosis.ins33
6 files changed, 178 insertions, 1387 deletions
diff --git a/COPYING b/COPYING
index f288702..cfcd8aa 100644
--- a/COPYING
+++ b/COPYING
@@ -1,674 +1,17 @@
1 GNU GENERAL PUBLIC LICENSE 1ekdosis -- Typesetting TEI xml-Compliant Critical Editions
2 Version 3, 29 June 2007 2----------------------------------------------------------
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> 4Copyright (c) 2020, 2021, 2022, 2023 Robert Alessi
5 Everyone is permitted to copy and distribute verbatim copies 5<alessi@robertalessi.net>
6 of this license document, but changing it is not allowed. 6
7 7Permission to use, copy, modify, and distribute this software for any
8 Preamble 8purpose with or without fee is hereby granted, provided that the above
9 9copyright notice and this permission notice appear in all copies.
10 The GNU General Public License is a free, copyleft license for 10
11software and other kinds of works. 11THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 12WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 The licenses for most software and other practical works are designed 13MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14to take away your freedom to share and change the works. By contrast, 14ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15the GNU General Public License is intended to guarantee your freedom to 15WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16share and change all versions of a program--to make sure it remains free 16ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17software for all its users. We, the Free Software Foundation, use the 17OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18GNU General Public License for most of our software; it applies also to
19any other work released this way by its authors. You can apply it to
20your programs, too.
21
22 When we speak of free software, we are referring to freedom, not
23price. Our General Public Licenses are designed to make sure that you
24have the freedom to distribute copies of free software (and charge for
25them if you wish), that you receive source code or can get it if you
26want it, that you can change the software or use pieces of it in new
27free programs, and that you know you can do these things.
28
29 To protect your rights, we need to prevent others from denying you
30these rights or asking you to surrender the rights. Therefore, you have
31certain responsibilities if you distribute copies of the software, or if
32you modify it: responsibilities to respect the freedom of others.
33
34 For example, if you distribute copies of such a program, whether
35gratis or for a fee, you must pass on to the recipients the same
36freedoms that you received. You must make sure that they, too, receive
37or can get the source code. And you must show them these terms so they
38know their rights.
39
40 Developers that use the GNU GPL protect your rights with two steps:
41(1) assert copyright on the software, and (2) offer you this License
42giving you legal permission to copy, distribute and/or modify it.
43
44 For the developers' and authors' protection, the GPL clearly explains
45that there is no warranty for this free software. For both users' and
46authors' sake, the GPL requires that modified versions be marked as
47changed, so that their problems will not be attributed erroneously to
48authors of previous versions.
49
50 Some devices are designed to deny users access to install or run
51modified versions of the software inside them, although the manufacturer
52can do so. This is fundamentally incompatible with the aim of
53protecting users' freedom to change the software. The systematic
54pattern of such abuse occurs in the area of products for individuals to
55use, which is precisely where it is most unacceptable. Therefore, we
56have designed this version of the GPL to prohibit the practice for those
57products. If such problems arise substantially in other domains, we
58stand ready to extend this provision to those domains in future versions
59of the GPL, as needed to protect the freedom of users.
60
61 Finally, every program is threatened constantly by software patents.
62States should not allow patents to restrict development and use of
63software on general-purpose computers, but in those that do, we wish to
64avoid the special danger that patents applied to a free program could
65make it effectively proprietary. To prevent this, the GPL assures that
66patents cannot be used to render the program non-free.
67
68 The precise terms and conditions for copying, distribution and
69modification follow.
70
71 TERMS AND CONDITIONS
72
73 0. Definitions.
74
75 "This License" refers to version 3 of the GNU General Public License.
76
77 "Copyright" also means copyright-like laws that apply to other kinds of
78works, such as semiconductor masks.
79
80 "The Program" refers to any copyrightable work licensed under this
81License. Each licensee is addressed as "you". "Licensees" and
82"recipients" may be individuals or organizations.
83
84 To "modify" a work means to copy from or adapt all or part of the work
85in a fashion requiring copyright permission, other than the making of an
86exact copy. The resulting work is called a "modified version" of the
87earlier work or a work "based on" the earlier work.
88
89 A "covered work" means either the unmodified Program or a work based
90on the Program.
91
92 To "propagate" a work means to do anything with it that, without
93permission, would make you directly or secondarily liable for
94infringement under applicable copyright law, except executing it on a
95computer or modifying a private copy. Propagation includes copying,
96distribution (with or without modification), making available to the
97public, and in some countries other activities as well.
98
99 To "convey" a work means any kind of propagation that enables other
100parties to make or receive copies. Mere interaction with a user through
101a computer network, with no transfer of a copy, is not conveying.
102
103 An interactive user interface displays "Appropriate Legal Notices"
104to the extent that it includes a convenient and prominently visible
105feature that (1) displays an appropriate copyright notice, and (2)
106tells the user that there is no warranty for the work (except to the
107extent that warranties are provided), that licensees may convey the
108work under this License, and how to view a copy of this License. If
109the interface presents a list of user commands or options, such as a
110menu, a prominent item in the list meets this criterion.
111
112 1. Source Code.
113
114 The "source code" for a work means the preferred form of the work
115for making modifications to it. "Object code" means any non-source
116form of a work.
117
118 A "Standard Interface" means an interface that either is an official
119standard defined by a recognized standards body, or, in the case of
120interfaces specified for a particular programming language, one that
121is widely used among developers working in that language.
122
123 The "System Libraries" of an executable work include anything, other
124than the work as a whole, that (a) is included in the normal form of
125packaging a Major Component, but which is not part of that Major
126Component, and (b) serves only to enable use of the work with that
127Major Component, or to implement a Standard Interface for which an
128implementation is available to the public in source code form. A
129"Major Component", in this context, means a major essential component
130(kernel, window system, and so on) of the specific operating system
131(if any) on which the executable work runs, or a compiler used to
132produce the work, or an object code interpreter used to run it.
133
134 The "Corresponding Source" for a work in object code form means all
135the source code needed to generate, install, and (for an executable
136work) run the object code and to modify the work, including scripts to
137control those activities. However, it does not include the work's
138System Libraries, or general-purpose tools or generally available free
139programs which are used unmodified in performing those activities but
140which are not part of the work. For example, Corresponding Source
141includes interface definition files associated with source files for
142the work, and the source code for shared libraries and dynamically
143linked subprograms that the work is specifically designed to require,
144such as by intimate data communication or control flow between those
145subprograms and other parts of the work.
146
147 The Corresponding Source need not include anything that users
148can regenerate automatically from other parts of the Corresponding
149Source.
150
151 The Corresponding Source for a work in source code form is that
152same work.
153
154 2. Basic Permissions.
155
156 All rights granted under this License are granted for the term of
157copyright on the Program, and are irrevocable provided the stated
158conditions are met. This License explicitly affirms your unlimited
159permission to run the unmodified Program. The output from running a
160covered work is covered by this License only if the output, given its
161content, constitutes a covered work. This License acknowledges your
162rights of fair use or other equivalent, as provided by copyright law.
163
164 You may make, run and propagate covered works that you do not
165convey, without conditions so long as your license otherwise remains
166in force. You may convey covered works to others for the sole purpose
167of having them make modifications exclusively for you, or provide you
168with facilities for running those works, provided that you comply with
169the terms of this License in conveying all material for which you do
170not control copyright. Those thus making or running the covered works
171for you must do so exclusively on your behalf, under your direction
172and control, on terms that prohibit them from making any copies of
173your copyrighted material outside their relationship with you.
174
175 Conveying under any other circumstances is permitted solely under
176the conditions stated below. Sublicensing is not allowed; section 10
177makes it unnecessary.
178
179 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
181 No covered work shall be deemed part of an effective technological
182measure under any applicable law fulfilling obligations under article
18311 of the WIPO copyright treaty adopted on 20 December 1996, or
184similar laws prohibiting or restricting circumvention of such
185measures.
186
187 When you convey a covered work, you waive any legal power to forbid
188circumvention of technological measures to the extent such circumvention
189is effected by exercising rights under this License with respect to
190the covered work, and you disclaim any intention to limit operation or
191modification of the work as a means of enforcing, against the work's
192users, your or third parties' legal rights to forbid circumvention of
193technological measures.
194
195 4. Conveying Verbatim Copies.
196
197 You may convey verbatim copies of the Program's source code as you
198receive it, in any medium, provided that you conspicuously and
199appropriately publish on each copy an appropriate copyright notice;
200keep intact all notices stating that this License and any
201non-permissive terms added in accord with section 7 apply to the code;
202keep intact all notices of the absence of any warranty; and give all
203recipients a copy of this License along with the Program.
204
205 You may charge any price or no price for each copy that you convey,
206and you may offer support or warranty protection for a fee.
207
208 5. Conveying Modified Source Versions.
209
210 You may convey a work based on the Program, or the modifications to
211produce it from the Program, in the form of source code under the
212terms of section 4, provided that you also meet all of these conditions:
213
214 a) The work must carry prominent notices stating that you modified
215 it, and giving a relevant date.
216
217 b) The work must carry prominent notices stating that it is
218 released under this License and any conditions added under section
219 7. This requirement modifies the requirement in section 4 to
220 "keep intact all notices".
221
222 c) You must license the entire work, as a whole, under this
223 License to anyone who comes into possession of a copy. This
224 License will therefore apply, along with any applicable section 7
225 additional terms, to the whole of the work, and all its parts,
226 regardless of how they are packaged. This License gives no
227 permission to license the work in any other way, but it does not
228 invalidate such permission if you have separately received it.
229
230 d) If the work has interactive user interfaces, each must display
231 Appropriate Legal Notices; however, if the Program has interactive
232 interfaces that do not display Appropriate Legal Notices, your
233 work need not make them do so.
234
235 A compilation of a covered work with other separate and independent
236works, which are not by their nature extensions of the covered work,
237and which are not combined with it such as to form a larger program,
238in or on a volume of a storage or distribution medium, is called an
239"aggregate" if the compilation and its resulting copyright are not
240used to limit the access or legal rights of the compilation's users
241beyond what the individual works permit. Inclusion of a covered work
242in an aggregate does not cause this License to apply to the other
243parts of the aggregate.
244
245 6. Conveying Non-Source Forms.
246
247 You may convey a covered work in object code form under the terms
248of sections 4 and 5, provided that you also convey the
249machine-readable Corresponding Source under the terms of this License,
250in one of these ways:
251
252 a) Convey the object code in, or embodied in, a physical product
253 (including a physical distribution medium), accompanied by the
254 Corresponding Source fixed on a durable physical medium
255 customarily used for software interchange.
256
257 b) Convey the object code in, or embodied in, a physical product
258 (including a physical distribution medium), accompanied by a
259 written offer, valid for at least three years and valid for as
260 long as you offer spare parts or customer support for that product
261 model, to give anyone who possesses the object code either (1) a
262 copy of the Corresponding Source for all the software in the
263 product that is covered by this License, on a durable physical
264 medium customarily used for software interchange, for a price no
265 more than your reasonable cost of physically performing this
266 conveying of source, or (2) access to copy the
267 Corresponding Source from a network server at no charge.
268
269 c) Convey individual copies of the object code with a copy of the
270 written offer to provide the Corresponding Source. This
271 alternative is allowed only occasionally and noncommercially, and
272 only if you received the object code with such an offer, in accord
273 with subsection 6b.
274
275 d) Convey the object code by offering access from a designated
276 place (gratis or for a charge), and offer equivalent access to the
277 Corresponding Source in the same way through the same place at no
278 further charge. You need not require recipients to copy the
279 Corresponding Source along with the object code. If the place to
280 copy the object code is a network server, the Corresponding Source
281 may be on a different server (operated by you or a third party)
282 that supports equivalent copying facilities, provided you maintain
283 clear directions next to the object code saying where to find the
284 Corresponding Source. Regardless of what server hosts the
285 Corresponding Source, you remain obligated to ensure that it is
286 available for as long as needed to satisfy these requirements.
287
288 e) Convey the object code using peer-to-peer transmission, provided
289 you inform other peers where the object code and Corresponding
290 Source of the work are being offered to the general public at no
291 charge under subsection 6d.
292
293 A separable portion of the object code, whose source code is excluded
294from the Corresponding Source as a System Library, need not be
295included in conveying the object code work.
296
297 A "User Product" is either (1) a "consumer product", which means any
298tangible personal property which is normally used for personal, family,
299or household purposes, or (2) anything designed or sold for incorporation
300into a dwelling. In determining whether a product is a consumer product,
301doubtful cases shall be resolved in favor of coverage. For a particular
302product received by a particular user, "normally used" refers to a
303typical or common use of that class of product, regardless of the status
304of the particular user or of the way in which the particular user
305actually uses, or expects or is expected to use, the product. A product
306is a consumer product regardless of whether the product has substantial
307commercial, industrial or non-consumer uses, unless such uses represent
308the only significant mode of use of the product.
309
310 "Installation Information" for a User Product means any methods,
311procedures, authorization keys, or other information required to install
312and execute modified versions of a covered work in that User Product from
313a modified version of its Corresponding Source. The information must
314suffice to ensure that the continued functioning of the modified object
315code is in no case prevented or interfered with solely because
316modification has been made.
317
318 If you convey an object code work under this section in, or with, or
319specifically for use in, a User Product, and the conveying occurs as
320part of a transaction in which the right of possession and use of the
321User Product is transferred to the recipient in perpetuity or for a
322fixed term (regardless of how the transaction is characterized), the
323Corresponding Source conveyed under this section must be accompanied
324by the Installation Information. But this requirement does not apply
325if neither you nor any third party retains the ability to install
326modified object code on the User Product (for example, the work has
327been installed in ROM).
328
329 The requirement to provide Installation Information does not include a
330requirement to continue to provide support service, warranty, or updates
331for a work that has been modified or installed by the recipient, or for
332the User Product in which it has been modified or installed. Access to a
333network may be denied when the modification itself materially and
334adversely affects the operation of the network or violates the rules and
335protocols for communication across the network.
336
337 Corresponding Source conveyed, and Installation Information provided,
338in accord with this section must be in a format that is publicly
339documented (and with an implementation available to the public in
340source code form), and must require no special password or key for
341unpacking, reading or copying.
342
343 7. Additional Terms.
344
345 "Additional permissions" are terms that supplement the terms of this
346License by making exceptions from one or more of its conditions.
347Additional permissions that are applicable to the entire Program shall
348be treated as though they were included in this License, to the extent
349that they are valid under applicable law. If additional permissions
350apply only to part of the Program, that part may be used separately
351under those permissions, but the entire Program remains governed by
352this License without regard to the additional permissions.
353
354 When you convey a copy of a covered work, you may at your option
355remove any additional permissions from that copy, or from any part of
356it. (Additional permissions may be written to require their own
357removal in certain cases when you modify the work.) You may place
358additional permissions on material, added by you to a covered work,
359for which you have or can give appropriate copyright permission.
360
361 Notwithstanding any other provision of this License, for material you
362add to a covered work, you may (if authorized by the copyright holders of
363that material) supplement the terms of this License with terms:
364
365 a) Disclaiming warranty or limiting liability differently from the
366 terms of sections 15 and 16 of this License; or
367
368 b) Requiring preservation of specified reasonable legal notices or
369 author attributions in that material or in the Appropriate Legal
370 Notices displayed by works containing it; or
371
372 c) Prohibiting misrepresentation of the origin of that material, or
373 requiring that modified versions of such material be marked in
374 reasonable ways as different from the original version; or
375
376 d) Limiting the use for publicity purposes of names of licensors or
377 authors of the material; or
378
379 e) Declining to grant rights under trademark law for use of some
380 trade names, trademarks, or service marks; or
381
382 f) Requiring indemnification of licensors and authors of that
383 material by anyone who conveys the material (or modified versions of
384 it) with contractual assumptions of liability to the recipient, for
385 any liability that these contractual assumptions directly impose on
386 those licensors and authors.
387
388 All other non-permissive additional terms are considered "further
389restrictions" within the meaning of section 10. If the Program as you
390received it, or any part of it, contains a notice stating that it is
391governed by this License along with a term that is a further
392restriction, you may remove that term. If a license document contains
393a further restriction but permits relicensing or conveying under this
394License, you may add to a covered work material governed by the terms
395of that license document, provided that the further restriction does
396not survive such relicensing or conveying.
397
398 If you add terms to a covered work in accord with this section, you
399must place, in the relevant source files, a statement of the
400additional terms that apply to those files, or a notice indicating
401where to find the applicable terms.
402
403 Additional terms, permissive or non-permissive, may be stated in the
404form of a separately written license, or stated as exceptions;
405the above requirements apply either way.
406
407 8. Termination.
408
409 You may not propagate or modify a covered work except as expressly
410provided under this License. Any attempt otherwise to propagate or
411modify it is void, and will automatically terminate your rights under
412this License (including any patent licenses granted under the third
413paragraph of section 11).
414
415 However, if you cease all violation of this License, then your
416license from a particular copyright holder is reinstated (a)
417provisionally, unless and until the copyright holder explicitly and
418finally terminates your license, and (b) permanently, if the copyright
419holder fails to notify you of the violation by some reasonable means
420prior to 60 days after the cessation.
421
422 Moreover, your license from a particular copyright holder is
423reinstated permanently if the copyright holder notifies you of the
424violation by some reasonable means, this is the first time you have
425received notice of violation of this License (for any work) from that
426copyright holder, and you cure the violation prior to 30 days after
427your receipt of the notice.
428
429 Termination of your rights under this section does not terminate the
430licenses of parties who have received copies or rights from you under
431this License. If your rights have been terminated and not permanently
432reinstated, you do not qualify to receive new licenses for the same
433material under section 10.
434
435 9. Acceptance Not Required for Having Copies.
436
437 You are not required to accept this License in order to receive or
438run a copy of the Program. Ancillary propagation of a covered work
439occurring solely as a consequence of using peer-to-peer transmission
440to receive a copy likewise does not require acceptance. However,
441nothing other than this License grants you permission to propagate or
442modify any covered work. These actions infringe copyright if you do
443not accept this License. Therefore, by modifying or propagating a
444covered work, you indicate your acceptance of this License to do so.
445
446 10. Automatic Licensing of Downstream Recipients.
447
448 Each time you convey a covered work, the recipient automatically
449receives a license from the original licensors, to run, modify and
450propagate that work, subject to this License. You are not responsible
451for enforcing compliance by third parties with this License.
452
453 An "entity transaction" is a transaction transferring control of an
454organization, or substantially all assets of one, or subdividing an
455organization, or merging organizations. If propagation of a covered
456work results from an entity transaction, each party to that
457transaction who receives a copy of the work also receives whatever
458licenses to the work the party's predecessor in interest had or could
459give under the previous paragraph, plus a right to possession of the
460Corresponding Source of the work from the predecessor in interest, if
461the predecessor has it or can get it with reasonable efforts.
462
463 You may not impose any further restrictions on the exercise of the
464rights granted or affirmed under this License. For example, you may
465not impose a license fee, royalty, or other charge for exercise of
466rights granted under this License, and you may not initiate litigation
467(including a cross-claim or counterclaim in a lawsuit) alleging that
468any patent claim is infringed by making, using, selling, offering for
469sale, or importing the Program or any portion of it.
470
471 11. Patents.
472
473 A "contributor" is a copyright holder who authorizes use under this
474License of the Program or a work on which the Program is based. The
475work thus licensed is called the contributor's "contributor version".
476
477 A contributor's "essential patent claims" are all patent claims
478owned or controlled by the contributor, whether already acquired or
479hereafter acquired, that would be infringed by some manner, permitted
480by this License, of making, using, or selling its contributor version,
481but do not include claims that would be infringed only as a
482consequence of further modification of the contributor version. For
483purposes of this definition, "control" includes the right to grant
484patent sublicenses in a manner consistent with the requirements of
485this License.
486
487 Each contributor grants you a non-exclusive, worldwide, royalty-free
488patent license under the contributor's essential patent claims, to
489make, use, sell, offer for sale, import and otherwise run, modify and
490propagate the contents of its contributor version.
491
492 In the following three paragraphs, a "patent license" is any express
493agreement or commitment, however denominated, not to enforce a patent
494(such as an express permission to practice a patent or covenant not to
495sue for patent infringement). To "grant" such a patent license to a
496party means to make such an agreement or commitment not to enforce a
497patent against the party.
498
499 If you convey a covered work, knowingly relying on a patent license,
500and the Corresponding Source of the work is not available for anyone
501to copy, free of charge and under the terms of this License, through a
502publicly available network server or other readily accessible means,
503then you must either (1) cause the Corresponding Source to be so
504available, or (2) arrange to deprive yourself of the benefit of the
505patent license for this particular work, or (3) arrange, in a manner
506consistent with the requirements of this License, to extend the patent
507license to downstream recipients. "Knowingly relying" means you have
508actual knowledge that, but for the patent license, your conveying the
509covered work in a country, or your recipient's use of the covered work
510in a country, would infringe one or more identifiable patents in that
511country that you have reason to believe are valid.
512
513 If, pursuant to or in connection with a single transaction or
514arrangement, you convey, or propagate by procuring conveyance of, a
515covered work, and grant a patent license to some of the parties
516receiving the covered work authorizing them to use, propagate, modify
517or convey a specific copy of the covered work, then the patent license
518you grant is automatically extended to all recipients of the covered
519work and works based on it.
520
521 A patent license is "discriminatory" if it does not include within
522the scope of its coverage, prohibits the exercise of, or is
523conditioned on the non-exercise of one or more of the rights that are
524specifically granted under this License. You may not convey a covered
525work if you are a party to an arrangement with a third party that is
526in the business of distributing software, under which you make payment
527to the third party based on the extent of your activity of conveying
528the work, and under which the third party grants, to any of the
529parties who would receive the covered work from you, a discriminatory
530patent license (a) in connection with copies of the covered work
531conveyed by you (or copies made from those copies), or (b) primarily
532for and in connection with specific products or compilations that
533contain the covered work, unless you entered into that arrangement,
534or that patent license was granted, prior to 28 March 2007.
535
536 Nothing in this License shall be construed as excluding or limiting
537any implied license or other defenses to infringement that may
538otherwise be available to you under applicable patent law.
539
540 12. No Surrender of Others' Freedom.
541
542 If conditions are imposed on you (whether by court order, agreement or
543otherwise) that contradict the conditions of this License, they do not
544excuse you from the conditions of this License. If you cannot convey a
545covered work so as to satisfy simultaneously your obligations under this
546License and any other pertinent obligations, then as a consequence you may
547not convey it at all. For example, if you agree to terms that obligate you
548to collect a royalty for further conveying from those to whom you convey
549the Program, the only way you could satisfy both those terms and this
550License would be to refrain entirely from conveying the Program.
551
552 13. Use with the GNU Affero General Public License.
553
554 Notwithstanding any other provision of this License, you have
555permission to link or combine any covered work with a work licensed
556under version 3 of the GNU Affero General Public License into a single
557combined work, and to convey the resulting work. The terms of this
558License will continue to apply to the part which is the covered work,
559but the special requirements of the GNU Affero General Public License,
560section 13, concerning interaction through a network will apply to the
561combination as such.
562
563 14. Revised Versions of this License.
564
565 The Free Software Foundation may publish revised and/or new versions of
566the GNU General Public License from time to time. Such new versions will
567be similar in spirit to the present version, but may differ in detail to
568address new problems or concerns.
569
570 Each version is given a distinguishing version number. If the
571Program specifies that a certain numbered version of the GNU General
572Public License "or any later version" applies to it, you have the
573option of following the terms and conditions either of that numbered
574version or of any later version published by the Free Software
575Foundation. If the Program does not specify a version number of the
576GNU General Public License, you may choose any version ever published
577by the Free Software Foundation.
578
579 If the Program specifies that a proxy can decide which future
580versions of the GNU General Public License can be used, that proxy's
581public statement of acceptance of a version permanently authorizes you
582to choose that version for the Program.
583
584 Later license versions may give you additional or different
585permissions. However, no additional obligations are imposed on any
586author or copyright holder as a result of your choosing to follow a
587later version.
588
589 15. Disclaimer of Warranty.
590
591 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
600 16. Limitation of Liability.
601
602 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610SUCH DAMAGES.
611
612 17. Interpretation of Sections 15 and 16.
613
614 If the disclaimer of warranty and limitation of liability provided
615above cannot be given local legal effect according to their terms,
616reviewing courts shall apply local law that most closely approximates
617an absolute waiver of all civil liability in connection with the
618Program, unless a warranty or assumption of liability accompanies a
619copy of the Program in return for a fee.
620
621 END OF TERMS AND CONDITIONS
622
623 How to Apply These Terms to Your New Programs
624
625 If you develop a new program, and you want it to be of the greatest
626possible use to the public, the best way to achieve this is to make it
627free software which everyone can redistribute and change under these terms.
628
629 To do so, attach the following notices to the program. It is safest
630to attach them to the start of each source file to most effectively
631state the exclusion of warranty; and each file should have at least
632the "copyright" line and a pointer to where the full notice is found.
633
634 <one line to give the program's name and a brief idea of what it does.>
635 Copyright (C) <year> <name of author>
636
637 This program is free software: you can redistribute it and/or modify
638 it under the terms of the GNU General Public License as published by
639 the Free Software Foundation, either version 3 of the License, or
640 (at your option) any later version.
641
642 This program is distributed in the hope that it will be useful,
643 but WITHOUT ANY WARRANTY; without even the implied warranty of
644 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645 GNU General Public License for more details.
646
647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649
650Also add information on how to contact you by electronic and paper mail.
651
652 If the program does terminal interaction, make it output a short
653notice like this when it starts in an interactive mode:
654
655 <program> Copyright (C) <year> <name of author>
656 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 This is free software, and you are welcome to redistribute it
658 under certain conditions; type `show c' for details.
659
660The hypothetical commands `show w' and `show c' should show the appropriate
661parts of the General Public License. Of course, your program's commands
662might be different; for a GUI interface, you would use an "about box".
663
664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see
667<https://www.gnu.org/licenses/>.
668
669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read
674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/README.md b/README.md
index cb51112..d2281e6 100644
--- a/README.md
+++ b/README.md
@@ -16,14 +16,26 @@ produce `TEI xml`-compliant critical editions. Database-driven
16encoding under LaTeX then allows extraction of texts entered segment 16encoding under LaTeX then allows extraction of texts entered segment
17by segment according to various criteria: main edited text, variant 17by segment according to various criteria: main edited text, variant
18readings, translations or annotated borrowings between texts. It is 18readings, translations or annotated borrowings between texts. It is
19published under the terms of the GNU General Public License (GPL) 19published under the terms of the OpenBSD license.
20version 3.
21 20
22License and Disclamer 21License and Disclamer
23===================== 22=====================
24ekdosis – Typesetting TEI xml-Compliant Critical Editions 23ekdosis – Typesetting TEI xml-Compliant Critical Editions
25 24
26Copyright ⓒ 2020--2022 Robert Alessi 25Copyright ⓒ 2020, 2021, 2022, 2023 Robert Alessi
26<alessi@robertalessi.net>
27
28Permission to use, copy, modify, and distribute this software for any
29purpose with or without fee is hereby granted, provided that the above
30copyright notice and this permission notice appear in all copies.
31
32THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
33WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
34MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
35ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
37ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
38OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
27 39
28Please send error reports and suggestions for improvements to Robert 40Please send error reports and suggestions for improvements to Robert
29Alessi: 41Alessi:
@@ -37,19 +49,6 @@ Alessi:
37 49
38- mailing list, support: <http://www.ekdosis.org/mailman/listinfo/ekdosis> [[mailing list archives](http://www.ekdosis.org/pipermail/ekdosis/)] 50- mailing list, support: <http://www.ekdosis.org/mailman/listinfo/ekdosis> [[mailing list archives](http://www.ekdosis.org/pipermail/ekdosis/)]
39 51
40This program is free software: you can redistribute it and/or modify it
41under the terms of the GNU General Public License as published by the
42Free Software Foundation, either version 3 of the License, or (at your
43option) any later version.
44
45This program is distributed in the hope that it will be useful, but
46WITHOUT ANY WARRANTY; without even the implied warranty of
47MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
48Public License for more details.
49
50You should have received a copy of the GNU General Public License along
51with this program. If not, see <http://www.gnu.org/licenses/>.
52
53This release of ekdosis consists of the following source files: 52This release of ekdosis consists of the following source files:
54 53
55- `ekdosis.dtx` 54- `ekdosis.dtx`
@@ -60,21 +59,6 @@ This release of ekdosis consists of the following source files:
60 59
61- `Makefile` 60- `Makefile`
62 61
63License Applicable to the Documentation
64---------------------------------------
65Copyright ⓒ 2020--2022 Robert Alessi
66
67The documentation file `ekdosis.pdf` that is generated from the
68`ekdosis.dtx` source file is licensed under the GNU Free Documentation
69License, as follows:---
70
71Permission is granted to copy, distribute and/or modify this document
72 under the terms of the GNU Free Documentation License, Version 1.3
73 or any later version published by the Free Software Foundation; with
74 no Invariant Sections, no Front-Cover Texts, and no Back-Cover
75 Texts. A copy of the license is included in the section entitled
76 “GNU Free Documentation License”.
77
78Installation 62Installation
79============ 63============
801. Run `'latex ekdosis.ins'` to produce the `ekdosis.sty` and 641. Run `'latex ekdosis.ins'` to produce the `ekdosis.sty` and
@@ -104,7 +88,7 @@ Comments, Feature Requests, Bug Reports
104Download the Repository 88Download the Repository
105----------------------- 89-----------------------
106`ekdosis` development is facilitated by git, a distributed version 90`ekdosis` development is facilitated by git, a distributed version
107control system. You will need to install git (most GNU/Linux 91control system. You will need to install git (most Unix/Linux
108distributions package it in their repositories). 92distributions package it in their repositories).
109 93
110Use this command to download the repository 94Use this command to download the repository
diff --git a/about.html b/about.html
index 02ac4a3..8011a6f 100644
--- a/about.html
+++ b/about.html
@@ -9,11 +9,23 @@ so as to produce <code>TEI xml</code>-compliant critical editions.
9Database-driven encoding under LaTeX then allows extraction of texts 9Database-driven encoding under LaTeX then allows extraction of texts
10entered segment by segment according to various criteria: main edited 10entered segment by segment according to various criteria: main edited
11text, variant readings, translations or annotated borrowings between 11text, variant readings, translations or annotated borrowings between
12texts. It is published under the terms of the GNU General Public License 12texts. It is published under the terms of the OpenBSD license.</p>
13(GPL) version 3.</p>
14<h1 id="license-and-disclamer">License and Disclamer</h1> 13<h1 id="license-and-disclamer">License and Disclamer</h1>
15<p>ekdosis – Typesetting TEI xml-Compliant Critical Editions</p> 14<p>ekdosis – Typesetting TEI xml-Compliant Critical Editions</p>
16<p>Copyright ⓒ 2020–2022 Robert Alessi</p> 15<p>Copyright ⓒ 2020, 2021, 2022, 2023 Robert Alessi <a
16href="mailto:alessi@robertalessi.net"
17class="email">alessi@robertalessi.net</a></p>
18<p>Permission to use, copy, modify, and distribute this software for any
19purpose with or without fee is hereby granted, provided that the above
20copyright notice and this permission notice appear in all copies.</p>
21<p>THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
22WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
23OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
24FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
25DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
26IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
27OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
28SOFTWARE.</p>
17<p>Please send error reports and suggestions for improvements to Robert 29<p>Please send error reports and suggestions for improvements to Robert
18Alessi:</p> 30Alessi:</p>
19<ul> 31<ul>
@@ -30,18 +42,6 @@ class="uri">http://www.ekdosis.org/mailman/listinfo/ekdosis</a> [<a
30href="http://www.ekdosis.org/pipermail/ekdosis/">mailing list 42href="http://www.ekdosis.org/pipermail/ekdosis/">mailing list
31archives</a>]</p></li> 43archives</a>]</p></li>
32</ul> 44</ul>
33<p>This program is free software: you can redistribute it and/or modify
34it under the terms of the GNU General Public License as published by the
35Free Software Foundation, either version 3 of the License, or (at your
36option) any later version.</p>
37<p>This 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.</p>
41<p>You should have received a copy of the GNU General Public License
42along with this program. If not, see <a
43href="http://www.gnu.org/licenses/"
44class="uri">http://www.gnu.org/licenses/</a>.</p>
45<p>This release of ekdosis consists of the following source files:</p> 45<p>This release of ekdosis consists of the following source files:</p>
46<ul> 46<ul>
47<li><p><code>ekdosis.dtx</code></p></li> 47<li><p><code>ekdosis.dtx</code></p></li>
@@ -49,18 +49,6 @@ class="uri">http://www.gnu.org/licenses/</a>.</p>
49<li><p><code>ekdosis.el</code></p></li> 49<li><p><code>ekdosis.el</code></p></li>
50<li><p><code>Makefile</code></p></li> 50<li><p><code>Makefile</code></p></li>
51</ul> 51</ul>
52<h2 id="license-applicable-to-the-documentation">License Applicable to
53the Documentation</h2>
54<p>Copyright ⓒ 2020–2022 Robert Alessi</p>
55<p>The documentation file <code>ekdosis.pdf</code> that is generated
56from the <code>ekdosis.dtx</code> source file is licensed under the GNU
57Free Documentation License, as follows:—</p>
58<p>Permission is granted to copy, distribute and/or modify this document
59under the terms of the GNU Free Documentation License, Version 1.3 or
60any later version published by the Free Software Foundation; with no
61Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
62copy of the license is included in the section entitled “GNU Free
63Documentation License”.</p>
64<h1 id="installation">Installation</h1> 52<h1 id="installation">Installation</h1>
65<ol type="1"> 53<ol type="1">
66<li><p>Run <code>'latex ekdosis.ins'</code> to produce the 54<li><p>Run <code>'latex ekdosis.ins'</code> to produce the
@@ -86,7 +74,7 @@ Requests, Bug Reports</h2>
86class="uri">http://www.ekdosis.org/issues</a></p> 74class="uri">http://www.ekdosis.org/issues</a></p>
87<h2 id="download-the-repository">Download the Repository</h2> 75<h2 id="download-the-repository">Download the Repository</h2>
88<p><code>ekdosis</code> development is facilitated by git, a distributed 76<p><code>ekdosis</code> development is facilitated by git, a distributed
89version control system. You will need to install git (most GNU/Linux 77version control system. You will need to install git (most Unix/Linux
90distributions package it in their repositories).</p> 78distributions package it in their repositories).</p>
91<p>Use this command to download the repository</p> 79<p>Use this command to download the repository</p>
92<pre><code>git clone http://git.robertalessi.net/ekdosis</code></pre> 80<pre><code>git clone http://git.robertalessi.net/ekdosis</code></pre>
diff --git a/ekdosis.dtx b/ekdosis.dtx
index fd5641f..999d88f 100644
--- a/ekdosis.dtx
+++ b/ekdosis.dtx
@@ -1,24 +1,23 @@
1% \iffalse meta-comment 1% \iffalse meta-comment
2% 2%
3% ekdosis -- Typesetting TEI xml-compliant critical editions 3% ekdosis -- Typesetting TEI xml-compliant critical editions
4% Copyright (C) 2020--2022 Robert Alessi 4% Copyright (c) 2020, 2021, 2022, 2023 Robert Alessi
5% <alessi@robertalessi.net>
5% 6%
6% Please send error reports and suggestions for improvements to Robert 7% Permission to use, copy, modify, and distribute this software for any
7% Alessi <alessi@robertalessi.net> 8% purpose with or without fee is hereby granted, provided that the above
8% 9% copyright notice and this permission notice appear in all copies.
9% This program is free software: you can redistribute it and/or modify
10% it under the terms of the GNU General Public License as published by
11% the Free Software Foundation, either version 3 of the License, or
12% (at your option) any later version.
13% 10%
14% This program is distributed in the hope that it will be useful, but 11% THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
15% WITHOUT ANY WARRANTY; without even the implied warranty of 12% WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
16% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13% MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
17% General Public License for more details. 14% ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15% WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18% 18%
19% You should have received a copy of the GNU General Public License 19% Please send error reports and suggestions for improvements to Robert
20% along with this program. If not, see 20% Alessi <alessi@robertalessi.net>
21% <http://www.gnu.org/licenses/>.
22% 21%
23%<*internal> 22%<*internal>
24\iffalse 23\iffalse
@@ -28,24 +27,23 @@
28This file is part of the `ekdosis' package 27This file is part of the `ekdosis' package
29 28
30ekdosis -- Typesetting TEI xml-compliant critical editions 29ekdosis -- Typesetting TEI xml-compliant critical editions
31Copyright (C) 2020--2022 Robert Alessi 30Copyright (c) 2020, 2021, 2022, 2023 Robert Alessi
32 31<alessi@robertalessi.net>
33Please send error reports and suggestions for improvements to Robert
34Alessi <alessi@robertalessi.net>
35 32
36This program is free software: you can redistribute it and/or modify 33Permission to use, copy, modify, and distribute this software for any
37it under the terms of the GNU General Public License as published by 34purpose with or without fee is hereby granted, provided that the above
38the Free Software Foundation, either version 3 of the License, or 35copyright notice and this permission notice appear in all copies.
39(at your option) any later version.
40 36
41This program is distributed in the hope that it will be useful, but 37THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
42WITHOUT ANY WARRANTY; without even the implied warranty of 38WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
43MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 39MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
44General Public License for more details. 40ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
41WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
42ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
43OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
45 44
46You should have received a copy of the GNU General Public License 45Please send error reports and suggestions for improvements to Robert
47along with this program. If not, see 46Alessi <alessi@robertalessi.net>
48<http://www.gnu.org/licenses/>.
49--]] 47--]]
50 48
51%</luapre> 49%</luapre>
@@ -61,7 +59,7 @@ along with this program. If not, see
61%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] 59%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
62%<package>\ProvidesPackage{ekdosis} 60%<package>\ProvidesPackage{ekdosis}
63%<*package> 61%<*package>
64 [2022/10/26 v1.5-dev Typesetting TEI xml-compliant critical editions] 62 [2023/01/24 v1.5-dev Typesetting TEI xml-compliant critical editions]
65%</package> 63%</package>
66%<*driver> 64%<*driver>
67\begin{filecontents}[noheader,overwrite]{bibdata.xml} 65\begin{filecontents}[noheader,overwrite]{bibdata.xml}
@@ -823,17 +821,23 @@ along with this program. If not, see
823 Para ver una copia de esta licencia, siga el vínculo: 821 Para ver una copia de esta licencia, siga el vínculo:
824 \metapick[#1]{licenseurl}.} 822 \metapick[#1]{licenseurl}.}
825\metaset{copyrightowner}{\metapick[#1]{author}} 823\metaset{copyrightowner}{\metapick[#1]{author}}
826\metaset{copyrightdate}{2020--2022} 824\metaset{copyrightdate}{2020, 2021, 2022, 2023}
827\metaset{licensemessage}{Permission is granted to copy, distribute 825\metaset{licensemessage}{Permission to use, copy, modify, and
828 and/or modify this document under the terms of the GNU Free 826 distribute this software for any purpose with or without fee is
829 Documentation License, Version 1.3 or any later version published by 827 hereby granted, provided that the above copyright notice and this
830 the Free Software Foundation; with no Invariant Sections, no 828 permission notice appear in all copies.
831 Front-Cover Texts, and no Back-Cover Texts. A copy of the license 829 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
832 is included in the section entitled ``GNU Free Documentation 830 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
833 License''.} 831 WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
834\metaset{licenseurl}{https://www.gnu.org/licenses/fdl-1.3.html} 832 AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
833 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
834 OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
835 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
836 PERFORMANCE OF THIS SOFTWARE.}
837\metaset{licenseurl}{%
838 https://cvsweb.openbsd.org/src/share/misc/license.template?rev=HEAD}
835\metaset[print]{licenseurl}{% 839\metaset[print]{licenseurl}{%
836 \url{https://www.gnu.org/licenses/fdl-1.3.html}} 840 \url{https://cvsweb.openbsd.org/src/share/misc/license.template?rev=HEAD}}
837\metawritepdfinfo 841\metawritepdfinfo
838\metawritepdfaux 842\metawritepdfaux
839\metawritepdfpreamble 843\metawritepdfpreamble
@@ -995,23 +999,49 @@ along with this program. If not, see
995% \LaTeX{} then allows extraction of texts entered segment by 999% \LaTeX{} then allows extraction of texts entered segment by
996% segment according to various criteria: main edited text, variant 1000% segment according to various criteria: main edited text, variant
997% readings, translations or annotated borrowings between texts. It 1001% readings, translations or annotated borrowings between texts. It
998% is published under the terms of the GNU General Public License 1002% is published under the terms of the OpenBSD license.
999% (GPL) version 3.
1000% \end{abstract} 1003% \end{abstract}
1001% 1004%
1002% \section*{License and Disclaimer} 1005% \section*{License and Disclaimer}
1003% \addcontentsline{toc}{section}{License and disclamer} 1006% \addcontentsline{toc}{section}{License and disclamer}
1004% \subsection*{License Applicable to this Document}
1005% \pdfbookmark[2]{Licence applicable to this document}{copyright-doc}
1006% \leavevmode\marginpar{\hfill\texttt{fdl1.3}}
1007% \metapick[print]{rightstext} (See below \vref{sec:fdl}.)
1008%
1009% \subsection*{License Applicable to the Software}
1010% \pdfbookmark[2]{Licence applicable to the software}{copyright-soft}
1011% \label{sec:license-software} 1007% \label{sec:license-software}
1012% 1008%
1013% \pkg{ekdosis} --- \metapick[print]{subtitle} 1009% \pkg{ekdosis} --- \metapick[print]{subtitle}
1014% \metapick[print]{copyrightstatement} 1010% \metapick[print]{copyrightstatement}
1011%
1012% \leavevmode\marginpar{\hfill\texttt{OpenBSD}} \pkg{ekdosis} is
1013% licensed under the terms of the so-called OpenBSD license, as it is
1014% modelled after the ISC copyright, which is functionally equivalent
1015% to a two-term BSD copyright with language removed that is made
1016% unnecessary by the Berne convention.\footnote{More information about
1017% the OpenBSD policy to which \pkg{ekdosis} adheres:
1018% \url{https://www.openbsd.org/policy.html}.}
1019%
1020% \iffalse
1021%<*example>
1022% \fi
1023\begin{minted}[linenos=false]{text}
1024ekdosis -- Typesetting TEI xml-Compliant Critical Editions
1025----------------------------------------------------------
1026
1027Copyright (c) 2020, 2021, 2022, 2023 Robert Alessi
1028<alessi@robertalessi.net>
1029
1030Permission to use, copy, modify, and distribute this software for any
1031purpose with or without fee is hereby granted, provided that the above
1032copyright notice and this permission notice appear in all copies.
1033
1034THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1035WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1036MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1037ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1038WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1039ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1040OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1041\end{minted}
1042% \iffalse
1043%</example>
1044% \fi
1015% 1045%
1016% Please send error reports and suggestions for improvements to Robert 1046% Please send error reports and suggestions for improvements to Robert
1017% Alessi: 1047% Alessi:
@@ -1025,22 +1055,6 @@ along with this program. If not, see
1025% \url{http://www.ekdosis.org/issues} 1055% \url{http://www.ekdosis.org/issues}
1026% \end{itemize} 1056% \end{itemize}
1027% 1057%
1028% \leavevmode\marginpar{\hfill\texttt{gpl3+}}
1029% This program is free software: you can redistribute it and/or modify
1030% it under the terms of the GNU General Public License as published by
1031% the Free Software Foundation, either version 3 of the License, or
1032% (at your option) any later version.
1033%
1034% This program is distributed in the hope that it will be useful, but
1035% WITHOUT ANY WARRANTY; without even the implied warranty of
1036% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1037% General Public License for more details.
1038%
1039% You should have received a copy of the GNU General Public License
1040% along with this program. If not, see
1041% \href{http://www.gnu.org/licenses}%
1042% {\texttt{<http://www.gnu.org/licenses/>}}.
1043%
1044% This release of \pkg{ekdosis} consists of the following 1058% This release of \pkg{ekdosis} consists of the following
1045% source files: 1059% source files:
1046% \begin{itemize} 1060% \begin{itemize}
@@ -7811,545 +7825,6 @@ Sample text with a \textcolor{red}{word} in red.
7811% \label{sec:correspondence-alignment} 7825% \label{sec:correspondence-alignment}
7812% 7826%
7813% \label{ref:segmentation} 7827% \label{ref:segmentation}
7814%
7815% \section{GNU Free Documentation License}
7816% \label{sec:fdl}
7817% \textbf{Version 1.3, 3 November 2008}
7818%
7819% \begin{center}
7820% Version 1.3, 3 November 2008
7821%
7822% Copyright \copyright{} 2000, 2001, 2002, 2007, 2008 Free
7823% Software Foundation, Inc.
7824%
7825% \bigskip
7826%
7827% \url{https://fsf.org/}
7828%
7829% \bigskip
7830%
7831% Everyone is permitted to copy and distribute verbatim copies
7832% of this license document, but changing it is not allowed.
7833% \end{center}
7834%
7835% \needspace{3\baselineskip}
7836% \begin{center}
7837% {\bf\large Preamble}
7838% \end{center}
7839%
7840% The purpose of this License is to make a manual, textbook, or other
7841% functional and useful document \enquote{free} in the sense of
7842% freedom: to assure everyone the effective freedom to copy and
7843% redistribute it, with or without modifying it, either commercially
7844% or noncommercially. Secondarily, this License preserves for the
7845% author and publisher a way to get credit for their work, while not
7846% being considered responsible for modifications made by others.
7847%
7848% This License is a kind of \enquote{copyleft}, which means that
7849% derivative works of the document must themselves be free in the same
7850% sense. It complements the GNU General Public License, which is a
7851% copyleft license designed for free software.
7852%
7853% We have designed this License in order to use it for manuals for
7854% free software, because free software needs free documentation: a
7855% free program should come with manuals providing the same freedoms
7856% that the software does. But this License is not limited to software
7857% manuals; it can be used for any textual work, regardless of subject
7858% matter or whether it is published as a printed book. We recommend
7859% this License principally for works whose purpose is instruction or
7860% reference.
7861%
7862% \needspace{3\baselineskip}
7863% \begin{center}
7864% {\large\bf 1. APPLICABILITY AND DEFINITIONS\par}
7865% \end{center}
7866%
7867% This License applies to any manual or other work, in any medium,
7868% that contains a notice placed by the copyright holder saying it can
7869% be distributed under the terms of this License. Such a notice
7870% grants a world-wide, royalty-free license, unlimited in duration, to
7871% use that work under the conditions stated herein. The
7872% \enquote{\textbf{Document}}, below, refers to any such manual or
7873% work. Any member of the public is a licensee, and is addressed as
7874% \enquote{\textbf{you}}. You accept the license if you copy, modify
7875% or distribute the work in a way requiring permission under copyright
7876% law.
7877%
7878% A \enquote{\textbf{Modified Version}} of the Document means any work
7879% containing the Document or a portion of it, either copied verbatim,
7880% or with modifications and/or translated into another language.
7881%
7882% A \enquote{\textbf{Secondary Section}} is a named appendix or a
7883% front-matter section of the Document that deals exclusively with the
7884% relationship of the publishers or authors of the Document to the
7885% Document's overall subject (or to related matters) and contains
7886% nothing that could fall directly within that overall subject.
7887% (Thus, if the Document is in part a textbook of mathematics, a
7888% Secondary Section may not explain any mathematics.) The
7889% relationship could be a matter of historical connection with the
7890% subject or with related matters, or of legal, commercial,
7891% philosophical, ethical or political position regarding them.
7892%
7893% The \enquote{\textbf{Invariant Sections}} are certain Secondary
7894% Sections whose titles are designated, as being those of Invariant
7895% Sections, in the notice that says that the Document is released
7896% under this License. If a section does not fit the above definition
7897% of Secondary then it is not allowed to be designated as Invariant.
7898% The Document may contain zero Invariant Sections. If the Document
7899% does not identify any Invariant Sections then there are none.
7900%
7901% The \enquote{\textbf{Cover Texts}} are certain short passages of
7902% text that are listed, as Front-Cover Texts or Back-Cover Texts, in
7903% the notice that says that the Document is released under this
7904% License. A Front-Cover Text may be at most 5 words, and a
7905% Back-Cover Text may be at most 25 words.
7906%
7907% A \enquote{\textbf{Transparent}} copy of the Document means a
7908% machine-readable copy, represented in a format whose specification
7909% is available to the general public, that is suitable for revising
7910% the document straightforwardly with generic text editors or (for
7911% images composed of pixels) generic paint programs or (for drawings)
7912% some widely available drawing editor, and that is suitable for input
7913% to text formatters or for automatic translation to a variety of
7914% formats suitable for input to text formatters. A copy made in an
7915% otherwise Transparent file format whose markup, or absence of
7916% markup, has been arranged to thwart or discourage subsequent
7917% modification by readers is not Transparent. An image format is not
7918% Transparent if used for any substantial amount of text. A copy that
7919% is not \enquote{Transparent} is called \enquote{\textbf{Opaque}}.
7920%
7921% Examples of suitable formats for Transparent copies include plain
7922% ASCII without markup, Texinfo input format, LaTeX input format, SGML
7923% or XML using a publicly available DTD, and standard-conforming
7924% simple HTML, PostScript or PDF designed for human modification.
7925% Examples of transparent image formats include PNG, XCF and JPG.
7926% Opaque formats include proprietary formats that can be read and
7927% edited only by proprietary word processors, SGML or XML for which
7928% the DTD and/or processing tools are not generally available, and the
7929% machine-generated HTML, PostScript or PDF produced by some word
7930% processors for output purposes only.
7931%
7932% The \enquote{\textbf{Title Page}} means, for a printed book, the
7933% title page itself, plus such following pages as are needed to hold,
7934% legibly, the material this License requires to appear in the title
7935% page. For works in formats which do not have any title page as
7936% such, \enquote{Title Page} means the text near the most prominent
7937% appearance of the work's title, preceding the beginning of the body
7938% of the text.
7939%
7940% The \enquote{\textbf{publisher}} means any person or entity that
7941% distributes copies of the Document to the public.
7942%
7943% A section \enquote{\textbf{Entitled XYZ}} means a named subunit of
7944% the Document whose title either is precisely XYZ or contains XYZ in
7945% parentheses following text that translates XYZ in another language.
7946% (Here XYZ stands for a specific section name mentioned below, such
7947% as \enquote{\textbf{Acknowledgements}},
7948% \enquote{\textbf{Dedications}}, \enquote{\textbf{Endorsements}}, or
7949% \enquote{\textbf{History}}.) To \enquote{\textbf{Preserve the
7950% Title}} of such a section when you modify the Document means that it
7951% remains a section \enquote{Entitled XYZ} according to this
7952% definition.
7953%
7954% The Document may include Warranty Disclaimers next to the notice
7955% which states that this License applies to the Document. These
7956% Warranty Disclaimers are considered to be included by reference in
7957% this License, but only as regards disclaiming warranties: any other
7958% implication that these Warranty Disclaimers may have is void and has
7959% no effect on the meaning of this License.
7960%
7961% \needspace{3\baselineskip}
7962% \begin{center}
7963% {\large\bf 2. VERBATIM COPYING\par}
7964% \end{center}
7965%
7966% You may copy and distribute the Document in any medium, either
7967% commercially or noncommercially, provided that this License, the
7968% copyright notices, and the license notice saying this License
7969% applies to the Document are reproduced in all copies, and that you
7970% add no other conditions whatsoever to those of this License. You
7971% may not use technical measures to obstruct or control the reading or
7972% further copying of the copies you make or distribute. However, you
7973% may accept compensation in exchange for copies. If you distribute a
7974% large enough number of copies you must also follow the conditions in
7975% section~3.
7976%
7977% You may also lend copies, under the same conditions stated above,
7978% and you may publicly display copies.
7979%
7980% \needspace{3\baselineskip}
7981% \begin{center}
7982% {\large\bf 3. COPYING IN QUANTITY\par}
7983% \end{center}
7984%
7985% If you publish printed copies (or copies in media that commonly have
7986% printed covers) of the Document, numbering more than 100, and the
7987% Document's license notice requires Cover Texts, you must enclose the
7988% copies in covers that carry, clearly and legibly, all these Cover
7989% Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
7990% the back cover. Both covers must also clearly and legibly identify
7991% you as the publisher of these copies. The front cover must present
7992% the full title with all words of the title equally prominent and
7993% visible. You may add other material on the covers in addition.
7994% Copying with changes limited to the covers, as long as they preserve
7995% the title of the Document and satisfy these conditions, can be
7996% treated as verbatim copying in other respects.
7997%
7998% If the required texts for either cover are too voluminous to fit
7999% legibly, you should put the first ones listed (as many as fit
8000% reasonably) on the actual cover, and continue the rest onto adjacent
8001% pages.
8002%
8003% If you publish or distribute Opaque copies of the Document numbering
8004% more than 100, you must either include a machine-readable
8005% Transparent copy along with each Opaque copy, or state in or with
8006% each Opaque copy a computer-network location from which the general
8007% network-using public has access to download using public-standard
8008% network protocols a complete Transparent copy of the Document, free
8009% of added material. If you use the latter option, you must take
8010% reasonably prudent steps, when you begin distribution of Opaque
8011% copies in quantity, to ensure that this Transparent copy will remain
8012% thus accessible at the stated location until at least one year after
8013% the last time you distribute an Opaque copy (directly or through
8014% your agents or retailers) of that edition to the public.
8015%
8016% It is requested, but not required, that you contact the authors of
8017% the Document well before redistributing any large number of copies,
8018% to give them a chance to provide you with an updated version of the
8019% Document.
8020%
8021% \needspace{3\baselineskip}
8022% \begin{center}
8023% {\large\bf 4. MODIFICATIONS\par}
8024% \end{center}
8025%
8026% You may copy and distribute a Modified Version of the Document under
8027% the conditions of sections 2 and 3 above, provided that you release
8028% the Modified Version under precisely this License, with the Modified
8029% Version filling the role of the Document, thus licensing
8030% distribution and modification of the Modified Version to whoever
8031% possesses a copy of it. In addition, you must do these things in
8032% the Modified Version:
8033%
8034% \begin{itemize}
8035% \item[A.] Use in the Title Page (and on the covers, if any) a title
8036% distinct from that of the Document, and from those of previous
8037% versions (which should, if there were any, be listed in the
8038% History section of the Document). You may use the same title as a
8039% previous version if the original publisher of that version gives
8040% permission.
8041%
8042% \item[B.] List on the Title Page, as authors, one or more persons
8043% or entities responsible for authorship of the modifications in
8044% the Modified Version, together with at least five of the
8045% principal authors of the Document (all of its principal authors,
8046% if it has fewer than five), unless they release you from this
8047% requirement.
8048%
8049% \item[C.] State on the Title page the name of the publisher of the
8050% Modified Version, as the publisher.
8051%
8052% \item[D.] Preserve all the copyright notices of the Document.
8053%
8054% \item[E.] Add an appropriate copyright notice for your
8055% modifications adjacent to the other copyright notices.
8056%
8057% \item[F.] Include, immediately after the copyright notices, a
8058% license notice giving the public permission to use the Modified
8059% Version under the terms of this License, in the form shown in the
8060% Addendum below.
8061%
8062% \item[G.] Preserve in that license notice the full lists of
8063% Invariant Sections and required Cover Texts given in the
8064% Document's license notice.
8065%
8066% \item[H.] Include an unaltered copy of this License.
8067%
8068% \item[I.] Preserve the section Entitled \enquote{History},
8069% Preserve its Title, and add to it an item stating at least the
8070% title, year, new authors, and publisher of the Modified Version
8071% as given on the Title Page. If there is no section Entitled
8072% \enquote{History} in the Document, create one stating the title,
8073% year, authors, and publisher of the Document as given on its
8074% Title Page, then add an item describing the Modified Version as
8075% stated in the previous sentence.
8076%
8077% \item[J.] Preserve the network location, if any, given in the
8078% Document for public access to a Transparent copy of the Document,
8079% and likewise the network locations given in the Document for
8080% previous versions it was based on. These may be placed in the
8081% \enquote{History} section. You may omit a network location for a
8082% work that was published at least four years before the Document
8083% itself, or if the original publisher of the version it refers to
8084% gives permission.
8085%
8086% \item[K.] For any section Entitled \enquote{Acknowledgements} or
8087% \enquote{Dedications}, Preserve the Title of the section, and
8088% preserve in the section all the substance and tone of each of the
8089% contributor acknowledgements and/or dedications given therein.
8090%
8091% \item[L.] Preserve all the Invariant Sections of the Document,
8092% unaltered in their text and in their titles. Section numbers or
8093% the equivalent are not considered part of the section titles.
8094%
8095% \item[M.] Delete any section Entitled \enquote{Endorsements}.
8096% Such a section may not be included in the Modified Version.
8097%
8098% \item[N.] Do not retitle any existing section to be Entitled
8099% \enquote{Endorsements} or to conflict in title with any Invariant
8100% Section.
8101%
8102% \item[O.] Preserve any Warranty Disclaimers.
8103% \end{itemize}
8104%
8105% If the Modified Version includes new front-matter sections or
8106% appendices that qualify as Secondary Sections and contain no
8107% material copied from the Document, you may at your option designate
8108% some or all of these sections as invariant. To do this, add their
8109% titles to the list of Invariant Sections in the Modified Version's
8110% license notice. These titles must be distinct from any other
8111% section titles.
8112%
8113% You may add a section Entitled \enquote{Endorsements}, provided it
8114% contains nothing but endorsements of your Modified Version by
8115% various parties---for example, statements of peer review or that the
8116% text has been approved by an organization as the authoritative
8117% definition of a standard.
8118%
8119% You may add a passage of up to five words as a Front-Cover Text, and
8120% a passage of up to 25 words as a Back-Cover Text, to the end of the
8121% list of Cover Texts in the Modified Version. Only one passage of
8122% Front-Cover Text and one of Back-Cover Text may be added by (or
8123% through arrangements made by) any one entity. If the Document
8124% already includes a cover text for the same cover, previously added
8125% by you or by arrangement made by the same entity you are acting on
8126% behalf of, you may not add another; but you may replace the old one,
8127% on explicit permission from the previous publisher that added the
8128% old one.
8129%
8130% The author(s) and publisher(s) of the Document do not by this
8131% License give permission to use their names for publicity for or to
8132% assert or imply endorsement of any Modified Version.
8133%
8134% \needspace{3\baselineskip}
8135% \begin{center}
8136% {\large\bf 5. COMBINING DOCUMENTS\par}
8137% \end{center}
8138%
8139% You may combine the Document with other documents released under
8140% this License, under the terms defined in section~4 above for
8141% modified versions, provided that you include in the combination all
8142% of the Invariant Sections of all of the original documents,
8143% unmodified, and list them all as Invariant Sections of your combined
8144% work in its license notice, and that you preserve all their Warranty
8145% Disclaimers.
8146%
8147% The combined work need only contain one copy of this License, and
8148% multiple identical Invariant Sections may be replaced with a single
8149% copy. If there are multiple Invariant Sections with the same name
8150% but different contents, make the title of each such section unique
8151% by adding at the end of it, in parentheses, the name of the original
8152% author or publisher of that section if known, or else a unique
8153% number. Make the same adjustment to the section titles in the list
8154% of Invariant Sections in the license notice of the combined work.
8155%
8156% In the combination, you must combine any sections Entitled
8157% \enquote{History} in the various original documents, forming one
8158% section Entitled \enquote{History}; likewise combine any sections
8159% Entitled \enquote{Acknowledgements}, and any sections Entitled
8160% \enquote{Dedications}. You must delete all sections Entitled
8161% \enquote{Endorsements}.
8162%
8163% \needspace{3\baselineskip}
8164% \begin{center}
8165% {\large\bf 6. COLLECTIONS OF DOCUMENTS\par}
8166% \end{center}
8167%
8168% You may make a collection consisting of the Document and other
8169% documents released under this License, and replace the individual
8170% copies of this License in the various documents with a single copy
8171% that is included in the collection, provided that you follow the
8172% rules of this License for verbatim copying of each of the documents
8173% in all other respects.
8174%
8175% You may extract a single document from such a collection, and
8176% distribute it individually under this License, provided you insert a
8177% copy of this License into the extracted document, and follow this
8178% License in all other respects regarding verbatim copying of that
8179% document.
8180%
8181% \needspace{3\baselineskip}
8182% \begin{center}
8183% {\large\bf 7. AGGREGATION WITH INDEPENDENT WORKS\par}
8184% \end{center}
8185%
8186% A compilation of the Document or its derivatives with other separate
8187% and independent documents or works, in or on a volume of a storage
8188% or distribution medium, is called an \enquote{aggregate} if the
8189% copyright resulting from the compilation is not used to limit the
8190% legal rights of the compilation's users beyond what the individual
8191% works permit. When the Document is included in an aggregate, this
8192% License does not apply to the other works in the aggregate which are
8193% not themselves derivative works of the Document.
8194%
8195% If the Cover Text requirement of section~3 is applicable to these
8196% copies of the Document, then if the Document is less than one half
8197% of the entire aggregate, the Document's Cover Texts may be placed on
8198% covers that bracket the Document within the aggregate, or the
8199% electronic equivalent of covers if the Document is in electronic
8200% form. Otherwise they must appear on printed covers that bracket the
8201% whole aggregate.
8202%
8203% \needspace{3\baselineskip}
8204% \begin{center}
8205% {\large\bf 8. TRANSLATION\par}
8206% \end{center}
8207%
8208% Translation is considered a kind of modification, so you may
8209% distribute translations of the Document under the terms of
8210% section~4. Replacing Invariant Sections with translations requires
8211% special permission from their copyright holders, but you may include
8212% translations of some or all Invariant Sections in addition to the
8213% original versions of these Invariant Sections. You may include a
8214% translation of this License, and all the license notices in the
8215% Document, and any Warranty Disclaimers, provided that you also
8216% include the original English version of this License and the
8217% original versions of those notices and disclaimers. In case of a
8218% disagreement between the translation and the original version of
8219% this License or a notice or disclaimer, the original version will
8220% prevail.
8221%
8222% If a section in the Document is Entitled \enquote{Acknowledgements},
8223% \enquote{Dedications}, or \enquote{History}, the requirement
8224% (section~4) to Preserve its Title (section~1) will typically require
8225% changing the actual title.
8226%
8227% \needspace{3\baselineskip}
8228% \begin{center}
8229% {\large\bf 9. TERMINATION\par}
8230% \end{center}
8231%
8232% You may not copy, modify, sublicense, or distribute the Document
8233% except as expressly provided under this License. Any attempt
8234% otherwise to copy, modify, sublicense, or distribute it is void, and
8235% will automatically terminate your rights under this License.
8236%
8237% However, if you cease all violation of this License, then your
8238% license from a particular copyright holder is reinstated (a)
8239% provisionally, unless and until the copyright holder explicitly and
8240% finally terminates your license, and (b) permanently, if the
8241% copyright holder fails to notify you of the violation by some
8242% reasonable means prior to 60 days after the cessation.
8243%
8244% Moreover, your license from a particular copyright holder is
8245% reinstated permanently if the copyright holder notifies you of the
8246% violation by some reasonable means, this is the first time you have
8247% received notice of violation of this License (for any work) from
8248% that copyright holder, and you cure the violation prior to 30 days
8249% after your receipt of the notice.
8250%
8251% Termination of your rights under this section does not terminate the
8252% licenses of parties who have received copies or rights from you
8253% under this License. If your rights have been terminated and not
8254% permanently reinstated, receipt of a copy of some or all of the same
8255% material does not give you any rights to use it.
8256%
8257% \needspace{3\baselineskip}
8258% \begin{center}
8259% {\large\bf 10. FUTURE REVISIONS OF THIS LICENSE\par}
8260% \end{center}
8261%
8262% The Free Software Foundation may publish new, revised versions of
8263% the GNU Free Documentation License from time to time. Such new
8264% versions will be similar in spirit to the present version, but may
8265% differ in detail to address new problems or concerns. See
8266% \url{https://www.gnu.org/licenses/}.
8267%
8268% Each version of the License is given a distinguishing version
8269% number. If the Document specifies that a particular numbered
8270% version of this License \enquote{or any later version} applies to
8271% it, you have the option of following the terms and conditions either
8272% of that specified version or of any later version that has been
8273% published (not as a draft) by the Free Software Foundation. If the
8274% Document does not specify a version number of this License, you may
8275% choose any version ever published (not as a draft) by the Free
8276% Software Foundation. If the Document specifies that a proxy can
8277% decide which future versions of this License can be used, that
8278% proxy's public statement of acceptance of a version permanently
8279% authorizes you to choose that version for the Document.
8280%
8281% \needspace{3\baselineskip}
8282% \begin{center}
8283% {\large\bf 11. RELICENSING\par}
8284% \end{center}
8285%
8286% \enquote{Massive Multiauthor Collaboration Site} (or \enquote{MMC
8287% Site}) means any World Wide Web server that publishes copyrightable
8288% works and also provides prominent facilities for anybody to edit
8289% those works. A public wiki that anybody can edit is an example of
8290% such a server. A \enquote{Massive Multiauthor Collaboration} (or
8291% \enquote{MMC}) contained in the site means any set of copyrightable
8292% works thus published on the MMC site.
8293%
8294% \enquote{CC-BY-SA} means the Creative Commons Attribution-Share
8295% Alike 3.0 license published by Creative Commons Corporation, a
8296% not-for-profit corporation with a principal place of business in San
8297% Francisco, California, as well as future copyleft versions of that
8298% license published by that same organization.
8299%
8300% \enquote{Incorporate} means to publish or republish a Document, in
8301% whole or in part, as part of another Document.
8302%
8303% An MMC is \enquote{eligible for relicensing} if it is licensed under
8304% this License, and if all works that were first published under this
8305% License somewhere other than this MMC, and subsequently incorporated
8306% in whole or in part into the MMC, (1) had no cover texts or
8307% invariant sections, and (2) were thus incorporated prior to November
8308% 1, 2008.
8309%
8310% The operator of an MMC Site may republish an MMC contained in the
8311% site under CC-BY-SA on the same site at any time before August 1,
8312% 2009, provided the MMC is eligible for relicensing.
8313%
8314% \needspace{3\baselineskip}
8315% \begin{center}
8316% {\large\bf ADDENDUM: How to use this License for your documents\par}
8317% \end{center}
8318%
8319% To use this License in a document you have written, include a copy
8320% of the License in the document and put the following copyright and
8321% license notices just after the title page:
8322%
8323% \bigskip
8324% \begin{quote}
8325% Copyright \copyright{} YEAR YOUR NAME. Permission is granted to
8326% copy, distribute and/or modify this document under the terms of
8327% the GNU Free Documentation License, Version 1.3 or any later
8328% version published by the Free Software Foundation; with no
8329% Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
8330% A copy of the license is included in the section entitled
8331% \enquote{GNU Free Documentation License}.
8332% \end{quote}
8333% \bigskip
8334%
8335% If you have Invariant Sections, Front-Cover Texts and Back-Cover
8336% Texts, replace the \enquote{with \dots\ Texts.}\ line with this:
8337%
8338% \bigskip
8339% \begin{quote}
8340% with the Invariant Sections being LIST THEIR TITLES, with the
8341% Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
8342% \end{quote}
8343% \bigskip
8344%
8345% If you have Invariant Sections without Cover Texts, or some other
8346% combination of the three, merge those two alternatives to suit the
8347% situation.
8348%
8349% If your document contains nontrivial examples of program code, we
8350% recommend releasing these examples in parallel under your choice of
8351% free software license, such as the GNU General Public License,
8352% to permit their use in free software.
8353% 7828%
8354% \section{References} 7829% \section{References}
8355% \label{sec:references} 7830% \label{sec:references}
@@ -8549,7 +8024,7 @@ Sample text with a \textcolor{red}{word} in red.
8549% \end{macrocode} 8024% \end{macrocode}
8550% \paragraph{\textsf{ekdosis} Symbol} 8025% \paragraph{\textsf{ekdosis} Symbol}
8551% \begin{macro}{\eKd} 8026% \begin{macro}{\eKd}
8552% \changes{v1.5}{2022/10/26}{Prints \textsf{ekdosis} indentifying 8027% \changes{v1.5}{2023/01/24}{Prints \textsf{ekdosis} indentifying
8553% symbol} As of v1.5, \pkg{ekdosis} has its own identifying 8028% symbol} As of v1.5, \pkg{ekdosis} has its own identifying
8554% symbol. It is produced by \cs{eKd} and best printed with the Old 8029% symbol. It is produced by \cs{eKd} and best printed with the Old
8555% Standard Greek font. 8030% Standard Greek font.
@@ -8812,7 +8287,7 @@ Sample text with a \textcolor{red}{word} in red.
8812% \begin{macro}{\teidirectE} 8287% \begin{macro}{\teidirectE}
8813% \changes{v1.3}{2021/08/18}{direct insertion of elements in the 8288% \changes{v1.3}{2021/08/18}{direct insertion of elements in the
8814% \texttt{TEI xml} file} 8289% \texttt{TEI xml} file}
8815% \changes{v1.5}{2022/10/26}{direct insertion of empty elements in the 8290% \changes{v1.5}{2023/01/24}{direct insertion of empty elements in the
8816% \texttt{TEI xml} file} 8291% \texttt{TEI xml} file}
8817% \cs{teidirect}\oarg{xml attributes}\marg{xml element}\marg{code} 8292% \cs{teidirect}\oarg{xml attributes}\marg{xml element}\marg{code}
8818% does nothing in \LaTeX. It is only used to insert elements in the 8293% does nothing in \LaTeX. It is only used to insert elements in the
@@ -8827,7 +8302,7 @@ Sample text with a \textcolor{red}{word} in red.
8827% \end{macro} 8302% \end{macro}
8828% \end{macro} 8303% \end{macro}
8829% \begin{macro}{\getTEIxmlid} 8304% \begin{macro}{\getTEIxmlid}
8830% \changes{v1.5}{2022/10/26}{returns \texttt{TEI xml:ids} from a 8305% \changes{v1.5}{2023/01/24}{returns \texttt{TEI xml:ids} from a
8831% csv-list of ids} This command returns from a csv-list of unique 8306% csv-list of ids} This command returns from a csv-list of unique
8832% identifiers declared in commands such as \cs{DeclareWitness} and the 8307% identifiers declared in commands such as \cs{DeclareWitness} and the
8833% like a space-separated list of their corresponding |xml:id|s, each 8308% like a space-separated list of their corresponding |xml:id|s, each
@@ -9303,7 +8778,7 @@ Sample text with a \textcolor{red}{word} in red.
9303\newlength{\ekd@app@localheight} 8778\newlength{\ekd@app@localheight}
9304% \end{macrocode} 8779% \end{macrocode}
9305% \begin{macro}{\localappheight} 8780% \begin{macro}{\localappheight}
9306% \changes{v1.5}{2022/10/26}{changes the height of the apparatus 8781% \changes{v1.5}{2023/01/24}{changes the height of the apparatus
9307% criticus} 8782% criticus}
9308% \cs{localappheight}\marg{dimen} can be used to change locally the 8783% \cs{localappheight}\marg{dimen} can be used to change locally the
9309% length of \cs{ekd@app@height} set by the |appheight| option of 8784% length of \cs{ekd@app@height} set by the |appheight| option of
@@ -9322,7 +8797,7 @@ Sample text with a \textcolor{red}{word} in red.
9322% \end{macrocode} 8797% \end{macrocode}
9323% \end{macro} 8798% \end{macro}
9324% \begin{macro}{\addtoappheight} 8799% \begin{macro}{\addtoappheight}
9325% \changes{v1.5}{2022/10/26}{increases or decreases the height of the 8800% \changes{v1.5}{2023/01/24}{increases or decreases the height of the
9326% apparatus criticus} 8801% apparatus criticus}
9327% As the name suggests, in contrast to \cs{localappheight}, 8802% As the name suggests, in contrast to \cs{localappheight},
9328% \cs{addtoappheight}\marg{dimen} is used to increase or decrease 8803% \cs{addtoappheight}\marg{dimen} is used to increase or decrease
@@ -9608,7 +9083,7 @@ Sample text with a \textcolor{red}{word} in red.
9608% The following commands are provided to set and control the maximum 9083% The following commands are provided to set and control the maximum
9609% number of lines printed on each page. 9084% number of lines printed on each page.
9610% \begin{macro}{\setmaxlines} 9085% \begin{macro}{\setmaxlines}
9611% \changes{v1.5}{2022/10/26}{limits the number of lines per page} 9086% \changes{v1.5}{2023/01/24}{limits the number of lines per page}
9612% \cs{setmaxlines}\marg{n}, where \meta{n} is a positive integer 9087% \cs{setmaxlines}\marg{n}, where \meta{n} is a positive integer
9613% $\geq 1$, can be used either in the preamble or at any point of the 9088% $\geq 1$, can be used either in the preamble or at any point of the
9614% document to set the maximum number of lines to be printed on each 9089% document to set the maximum number of lines to be printed on each
@@ -9619,7 +9094,7 @@ Sample text with a \textcolor{red}{word} in red.
9619% \end{macrocode} 9094% \end{macrocode}
9620% \end{macro} 9095% \end{macro}
9621% \begin{macro}{\localmaxlines} 9096% \begin{macro}{\localmaxlines}
9622% \changes{v1.5}{2022/10/26}{changes the maximum number of lines 9097% \changes{v1.5}{2023/01/24}{changes the maximum number of lines
9623% locally} 9098% locally}
9624% Once a maximum number of lines per page has been set, 9099% Once a maximum number of lines per page has been set,
9625% \cs{localmaxlines}\marg{n} can be used to adjust this number on a 9100% \cs{localmaxlines}\marg{n} can be used to adjust this number on a
@@ -9632,7 +9107,7 @@ Sample text with a \textcolor{red}{word} in red.
9632% \end{macrocode} 9107% \end{macrocode}
9633% \end{macro} 9108% \end{macro}
9634% \begin{macro}{\addtomaxlines} 9109% \begin{macro}{\addtomaxlines}
9635% \changes{v1.5}{2022/10/26}{adds or subtracts lines from a given page} 9110% \changes{v1.5}{2023/01/24}{adds or subtracts lines from a given page}
9636% Unlike \cs{localmaxlines}, \cs{addtomaxlines}\meta{n} takes as 9111% Unlike \cs{localmaxlines}, \cs{addtomaxlines}\meta{n} takes as
9637% argument the number of lines one wishes to add or substract from the 9112% argument the number of lines one wishes to add or substract from the
9638% number that has been set by \cs{setmaxlines}. As a result, \meta{n} 9113% number that has been set by \cs{setmaxlines}. As a result, \meta{n}
@@ -9645,7 +9120,7 @@ Sample text with a \textcolor{red}{word} in red.
9645% \end{macrocode} 9120% \end{macrocode}
9646% \end{macro} 9121% \end{macro}
9647% \begin{macro}{\nomaxlines} 9122% \begin{macro}{\nomaxlines}
9648% \changes{v1.5}{2022/10/26}{unsets \cs{setmaxlines}} 9123% \changes{v1.5}{2023/01/24}{unsets \cs{setmaxlines}}
9649% \cs{nomaxlines} unsets any limit previously set by \cs{setmaxlines}. 9124% \cs{nomaxlines} unsets any limit previously set by \cs{setmaxlines}.
9650% \begin{macrocode} 9125% \begin{macrocode}
9651\def\nomaxlines{\luadirect{tex.sprint(ekdosis.resetlocalmaxlines())}} 9126\def\nomaxlines{\luadirect{tex.sprint(ekdosis.resetlocalmaxlines())}}
@@ -9709,7 +9184,7 @@ Sample text with a \textcolor{red}{word} in red.
9709% \end{macrocode} 9184% \end{macrocode}
9710% \end{macro} 9185% \end{macro}
9711% \begin{macro}{\App} 9186% \begin{macro}{\App}
9712% \changes{v1.5}{2022/10/26}{To be used conjointly with 9187% \changes{v1.5}{2023/01/24}{To be used conjointly with
9713% \texttt{ekdosis.el}} 9188% \texttt{ekdosis.el}}
9714% In contrast to \cs{app}, \cs{App} takes two mandatory arguments and 9189% In contrast to \cs{app}, \cs{App} takes two mandatory arguments and
9715% accepts one optional argument like so: 9190% accepts one optional argument like so:
@@ -10593,7 +10068,7 @@ Sample text with a \textcolor{red}{word} in red.
10593% \end{macro} 10068% \end{macro}
10594% \paragraph{Lacunae} 10069% \paragraph{Lacunae}
10595% \begin{macro}{\ilabel} 10070% \begin{macro}{\ilabel}
10596% \changes{v1.5}{2022/10/26}{recalls and sets the ending label of 10071% \changes{v1.5}{2023/01/24}{recalls and sets the ending label of
10597% lemmas used to mark lacunae in witnesses} When \cs{lem} has been 10072% lemmas used to mark lacunae in witnesses} When \cs{lem} has been
10598% used with the optional argument |ilabel=<label>|, 10073% used with the optional argument |ilabel=<label>|,
10599% \cs{ilabel}\marg{label} must be used to mark the point where the 10074% \cs{ilabel}\marg{label} must be used to mark the point where the
@@ -10909,7 +10384,7 @@ Sample text with a \textcolor{red}{word} in red.
10909% \end{macrocode} 10384% \end{macrocode}
10910% \end{macro} 10385% \end{macro}
10911% \begin{macro}{\ekdEOprint} 10386% \begin{macro}{\ekdEOprint}
10912% \changes{v1.5}{2022/10/26}{Sets headers and footers on 10387% \changes{v1.5}{2023/01/24}{Sets headers and footers on
10913% \enquote{paired} facing pages} 10388% \enquote{paired} facing pages}
10914% To set headers and footers on \enquote{paired} facing pages, 10389% To set headers and footers on \enquote{paired} facing pages,
10915% \cs{ekdEOprint} accepts two mandatory, self-evident arguments, like 10390% \cs{ekdEOprint} accepts two mandatory, self-evident arguments, like
@@ -10949,7 +10424,7 @@ Sample text with a \textcolor{red}{word} in red.
10949% counter to set the value of the page numbers. This counter should be 10424% counter to set the value of the page numbers. This counter should be
10950% incremented every two pages. 10425% incremented every two pages.
10951% \begin{counter}{pairedpage} 10426% \begin{counter}{pairedpage}
10952% \changes{v1.5}{2022/10/26}{A counter incremented every two pages} 10427% \changes{v1.5}{2023/01/24}{A counter incremented every two pages}
10953% |pairedpage| is first set as a global counter:--- 10428% |pairedpage| is first set as a global counter:---
10954% \begin{macrocode} 10429% \begin{macrocode}
10955\newcounter{pairedpage} 10430\newcounter{pairedpage}
@@ -10957,19 +10432,19 @@ Sample text with a \textcolor{red}{word} in red.
10957% \end{macrocode} 10432% \end{macrocode}
10958% \end{counter} 10433% \end{counter}
10959% \begin{macro}{\setpairedpagenum} 10434% \begin{macro}{\setpairedpagenum}
10960% \changes{v1.5}{2022/10/26}{sets the same page number on paired 10435% \changes{v1.5}{2023/01/24}{sets the same page number on paired
10961% pages} \cs{setpairedpagenum}\marg{number} is used just ahead of 10436% pages} \cs{setpairedpagenum}\marg{number} is used just ahead of
10962% the alignment environment to set the number of the first left-hand 10437% the alignment environment to set the number of the first left-hand
10963% paired page. 10438% paired page.
10964% \begin{macro}{\setpairedpage} 10439% \begin{macro}{\setpairedpage}
10965% \changes{v1.5}{2022/10/26}{sets the page number of the first paired 10440% \changes{v1.5}{2023/01/24}{sets the page number of the first paired
10966% page} \cs{setpairedpage} is an argument-less command meant to be 10441% page} \cs{setpairedpage} is an argument-less command meant to be
10967% issued in commands used to set headers or footers before 10442% issued in commands used to set headers or footers before
10968% \cs{thepage}. This command has the counter |pairedpage| 10443% \cs{thepage}. This command has the counter |pairedpage|
10969% incremented on right-hand pages only, and sets |page| $\leftarrow$ 10444% incremented on right-hand pages only, and sets |page| $\leftarrow$
10970% |pairedpage| on every page. 10445% |pairedpage| on every page.
10971% \begin{macro}{\resetpagenumber} 10446% \begin{macro}{\resetpagenumber}
10972% \changes{v1.5}{2022/10/26}{resets normal running page numbers} 10447% \changes{v1.5}{2023/01/24}{resets normal running page numbers}
10973% \cs{resetpagenumber} must be used right out of \enquote{mirrored} 10448% \cs{resetpagenumber} must be used right out of \enquote{mirrored}
10974% paired pages alignment environments. This argument-less command 10449% paired pages alignment environments. This argument-less command
10975% corrects any numbering error on the page following the edition 10450% corrects any numbering error on the page following the edition
diff --git a/ekdosis.el b/ekdosis.el
index 19c9c1a..37ac9f4 100644
--- a/ekdosis.el
+++ b/ekdosis.el
@@ -2,24 +2,26 @@
2;; This file is part of the `ekdosis' package 2;; This file is part of the `ekdosis' package
3 3
4;; ekdosis -- TEI xml compliant critical editions 4;; ekdosis -- TEI xml compliant critical editions
5;; Copyright (C) 2020--2022 Robert Alessi 5;; Copyright (C) 2020, 2021, 2022, 2023 Robert Alessi
6;; <alessi@robertalessi.net>
6 7
7;; Please send error reports and suggestions for improvements to Robert 8;; Permission to use, copy, modify, and distribute this software for
8;; Alessi <alessi@robertalessi.net> 9;; any purpose with or without fee is hereby granted, provided that
10;; the above copyright notice and this permission notice appear in all
11;; copies.
9 12
10;; This program is free software: you can redistribute it and/or modify 13;; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
11;; it under the terms of the GNU General Public License as published by 14;; WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
12;; the Free Software Foundation, either version 3 of the License, or 15;; WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
13;; (at your option) any later version. 16;; AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
17;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
18;; OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
19;; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20;; CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 21
15;; This program is distributed in the hope that it will be useful, but 22;; Please send error reports and suggestions for improvements to Robert
16;; WITHOUT ANY WARRANTY; without even the implied warranty of 23;; Alessi <alessi@robertalessi.net>
17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18;; General Public License for more details.
19 24
20;; You should have received a copy of the GNU General Public License
21;; along with this program. If not, see
22;; <http://www.gnu.org/licenses/>.
23 25
24(defvar LaTeX-ekdosis-preamble-options 26(defvar LaTeX-ekdosis-preamble-options
25 '(("parnotes" ("true" "false" "roman")) 27 '(("parnotes" ("true" "false" "roman"))
diff --git a/ekdosis.ins b/ekdosis.ins
index de08215..dcbcadd 100644
--- a/ekdosis.ins
+++ b/ekdosis.ins
@@ -6,30 +6,29 @@
6ekdosis:| Typesetting TEI xml compliant critical editions 6ekdosis:| Typesetting TEI xml compliant critical editions
7 Author:| Robert Alessi 7 Author:| Robert Alessi
8 E-mail:| alessi@robertalessi.net 8 E-mail:| alessi@robertalessi.net
9License:| Released under the GNU General Public License v3 or later 9License:| Released under the OpenBSD license
10 See:| http://www.gnu.org/licenses/ 10 See:| https://cvsweb.openbsd.org/src/share/misc/license.template?rev=HEAD
11 11
12This file is part of the `ekdosis' package 12This file is part of the `ekdosis' package
13 13
14ekdosis -- Typesetting TEI xml compliant critical editions 14ekdosis -- Typesetting TEI xml compliant critical editions
15Copyright (C) 2020--2022 Robert Alessi 15Copyright (C) 2020, 2021, 2022, 2023 Robert Alessi
16<alessi@robertalessi.net>
16 17
17Please send error reports and suggestions for improvements to Robert 18Permission to use, copy, modify, and distribute this software for any
18Alessi <alessi@robertalessi.net> 19purpose with or without fee is hereby granted, provided that the above
19 20copyright notice and this permission notice appear in all copies.
20This program is free software: you can redistribute it and/or modify
21it under the terms of the GNU General Public License as published by
22the Free Software Foundation, either version 3 of the License, or
23(at your option) any later version.
24 21
25This program is distributed in the hope that it will be useful, but 22THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
26WITHOUT ANY WARRANTY; without even the implied warranty of 23WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
27MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 24MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
28General Public License for more details. 25ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
26WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
27ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
28OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
29 29
30You should have received a copy of the GNU General Public License 30Please send error reports and suggestions for improvements to Robert
31along with this program. If not, see 31Alessi <alessi@robertalessi.net>
32<http://www.gnu.org/licenses/>.
33 32
34This work consists of the files ekdosis.dtx, ekdosis.el, this file and 33This work consists of the files ekdosis.dtx, ekdosis.el, this file and
35a Makefile. 34a Makefile.