You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
orbifx d978b5fc3a txt publish <id>; file and convert to standard dirs 12 months ago
cli txt publish <id>; file and convert to standard dirs 12 months ago
lib txt publish <id>; file and convert to standard dirs 12 months ago
.gitignore initial simple example with omd 7 years ago
Makefile - Removed 'txt init' 1 year ago
dune-project - Removed 'txt init' 1 year ago
logarion.opam - Removed 'txt init' 1 year ago
readme - Removed 'txt init' 1 year ago

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
```