From 77d8fd075d4d89667d8c568a306e82a72ff1c702 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 29 Jan 2023 09:26:35 +0100 Subject: updated makefile and README --- COPYING | 17 ----------------- LICENSE | 17 +++++++++++++++++ README.md | 25 +++++++++++++------------ README.tex | 16 ++++++++-------- about.html | 9 +++++---- makefile | 2 +- 6 files changed, 44 insertions(+), 42 deletions(-) delete mode 100644 COPYING create mode 100644 LICENSE diff --git a/COPYING b/COPYING deleted file mode 100644 index dc34776..0000000 --- a/COPYING +++ /dev/null @@ -1,17 +0,0 @@ -arabluatex -- ArabTeX for LuaLaTeX ----------------------------------- - -Copyright (c) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 -Robert Alessi - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..dc34776 --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +arabluatex -- ArabTeX for LuaLaTeX +---------------------------------- + +Copyright (c) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 +Robert Alessi + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md index 0601f9d..eba493f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ # Overview -This package provides for [LuaLaTeX](http://luatex.org) an -[ArabTeX](http://ctan.org/pkg/arabtex)-like interface to generate Arabic -writing from an [ascii]{.smallcaps} transliteration. It is particularly -well-suited for complex documents such as technical documents or -critical editions where a lot of left-to-right commands intertwine with -Arabic writing. arabluatex is able to process any ArabTeX input -notation. Its output can be set in the same modes of vocalization as -ArabTeX, or in different roman transliterations. It further allows many -typographical refinements. It will eventually interact with some other -packages yet to come to produce from `.tex` source files, in addition to -printed books, `TEI xml` compliant critical editions and/or lexicons -that can be searched, analyzed and correlated in various ways. +This package provides for [LuaLaTeX](https://luatex.org) an +[ArabTeX](https://ctan.org/pkg/arabtex)-like interface to generate +Arabic writing from an [ascii]{.smallcaps} transliteration. It is +particularly well-suited for complex documents such as technical +documents or critical editions where a lot of left-to-right commands +intertwine with Arabic writing. arabluatex is able to process any +ArabTeX input notation. Its output can be set in the same modes of +vocalization as ArabTeX, or in different roman transliterations. It +further allows many typographical refinements. It can also operate with +the [ekdosis](https://ctan.org/pkg/ekdosis) package to produce from +`.tex` source files, in addition to printed books, `TEI xml` compliant +critical editions and/or lexicons that can be searched, analyzed and +correlated in various ways. # License and disclamer diff --git a/README.tex b/README.tex index a01cc1c..dd413d3 100644 --- a/README.tex +++ b/README.tex @@ -1,6 +1,6 @@ % The arabluatex package -- README file % Robert Alessi -% March 18, 2017 +% January 29, 2023 \documentclass{article} \usepackage{fontspec} @@ -16,19 +16,19 @@ \section*{Overview} \label{sec:overview} -This package provides for \href{http://luatex.org}{Lua\LaTeX} an -\href{http://ctan.org/pkg/arabtex}{Arab\TeX}-like interface to +This package provides for \href{https://luatex.org}{Lua\LaTeX} +an \href{https://ctan.org/pkg/arabtex}{Arab\TeX}-like interface to generate Arabic writing from an \textsc{ascii} transliteration. It is particularly well-suited for complex documents such as technical documents or critical editions where a lot of left-to-right commands intertwine with Arabic writing. arabluatex is able to process any Arab\TeX\ input notation. Its output can be set in the same modes of vocalization as Arab\TeX, or in different roman transliterations. It -further allows many typographical refinements. It will eventually -interact with some other packages yet to come to produce from -\verb|.tex| source files, in addition to printed books, \texttt{TEI - xml} compliant critical editions and/or lexicons that can be -searched, analyzed and correlated in various ways. +further allows many typographical refinements. It can also operate +with the \href{https://ctan.org/pkg/ekdosis}{ekdosis} package to +produce from \verb|.tex| source files, in addition to printed books, +\texttt{TEI xml} compliant critical editions and/or lexicons that can +be searched, analyzed and correlated in various ways. \section*{License and disclamer} ArabLuaTeX -- Processing ArabTeX notation under LuaLaTeX diff --git a/about.html b/about.html index ba2454d..d5b5236 100644 --- a/about.html +++ b/about.html @@ -1,6 +1,6 @@

Overview

-

This package provides for LuaLaTeX an -ArabTeX-like interface to +

This package provides for LuaLaTeX +an ArabTeX-like interface to generate Arabic writing from an ascii transliteration. It is particularly well-suited for complex documents such as technical documents or critical editions where a lot of @@ -8,8 +8,9 @@ left-to-right commands intertwine with Arabic writing. arabluatex is able to process any ArabTeX input notation. Its output can be set in the same modes of vocalization as ArabTeX, or in different roman transliterations. It further allows many typographical refinements. It -will eventually interact with some other packages yet to come to produce -from .tex source files, in addition to printed books, +can also operate with the ekdosis package to produce from +.tex source files, in addition to printed books, TEI xml compliant critical editions and/or lexicons that can be searched, analyzed and correlated in various ways.

License and diff --git a/makefile b/makefile index 5daff9d..612b591 100644 --- a/makefile +++ b/makefile @@ -85,7 +85,7 @@ clean: rm -rf saved/ TMP/ _minted-arabluatex/ find ./samples/ | grep -v "\./samples/$$" | grep -v ".*tex$$" | xargs rm -rf mkdir saved - cp *.{lua,ins,dtx,tex,el} AUTHORS.md COPYING makefile saved # .bib is in dtx + cp *.{lua,ins,dtx,tex,el} AUTHORS.md LICENSE makefile saved # .bib is in dtx rm *.* cp saved/* . rm -rf saved/ -- cgit v1.2.3