Changeset 14 in code for trunk/readme
- Timestamp:
- Jul 30, 2022, 1:29:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readme
r3 r14 1 Logarion is a text header-format and suite of tools, for discovering, collecting & exchanging texts. 1 Logarion 2 discover, collect & exchange plain text files 2 3 3 4 Guide: <http://texts.orbitalfox.eu/11bcd8e9.htm> 5 Header format: <http://git.disroot.org/orbifx/logarion/raw/branch/master/header> 6 4 7 Source: <http://git.disroot.org/orbifx/logarion> 5 IRC: <irc://tilde.chat/#logarion>6 8 EUPL licence: <http://joinup.ec.europa.eu/software/page/eupl> 7 9 8 9 Header fields 10 11 ID: unique identifier 12 Date: of creation, ISO8601 formatted 13 Topics: comma seperated list of topic names & phrases 14 Title: 15 Authors:list of name with optional set of <address> 16 17 A blank line must seperarate the header from the body. 18 19 20 Build development version 21 22 Install `ocaml` and `opam`. Then build and install Logarion using opam's pin function: 23 24 ``` 25 opam pin add text_parse https://git.disroot.org/orbifx/text-parse-ml.git 26 opam pin add logarion https://git.disroot.org/orbifx/logarion.git 27 opam install logarion 28 ``` 10 IRC: <irc://tilde.chat/#logarion>
Note:
See TracChangeset
for help on using the changeset viewer.