Changeset 3 in code for trunk/readme


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/readme

    r2 r3  
    1 Logarion is a free and open-source text archive system. A blog-wiki hybrid.
     1Logarion is a text header-format and suite of tools, for discovering, collecting & exchanging texts.
    22
    3 Download: <https://logarion.orbitalfox.eu/downloads/>
    4 EUPL licence: <https://joinup.ec.europa.eu/software/page/eupl>
     3Guide: <http://texts.orbitalfox.eu/11bcd8e9.htm>
     4Source: <http://git.disroot.org/orbifx/logarion>
     5IRC: <irc://tilde.chat/#logarion>
     6EUPL licence: <http://joinup.ec.europa.eu/software/page/eupl>
    57
    68
    7 Start
     9Header fields
    810
    9 Create a folder and run `logarion init` from within it to produce `.logarion/config` configuration file.
    10 Run `logarion --help` for more options.
     11ID:     unique identifier
     12Date:   of creation, ISO8601 formatted
     13Topics: comma seperated list of topic names & phrases
     14Title:
     15Authors:list of name with optional set of <address>
     16
     17A blank line must seperarate the header from the body.
    1118
    1219
    13 Community & support
     20Build development version
    1421
    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>
     22Install `ocaml` and `opam`. Then build and install Logarion using opam's pin function:
    1923
    20 
    21 Install 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
     24```
     25opam pin add text_parse https://git.disroot.org/orbifx/text-parse-ml.git
     26opam pin add logarion https://git.disroot.org/orbifx/logarion.git
     27opam install logarion
     28```
Note: See TracChangeset for help on using the changeset viewer.