Changeset 61 in code for trunk/cli/txt.ml


Ignore:
Timestamp:
Apr 1, 2024, 2:01:11 PM (13 months ago)
Author:
yakumo.izuru
Message:

Fix RSS/Atom generation for Gemini and HTTP, remove the txt publish feature

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/txt.ml

    r60 r61  
    1 let version = "1.3.1"
     1let version = "1.3.2"
    22
    33open Cmdliner
    44let default_cmd =
    55        let doc = "Discover, collect & exchange texts" in
    6         let man = [ `S "CONTACT"; `P "<mailto:logarion@lists.tildeverse.org?subject=Logarion>" ] in
     6        let man = [ `S "CONTACT"; `P "<mailto:logarion-dev@chaotic.ninja>" ] in
    77        Term.(ret (const (`Help (`Pager, None)))), Term.info "txt" ~version ~doc ~man
    88
     
    1717        New.term;
    1818        Peers.term;
    19         Publish.term;
    2019        Pull.term;
    2120        Read.term;
Note: See TracChangeset for help on using the changeset viewer.