From 57cc9d33ec43a4eae4da5eaef4b8407a6b288521 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 5 Jul 2020 09:31:25 +0200 Subject: added README.md and about.html --- Makefile | 6 +-- README.md | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ about.html | 59 ++++++++++++++++++++++++++++ ekdosis.dtx | 13 ------- ekdosis.ins | 4 -- 5 files changed, 188 insertions(+), 20 deletions(-) create mode 100644 README.md create mode 100644 about.html diff --git a/Makefile b/Makefile index 43430a6..338813b 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL) UTREE = $(shell kpsewhich --var-value TEXMFHOME) HOMEDIR := $$HOME -exts := ins dtx el +exts := md html ins dtx el findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") all: sty $(NAME).pdf - test -e README.txt && mv README.txt README || exit 0 +# test -e README.txt && mv README.txt README || exit 0 sty: clean $(CMP) $(NAME).ins @@ -38,7 +38,7 @@ clean: rm -rf * cp -p -r .backup/* . rm -rf .backup -# pandoc -s README.md -o about.html + pandoc -s README.md -o about.html auctex: if [ ! -d "$(HOMEDIR)/.emacs.d/auctex/auto" ]; then \ diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab453a1 --- /dev/null +++ b/README.md @@ -0,0 +1,126 @@ +--- +author: +- Robert Alessi +title: 'The ekdosis package – README file' +--- + +Overview +======== +`ekdosis` is a LuaLaTeX package designed for multilingual critical +editions. It can be used to typeset texts and different layers of +critical notes in any direction accepted by LuaTeX. Texts can be +arranged in running paragraphs or on facing pages, in any number of +columns which in turn can be synchronized or not. In addition to +printed texts, `ekdosis` can convert `.tex` source files so as to +produce `TEI xml` compliant critical editions. Database-driven +encoding under LaTeX then allows extraction of texts entered segment +by segment according to various criteria: main edited text, variant +readings, translations or annotated borrowings between texts. It is +published under the terms of the GNU General Public License (GPL) +version 3. + + +License and disclamer +===================== + +ekdosis – Typesetting TEI xml compliant critical editions + +Copyright ⓒ 2020 Robert Alessi + +Please send error reports and suggestions for improvements to Robert +Alessi: + +- email: + +- website: + +- comments, feature requests, bug reports: + + +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation, either version 3 of the License, or (at your +option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program. If not, see . + +This release of icite consists of the following source files: + +- `ekdosis.dtx` + +- `ekdosis.ins` + +- `Makefile` + +License applicable to the documentation +--------------------------------------- + +Copyright ⓒ 2020 Robert Alessi + +The documentation file `ekdosis.pdf` that is generated from the +`ekdosis.dtx` source file is licensed under the GNU Free Documentation +License, as follows:--- + +Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; with + no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled + “GNU Free Documentation License”. + +Installation +============ + +1. Run `'latex ekdosis.ins'` to produce the `ekdosis.sty` and + `ekdosis.lua` files. + +2. To finish the installation you have to move the `ekdosis.sty` and + `ekdosis.lua` files into a directory where LaTeX can find it. See + the FAQ on `texfaq.org` at for + more on this. + +Development, Git Repository +=========================== + +Browse the code +--------------- + +You can browse icite repository on the web: + + +From this page, you can download all the releases of `ekdosis`. For +instructions on how to install `ekdosis`, please see above. + +Comments, Feature requests, Bug Reports +--------------------------------------- + + + +Download the repository +----------------------- + +`ekdosis` development is facilitated by git, a distributed version +control system. You will need to install git (most GNU/Linux +distributions package it in their repositories). + +Use this command to download the repository + + git clone http://git.robertalessi.net/ekdosis + +A new directory named icite will have been created, containing +`ekdosis`. + +Git hosting +----------- + +Make an account on and navigate (while logged in) +to . Click *Fork* and you will +have in your account your own repository of `ekdosis` where you will +be able to make whatever changes you like to. + diff --git a/about.html b/about.html new file mode 100644 index 0000000..9fc50c0 --- /dev/null +++ b/about.html @@ -0,0 +1,59 @@ + + + + + + + + The ekdosis package – README file + + + + +

