Go to file
orbifx 22fe21326f Samhain 21
Converter
- type selection
- subdir conversion
- htm extension

Gemini
- index.gmi
- topics and latest
- gmi.atom feed

Add pull (http(s)) operation
- peers.pub.conf and peers.priv.conf

HTML5 format & fixes by Novaburst
Phony target (thanks Gergely)

May

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.
Logarion created texts have part of the UUID in filename.
Logarion's index re-written in Messagepack format. Removed `indices` command. They are generated during `convert`.
2021-11-03 22:29:57 +00:00
cli Samhain 21 2021-11-03 22:29:57 +00:00
http Samhain 21 2021-11-03 22:29:57 +00:00
lib Samhain 21 2021-11-03 22:29:57 +00:00
.gitignore initial simple example with omd 2016-08-30 22:04:12 +01:00
Makefile Samhain 21 2021-11-03 22:29:57 +00:00
dune-project Samhain 21 2021-11-03 22:29:57 +00:00
logarion.opam Samhain 21 2021-11-03 22:29:57 +00:00
readme Samhain 21 2021-11-03 22:29:57 +00:00

readme

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 development version

	opam pin add text_parse git://orbitalfox.eu/text-parse-ml
	opam pin add logarion git://orbitalfox.eu/logarion
	opam install logarion