source: code/trunk/dune-project@ 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: 439 bytes
Line 
1(lang dune 2.0)
2(name logarion)
3(homepage "https://logarion.orbitalfox.eu")
4
5(source (uri git://orbitalfox.eu/logarion))
6(license EUPL-1.2)
7(authors "orbifx")
8(maintainers "fox@orbitalfox.eu")
9(bug_reports "mailto:logarion@lists.orbitalfox.eu?subject=Issue:")
10
11(generate_opam_files true)
12
13(package
14 (name logarion)
15 (synopsis "Texts archival and exchange")
16 (depends re cmdliner bos ptime uuidm uri text_parse msgpck cohttp-lwt-unix tls))
Note: See TracBrowser for help on using the repository browser.