Overview

+

ekdosis is a LuaLaTeX package designed for multilingual critical editions. It can be used to typeset texts and different layers of critical notes in any direction accepted by LuaTeX. Texts can be arranged in running paragraphs or on facing pages, in any number of columns which in turn can be synchronized or not. In addition to printed texts, ekdosis can convert .tex source files so as to produce TEI xml compliant critical editions. Database-driven encoding under LaTeX then allows extraction of texts entered segment by segment according to various criteria: main edited text, variant readings, translations or annotated borrowings between texts. It is published under the terms of the GNU General Public License (GPL) version 3.

+

License and disclamer

+

ekdosis – Typesetting TEI xml compliant critical editions

+

Copyright ⓒ 2020 Robert Alessi

+

Please send error reports and suggestions for improvements to Robert Alessi:

+ +

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

+

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

+

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

+

This release of icite consists of the following source files:

+
    +
  • ekdosis.dtx

  • +
  • ekdosis.ins

  • +
  • Makefile

  • +
+

License applicable to the documentation

+

Copyright ⓒ 2020 Robert Alessi

+

The documentation file ekdosis.pdf that is generated from the ekdosis.dtx source file is licensed under the GNU Free Documentation License, as follows:---

+

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”.

+

Installation

+
    +
  1. Run 'latex ekdosis.ins' to produce the ekdosis.sty and ekdosis.lua files.

  2. +
  3. To finish the installation you have to move the ekdosis.sty and ekdosis.lua files into a directory where LaTeX can find it. See the FAQ on texfaq.org at https://texfaq.org/FAQ-inst-wlcf for more on this.

  4. +
+

Development, Git Repository

+

Browse the code

+

You can browse icite repository on the web: http://git.robertalessi.net/ekdosis

+

From this page, you can download all the releases of ekdosis. For instructions on how to install ekdosis, please see above.

+

Comments, Feature requests, Bug Reports

+

https://gitlab.com/ralessi/ekdosis/issues

+

Download the repository

+

ekdosis development is facilitated by git, a distributed version control system. You will need to install git (most GNU/Linux distributions package it in their repositories).

+

Use this command to download the repository

+
git clone http://git.robertalessi.net/ekdosis
+

A new directory named icite will have been created, containing ekdosis.

+

Git hosting

+

Make an account on https://gitlab.com and navigate (while logged in) to https://gitlab.com/ralessi/ekdosis. Click Fork and you will have in your account your own repository of ekdosis where you will be able to make whatever changes you like to.

+ + diff --git a/ekdosis.dtx b/ekdosis.dtx index bc2695b..908162d 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -23,19 +23,6 @@ %<*internal> \iffalse % -%<*readme> -| --------:| ----------------------------------------------------------------- -ekdosis:| Typesetting TEI xml compliant critical editions - Author:| Robert Alessi - E-mail:| alessi@robertalessi.net -License:| Released under the GNU General Public License v3 or later - See:| http://www.gnu.org/licenses/ - - -Short description: -Some text about the package: probably the same as the abstract. -% %<*luapre> --[[ This file is part of the `ekdosis' package diff --git a/ekdosis.ins b/ekdosis.ins index 4085554..f1558f2 100644 --- a/ekdosis.ins +++ b/ekdosis.ins @@ -58,8 +58,4 @@ Running "make install" installs the files in the local TeX tree. % \from{\jobname.dtx}{examples} % } % } -\usedir{doc/lualatex/ekdosis} -\generate{ - \file{README.txt}{\from{\jobname.dtx}{readme}} -} \endbatchfile -- cgit v1.2.3