Changeset 3 in code for trunk/readme
- Timestamp:
- Apr 15, 2022, 1:17:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readme
r2 r3 1 Logarion is a free and open-source text archive system. A blog-wiki hybrid.1 Logarion is a text header-format and suite of tools, for discovering, collecting & exchanging texts. 2 2 3 Download: <https://logarion.orbitalfox.eu/downloads/> 4 EUPL licence: <https://joinup.ec.europa.eu/software/page/eupl> 3 Guide: <http://texts.orbitalfox.eu/11bcd8e9.htm> 4 Source: <http://git.disroot.org/orbifx/logarion> 5 IRC: <irc://tilde.chat/#logarion> 6 EUPL licence: <http://joinup.ec.europa.eu/software/page/eupl> 5 7 6 8 7 Start 9 Header fields 8 10 9 Create a folder and run `logarion init` from within it to produce `.logarion/config` configuration file. 10 Run `logarion --help` for more options. 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. 11 18 12 19 13 Community & support 20 Build development version 14 21 15 * Website: <https://logarion.orbitalfox.eu> 16 * Report an issue: <mailto:logarion@lists.orbitalfox.eu?subject=Issue:> 17 * Discussion: <https://lists.orbitalfox.eu/listinfo/logarion> 18 or join via <mailto:logarion-join@lists.orbitalfox.eu> 22 Install `ocaml` and `opam`. Then build and install Logarion using opam's pin function: 19 23 20 21 Install development version 22 23 opam pin add text_parse git://orbitalfox.eu/text-parse-ml 24 opam pin add logarion git://orbitalfox.eu/logarion 25 opam install logarion 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 ```
Note:
See TracChangeset
for help on using the changeset viewer.