Changeset 47 in code


Ignore:
Timestamp:
Jun 21, 2023, 12:25:08 AM (22 months ago)
Author:
yakumo.izuru
Message:

Izuru Yakumo, The Violet Hermit shall be taking over Logarion's development, from now on

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

Location:
trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r46 r47  
    2525
    2626htm:
    27         rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg}.htm
     27        rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg,9egbae}.htm
    2828        txt convert readme.txt -t htm
    2929        txt convert txt/3sqd84.txt -t htm
    3030        txt convert txt/hvhhwf.txt -t htm
    3131        txt convert txt/h1a9tg.txt -t htm
     32        txt convert txt/9egbae.txt -t htm
    3233
    3334.PHONY: cli
  • trunk/cli/txt.ml

    r31 r47  
    1 let version = "%%VERSION%%"
     1let version = "9333d0e-dirty"
    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@lists.tildeverse.org?subject=Logarion>" ] in
    77        Term.(ret (const (`Help (`Pager, None)))), Term.info "txt" ~version ~doc ~man
    88
  • trunk/dune-project

    r44 r47  
    11(lang dune 2.0)
    22(name logarion)
     3(version 9333d0e-dirty)
    34(license EUPL-1.2)
    4 (maintainers "orbifx <orbifx@disroot.org>")
    5 (homepage "http://logarion.orbitalfox.eu")
    6 (source (uri git+https://git.disroot.org/orbifx/logarion.git))
     5(maintainers "Izuru Yakumo <yakumo.izuru@chaotic.ninja>")
     6(homepage "https://logarion.chaotic.ninja")
     7(source (uri git+https://git.chaotic.ninja/yakumo.izuru/logarion.git))
    78
    89(generate_opam_files true)
  • trunk/logarion.opam

    r44 r47  
    11# This file is generated by dune, edit dune-project instead
    22opam-version: "2.0"
     3version: "9333d0e-dirty"
    34synopsis: "Texts archival and exchange"
    4 maintainer: ["orbifx <orbifx@disroot.org>"]
     5maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"]
    56license: "EUPL-1.2"
    6 homepage: "http://logarion.orbitalfox.eu"
     7homepage: "https://logarion.chaotic.ninja"
    78depends: [
    89  "dune" {>= "2.0"}
     
    2526  ]
    2627]
    27 dev-repo: "git+https://git.disroot.org/orbifx/logarion.git"
     28dev-repo: "git+https://git.chaotic.ninja/yakumo.izuru/logarion.git"
  • trunk/readme.txt

    r41 r47  
    1313<urn:txtid:h1a9tg>
    1414
     15Building from source
     16<urn:txtid:9egbae>
     17
    1518## Contacts
    16 
    1719Mailing list (anonymous): 📧
    1820<https://lists.tildeverse.org/postorius/lists/logarion.lists.tildeverse.org/>
    1921
    20 Irc: 💬
    21 <irc://tilde.chat/#logarion>
     22## References
     23* Source <http://git.chaotic.ninja/yakumo.izuru/logarion>
     24* Header format <http://git.chaotic.ninja/yakumo.izuru/logarion/raw/branch/master/header>
    2225
    23 
    24 ## References
    25 
    26 - Source <http://git.disroot.org/orbifx/logarion>
    27 - Header format <http://git.disroot.org/orbifx/logarion/raw/branch/master/header>
     26## Maintainers
     27* orbifx (formerly)
     28* Izuru Yakumo (current)
Note: See TracChangeset for help on using the changeset viewer.