diff --git a/Makefile b/Makefile index 0be583c..7f3742e 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,11 @@ dist: rm txt.exe htm: - rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg}.htm + rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg,9egbae}.htm txt convert readme.txt -t htm txt convert txt/3sqd84.txt -t htm txt convert txt/hvhhwf.txt -t htm txt convert txt/h1a9tg.txt -t htm + txt convert txt/9egbae.txt -t htm .PHONY: cli diff --git a/cli/txt.ml b/cli/txt.ml index 3fcc7c6..2f5f863 100644 --- a/cli/txt.ml +++ b/cli/txt.ml @@ -1,9 +1,9 @@ -let version = "%%VERSION%%" +let version = "9333d0e-dirty" open Cmdliner let default_cmd = let doc = "Discover, collect & exchange texts" in - let man = [ `S "Contact"; `P "" ] in + let man = [ `S "CONTACT"; `P "" ] in Term.(ret (const (`Help (`Pager, None)))), Term.info "txt" ~version ~doc ~man let () = match Term.eval_choice default_cmd [ diff --git a/dune-project b/dune-project index 46a4114..faa1e52 100644 --- a/dune-project +++ b/dune-project @@ -1,9 +1,10 @@ (lang dune 2.0) (name logarion) +(version 9333d0e-dirty) (license EUPL-1.2) -(maintainers "orbifx ") -(homepage "http://logarion.orbitalfox.eu") -(source (uri git+https://git.disroot.org/orbifx/logarion.git)) +(maintainers "Izuru Yakumo ") +(homepage "https://logarion.chaotic.ninja") +(source (uri git+https://git.chaotic.ninja/yakumo.izuru/logarion.git)) (generate_opam_files true) diff --git a/logarion.opam b/logarion.opam index 890361a..4aa0cc0 100644 --- a/logarion.opam +++ b/logarion.opam @@ -1,9 +1,10 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" +version: "9333d0e-dirty" synopsis: "Texts archival and exchange" -maintainer: ["orbifx "] +maintainer: ["Izuru Yakumo "] license: "EUPL-1.2" -homepage: "http://logarion.orbitalfox.eu" +homepage: "https://logarion.chaotic.ninja" depends: [ "dune" {>= "2.0"} "cmdliner" {<= "1.0.4"} @@ -24,4 +25,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: "git+https://git.disroot.org/orbifx/logarion.git" +dev-repo: "git+https://git.chaotic.ninja/yakumo.izuru/logarion.git" diff --git a/readme.txt b/readme.txt index 8594974..5d4a290 100644 --- a/readme.txt +++ b/readme.txt @@ -12,16 +12,17 @@ Creating texts & publishing on the net. Txt uniform resource names -## Contacts +Building from source + +## Contacts Mailing list (anonymous): 📧 -Irc: 💬 - - - ## References +* Source +* Header format -- Source -- Header format +## Maintainers +* orbifx (formerly) +* Izuru Yakumo (current) diff --git a/txt/9egbae.txt b/txt/9egbae.txt new file mode 100644 index 0000000..74208f5 --- /dev/null +++ b/txt/9egbae.txt @@ -0,0 +1,14 @@ +ID: 9egbae +Date: 2023-06-17T23:27:44Z +Title: Building from source +Authors: yakumo_izuru + +Requirements: +* git +* ocaml (>=4.13) + +1. git clone https://git.chaotic.ninja/yakumo.izuru/logarion.git +2. cd logarion +3. git submodule update --init +4. make deps +5. make tgz