From 69fd271bb02be4f5fcf8212e8f24317ae889198a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 7 Jul 2020 13:08:06 +0000 Subject: [PATCH] --- Home.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Home.md b/Home.md index dc4bc1b..30f777b 100644 --- a/Home.md +++ b/Home.md @@ -58,15 +58,15 @@ and `xorriso` binary to GPLv3+. The current release tarballs are available at [Releases Page](Releases). The project lives in a [git](https://git-scm.com/) repository hosted on -[https://dev.lovelyhq.com/libburnia](https://dev.lovelyhq.com/groups/libburnia). +[https://gitea.lovelyhq.com/libburnia](https://gitea.lovelyhq.com/libburnia). You can check-out the latest unstable versions using: ``` -git clone https://dev.lovelyhq.com/libburnia/libburn.git -git clone https://dev.lovelyhq.com/libburnia/libisofs.git -git clone https://dev.lovelyhq.com/libburnia/libisoburn.git +git clone https://gitea.lovelyhq.com/libburnia/libburn.git +git clone https://gitea.lovelyhq.com/libburnia/libisofs.git +git clone https://gitea.lovelyhq.com/libburnia/libisoburn.git ``` -### [Browse git online](https://dev.lovelyhq.com/groups/libburnia). +### [Browse git online](https://gitea.lovelyhq.com/libburnia). For building the libraries and binaries from git you will need `autotools` of at least version 1.7. @@ -85,32 +85,32 @@ Manual pages of command line programs: * [man 1 xorrecord](http://www.gnu.org/software/xorriso/man_1_xorrecord_devel.html) The APIs of the libraries are documented in their C header files: -* [libburn/libburn.h](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/libburn/libburn.h) -* [libisofs/libisofs.h](https://dev.lovelyhq.com/libburnia/libisofs/raw/HEAD/libisofs/libisofs.h) -* [libisoburn/libisoburn.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/libisoburn/libisoburn.h) -* [libisoburn/xorriso.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/xorriso/xorriso.h) +* [libburn/libburn.h](https://gitea.lovelyhq.com/libburnia/libburn/raw/branch/master/libburn/libburn.h) +* [libisofs/libisofs.h](https://gitea.lovelyhq.com/libburnia/libisofs/raw/branch/master/libisofs/libisofs.h) +* [libisoburn/libisoburn.h](https://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/libisoburn/libisoburn.h) +* [libisoburn/xorriso.h](https://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/xorriso/xorriso.h) Example programs: -* [libburn/test/libburner](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/test/libburner.c) +* [libburn/test/libburner](https://gitea.lovelyhq.com/libburnia/libburn/raw/branch/master/test/libburner.c) demonstrates fundamental API gestures for burning, blanking and formatting optical media. -* [libburn/test/telltoc](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/test/telltoc.c) +* [libburn/test/telltoc](https://gitea.lovelyhq.com/libburnia/libburn/raw/branch/master/test/telltoc.c) demonstrates fundamental API gestures for inquiring the state of optical media. -* [libisofs/demo/demo](https://dev.lovelyhq.com/libburnia/libisofs/raw/HEAD/demo/demo.c) +* [libisofs/demo/demo](https://gitea.lovelyhq.com/libburnia/libisofs/raw/branch/master/demo/demo.c) demonstrates fundamental API gestures of libisofs. -* [libisoburn/frontend/frontend_pipes_xorriso](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/frontend/frontend_pipes_xorriso.c) +* [libisoburn/frontend/frontend_pipes_xorriso](https://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/frontend_pipes_xorriso.c) demonstrates `xorriso` as dialog slave under control of a C program. -* [libisoburn/frontend/sh_on_named_pipes.sh](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/frontend/sh_on_named_pipes.sh) +* [libisoburn/frontend/sh_on_named_pipes.sh](https://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/sh_on_named_pipes.sh) demonstrates `xorriso` as dialog slave under control of a bash script. -* [libisoburn/frontend/xorriso-tcltk](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/frontend/xorriso-tcltk) +* [libisoburn/frontend/xorriso-tcltk](https://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/xorriso-tcltk) demonstrates `xorriso` as dialog slave under GUI control of a Tcl/Tk script. -See also [mini introduction](https://dev.lovelyhq.com/libburnia/libisoburn/blob/master/frontend/README-tcltk). +See also [mini introduction](https://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/README-tcltk). `README` files: -* [libburn](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/README) -* [libisofs](https://dev.lovelyhq.com/libburnia/libisofs/raw/HEAD/README) -* [libisoburn](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/README) -* [GNU xorriso](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/xorriso/README_gnu_xorriso) +* [libburn](https://gitea.lovelyhq.com/libburnia/libburn/raw/branch/master/README) +* [libisofs](https://gitea.lovelyhq.com/libburnia/libisofs/raw/branch/master/README) +* [libisoburn](https://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/README) +* [GNU xorriso](https://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/xorriso/README_gnu_xorriso) ### CONTRIBUTION @@ -133,6 +133,7 @@ Please send support requests and proposals to Any donations made to the libburnia project would greatly assist its progress by helping us to acquire drives and media. If you would like to donate, please mail us: + * mario.danic [at] gmail [dot] com, Cc: scdbackup [at] gmx [dot] net. @@ -140,6 +141,5 @@ like to donate, please mail us: Thomas Schmitt - scdbackup [at] gmx [dot] net - Current main developer - Mario Đanić - mario [at] libburnia-project [dot] org - Founder, webmaster, developer