Izuru Yakumo, The Violet Hermit shall be taking over Logarion's development, from now on
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/kosuzu/trunk@47 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
parent
6c605a9f5e
commit
74cba5ef91
3
Makefile
3
Makefile
@ -24,10 +24,11 @@ dist:
|
|||||||
rm txt.exe
|
rm txt.exe
|
||||||
|
|
||||||
htm:
|
htm:
|
||||||
rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg}.htm
|
rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg,9egbae}.htm
|
||||||
txt convert readme.txt -t htm
|
txt convert readme.txt -t htm
|
||||||
txt convert txt/3sqd84.txt -t htm
|
txt convert txt/3sqd84.txt -t htm
|
||||||
txt convert txt/hvhhwf.txt -t htm
|
txt convert txt/hvhhwf.txt -t htm
|
||||||
txt convert txt/h1a9tg.txt -t htm
|
txt convert txt/h1a9tg.txt -t htm
|
||||||
|
txt convert txt/9egbae.txt -t htm
|
||||||
|
|
||||||
.PHONY: cli
|
.PHONY: cli
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
let version = "%%VERSION%%"
|
let version = "9333d0e-dirty"
|
||||||
|
|
||||||
open Cmdliner
|
open Cmdliner
|
||||||
let default_cmd =
|
let default_cmd =
|
||||||
let doc = "Discover, collect & exchange texts" in
|
let doc = "Discover, collect & exchange texts" in
|
||||||
let man = [ `S "Contact"; `P "<mailto:logarion@lists.tildeverse.org?subject=Logarion>" ] in
|
let man = [ `S "CONTACT"; `P "<mailto:logarion@lists.tildeverse.org?subject=Logarion>" ] in
|
||||||
Term.(ret (const (`Help (`Pager, None)))), Term.info "txt" ~version ~doc ~man
|
Term.(ret (const (`Help (`Pager, None)))), Term.info "txt" ~version ~doc ~man
|
||||||
|
|
||||||
let () = match Term.eval_choice default_cmd [
|
let () = match Term.eval_choice default_cmd [
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
(lang dune 2.0)
|
(lang dune 2.0)
|
||||||
(name logarion)
|
(name logarion)
|
||||||
|
(version 9333d0e-dirty)
|
||||||
(license EUPL-1.2)
|
(license EUPL-1.2)
|
||||||
(maintainers "orbifx <orbifx@disroot.org>")
|
(maintainers "Izuru Yakumo <yakumo.izuru@chaotic.ninja>")
|
||||||
(homepage "http://logarion.orbitalfox.eu")
|
(homepage "https://logarion.chaotic.ninja")
|
||||||
(source (uri git+https://git.disroot.org/orbifx/logarion.git))
|
(source (uri git+https://git.chaotic.ninja/yakumo.izuru/logarion.git))
|
||||||
|
|
||||||
(generate_opam_files true)
|
(generate_opam_files true)
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
|
version: "9333d0e-dirty"
|
||||||
synopsis: "Texts archival and exchange"
|
synopsis: "Texts archival and exchange"
|
||||||
maintainer: ["orbifx <orbifx@disroot.org>"]
|
maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"]
|
||||||
license: "EUPL-1.2"
|
license: "EUPL-1.2"
|
||||||
homepage: "http://logarion.orbitalfox.eu"
|
homepage: "https://logarion.chaotic.ninja"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.0"}
|
"dune" {>= "2.0"}
|
||||||
"cmdliner" {<= "1.0.4"}
|
"cmdliner" {<= "1.0.4"}
|
||||||
@ -24,4 +25,4 @@ build: [
|
|||||||
"@doc" {with-doc}
|
"@doc" {with-doc}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://git.disroot.org/orbifx/logarion.git"
|
dev-repo: "git+https://git.chaotic.ninja/yakumo.izuru/logarion.git"
|
||||||
|
15
readme.txt
15
readme.txt
@ -12,16 +12,17 @@ Creating texts & publishing on the net.
|
|||||||
Txt uniform resource names
|
Txt uniform resource names
|
||||||
<urn:txtid:h1a9tg>
|
<urn:txtid:h1a9tg>
|
||||||
|
|
||||||
## Contacts
|
Building from source
|
||||||
|
<urn:txtid:9egbae>
|
||||||
|
|
||||||
|
## Contacts
|
||||||
Mailing list (anonymous): 📧
|
Mailing list (anonymous): 📧
|
||||||
<https://lists.tildeverse.org/postorius/lists/logarion.lists.tildeverse.org/>
|
<https://lists.tildeverse.org/postorius/lists/logarion.lists.tildeverse.org/>
|
||||||
|
|
||||||
Irc: 💬
|
|
||||||
<irc://tilde.chat/#logarion>
|
|
||||||
|
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
* Source <http://git.chaotic.ninja/yakumo.izuru/logarion>
|
||||||
|
* Header format <http://git.chaotic.ninja/yakumo.izuru/logarion/raw/branch/master/header>
|
||||||
|
|
||||||
- Source <http://git.disroot.org/orbifx/logarion>
|
## Maintainers
|
||||||
- Header format <http://git.disroot.org/orbifx/logarion/raw/branch/master/header>
|
* orbifx (formerly)
|
||||||
|
* Izuru Yakumo (current)
|
||||||
|
14
txt/9egbae.txt
Normal file
14
txt/9egbae.txt
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user