Changeset 3 in code for trunk/logarion.opam


Ignore:
Timestamp:
Apr 15, 2022, 1:17:01 PM (3 years ago)
Author:
fox
Message:
  • Removed 'txt init'

Format

  • New B32 ID

Index

  • New option: txt index --print
  • Move scheme to peers
  • Replace peer.*.conf files with index packed locations Instead of adding a URL to peers.*.conf, run txt pull <url>

Conversion

  • Rewritten converters
  • txt-convert looks for a .convert.conf containing key: value lines.
  • Specifiable topic-roots from .convert.conf.
  • Added Topics: key, with comma seperated topics.

If set only those topics will appear in the main index and used as topic roots.
Other topics will have sub-indices generated, but won't be listed in the main index.

  • HTML converter header & footer options
  • HTML-index renamed to HTM-index

Internal

  • Change types: uuid:Uuid -> id:string
  • File_store merges identical texts
  • Use peer ID for store path, store peers' texts in .local/share/texts
  • Simple URN resolution for converter

Continue to next feed if parsing one fails

  • Phasing-out Archive, replaced by improved packs
  • Eliminate Bos, Cohttp, lwt, uri, tls, Re, Ptime, dependencies
  • Lock version for Cmdliner, fix dune-project
  • Optional resursive store
  • Improve header_pack
  • Fix recursive mkdir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/logarion.opam

    r2 r3  
    22opam-version: "2.0"
    33synopsis: "Texts archival and exchange"
    4 maintainer: ["fox@orbitalfox.eu"]
    5 authors: ["orbifx"]
     4maintainer: ["orbifx <fox@orbitalfox.eu>"]
    65license: "EUPL-1.2"
    7 homepage: "https://logarion.orbitalfox.eu"
    8 bug-reports: "mailto:logarion@lists.orbitalfox.eu?subject=Issue:"
     6homepage: "http://logarion.orbitalfox.eu"
    97depends: [
    108  "dune" {>= "2.0"}
    11   "re"
    12   "cmdliner"
    13   "bos"
    14   "ptime"
    15   "uuidm"
    16   "uri"
    179  "text_parse"
     10  "cmdliner" {<= "1.0.4"}
    1811  "msgpck"
    19   "cohttp-lwt-unix"
    20   "tls"
     12  "ocurl"
    2113]
    2214build: [
     
    3426  ]
    3527]
    36 dev-repo: "git://orbitalfox.eu/logarion"
     28dev-repo: "git+https://git.disroot.org/orbifx/logarion.git"
Note: See TracChangeset for help on using the changeset viewer.