orbifx 6c27c7c6fb Draft
Basic unit renamed from Note to Text.

New modular text-parser, internal to Logarion, for generic notation parsing. The default input format is now a much plainer text.

Eliminated Meta module and generally lib/ modules.

New Store interface, with additional information from Store. For example the converter can now check filesystem dates. Changed to filesystem hardlinks for tracking publications & indexing, instead of categories. New commands `publish [-i]` and `deindex [-u]`. Categories are ignored now.

Logarion created texts have part of the UUID instead of a counter in their filename. New -i, --interactive flag for interactive creation & publication.

Logarion's index re-written in Messagepack format. Removed `indices` command. They are generated during `convert`.
2021-03-31 19:14:58 +01:00
2021-03-31 19:14:58 +01:00
2021-03-31 19:14:58 +01:00
2016-08-30 22:04:12 +01:00
2021-03-31 19:14:58 +01:00
2021-03-31 19:14:58 +01:00
2021-03-31 19:14:58 +01:00
2021-03-31 19:14:58 +01:00

Logarion is a free and open-source text archive system. A blog-wiki hybrid.

Download: <https://logarion.orbitalfox.eu/downloads/>
EUPL licence: <https://joinup.ec.europa.eu/software/page/eupl>

Start

Create a folder and run `logarion init` from within it to produce `.logarion/config` configuration file.
Run `logarion --help` for more options.

Community & support

* Website: <https://logarion.orbitalfox.eu>
* Report an issue: <mailto:logarion@lists.orbitalfox.eu?subject=Issue:>
* Discussion: <https://lists.orbitalfox.eu/listinfo/logarion>
  or join via <mailto:logarion-join@lists.orbitalfox.eu>


Install stable from source

	opam add repo orbifx https://opam.orbitalfox.eu
	opam install logarion


Install development version

	opam pin add text git://orbitalfox.eu/text-parse-ml
	opam pin add logarion git://orbitalfox.eu/logarion
	opam install logarion
Description
Archive of Logarion's repository from the year 2021, after the history rewrite. Further development of Logarion continues as Kosuzu
Readme 91 KiB
Languages
OCaml 98.4%
Dune 0.9%
Makefile 0.7%