source: code/trunk/readme@ 2

Last change on this file since 2 was 2, checked in by fox, 3 years ago

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.

File size: 771 bytes
Line 
1Logarion is a free and open-source text archive system. A blog-wiki hybrid.
2
3Download: <https://logarion.orbitalfox.eu/downloads/>
4EUPL licence: <https://joinup.ec.europa.eu/software/page/eupl>
5
6
7Start
8
9Create a folder and run `logarion init` from within it to produce `.logarion/config` configuration file.
10Run `logarion --help` for more options.
11
12
13Community & support
14
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>
19
20
21Install 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
Note: See TracBrowser for help on using the repository browser.