Changeset 47 in code
- Timestamp:
- Jun 21, 2023, 12:25:08 AM (22 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r46 r47 25 25 26 26 htm: 27 rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg }.htm27 rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg,9egbae}.htm 28 28 txt convert readme.txt -t htm 29 29 txt convert txt/3sqd84.txt -t htm 30 30 txt convert txt/hvhhwf.txt -t htm 31 31 txt convert txt/h1a9tg.txt -t htm 32 txt convert txt/9egbae.txt -t htm 32 33 33 34 .PHONY: cli -
trunk/cli/txt.ml
r31 r47 1 let version = " %%VERSION%%"1 let version = "9333d0e-dirty" 2 2 3 3 open Cmdliner 4 4 let default_cmd = 5 5 let doc = "Discover, collect & exchange texts" in 6 let man = [ `S "C ontact"; `P "<mailto:logarion@lists.tildeverse.org?subject=Logarion>" ] in6 let man = [ `S "CONTACT"; `P "<mailto:logarion@lists.tildeverse.org?subject=Logarion>" ] in 7 7 Term.(ret (const (`Help (`Pager, None)))), Term.info "txt" ~version ~doc ~man 8 8 -
trunk/dune-project
r44 r47 1 1 (lang dune 2.0) 2 2 (name logarion) 3 (version 9333d0e-dirty) 3 4 (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)) 7 8 8 9 (generate_opam_files true) -
trunk/logarion.opam
r44 r47 1 1 # This file is generated by dune, edit dune-project instead 2 2 opam-version: "2.0" 3 version: "9333d0e-dirty" 3 4 synopsis: "Texts archival and exchange" 4 maintainer: [" orbifx <orbifx@disroot.org>"]5 maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"] 5 6 license: "EUPL-1.2" 6 homepage: "http ://logarion.orbitalfox.eu"7 homepage: "https://logarion.chaotic.ninja" 7 8 depends: [ 8 9 "dune" {>= "2.0"} … … 25 26 ] 26 27 ] 27 dev-repo: "git+https://git. disroot.org/orbifx/logarion.git"28 dev-repo: "git+https://git.chaotic.ninja/yakumo.izuru/logarion.git" -
trunk/readme.txt
r41 r47 13 13 <urn:txtid:h1a9tg> 14 14 15 Building from source 16 <urn:txtid:9egbae> 17 15 18 ## Contacts 16 17 19 Mailing list (anonymous): 📧 18 20 <https://lists.tildeverse.org/postorius/lists/logarion.lists.tildeverse.org/> 19 21 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> 22 25 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.