Go to file
Aoi Koizumi (古泉 あおい) bfc8195a31 Fix some typos on the docs
Signed-off-by: Aoi Koizumi (古泉 あおい) <novaburst@kalli.st>
2022-06-20 10:53:27 +01:00
cli Fix some typos on the docs 2022-06-20 10:53:27 +01:00
lib Txt read & optional path printing for txt list 2022-06-19 22:01:11 +01:00
.gitignore initial simple example with omd 2016-08-30 22:04:12 +01:00
Makefile - Removed 'txt init' 2022-04-15 14:17:01 +01:00
dune-project - Removed 'txt init' 2022-04-15 14:17:01 +01:00
logarion.opam - Removed 'txt init' 2022-04-15 14:17:01 +01:00
readme - Removed 'txt init' 2022-04-15 14:17:01 +01:00

readme

Logarion is a text header-format and suite of tools, for discovering, collecting & exchanging texts.

Guide: <http://texts.orbitalfox.eu/11bcd8e9.htm>
Source: <http://git.disroot.org/orbifx/logarion>
IRC: <irc://tilde.chat/#logarion>
EUPL licence: <http://joinup.ec.europa.eu/software/page/eupl>


Header fields

ID:     unique identifier
Date:   of creation, ISO8601 formatted
Topics: comma seperated list of topic names & phrases
Title:
Authors:list of name with optional set of <address>

A blank line must seperarate the header from the body.


Build development version

Install `ocaml` and `opam`. Then build and install Logarion using opam's pin function:

```
opam pin add text_parse https://git.disroot.org/orbifx/text-parse-ml.git
opam pin add logarion https://git.disroot.org/orbifx/logarion.git
opam install logarion
```