diff --git a/Home.md b/Home.md index 08e361a..7222de7 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://gitea.lovelyhq.com/libburnia](https://gitea.lovelyhq.com/libburnia). +[https://dev.lovelyhq.com/libburnia](https://dev.lovelyhq.com/libburnia). You can check-out the latest unstable versions using: ``` -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 +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 ``` -### [Browse git online](https://gitea.lovelyhq.com/libburnia). +### [Browse git online](https://dev.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://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) +* [libburn/libburn.h](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/libburn/libburn.h) +* [libisofs/libisofs.h](https://dev.lovelyhq.com/libburnia/libisofs/raw/branch/master/libisofs/libisofs.h) +* [libisoburn/libisoburn.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/libisoburn/libisoburn.h) +* [libisoburn/xorriso.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/xorriso/xorriso.h) Example programs: -* [libburn/test/libburner](https://gitea.lovelyhq.com/libburnia/libburn/raw/branch/master/test/libburner.c) +* [libburn/test/libburner](https://dev.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://gitea.lovelyhq.com/libburnia/libburn/raw/branch/master/test/telltoc.c) +* [libburn/test/telltoc](https://dev.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://gitea.lovelyhq.com/libburnia/libisofs/raw/branch/master/demo/demo.c) +* [libisofs/demo/demo](https://dev.lovelyhq.com/libburnia/libisofs/raw/branch/master/demo/demo.c) demonstrates fundamental API gestures of libisofs. -* [libisoburn/frontend/frontend_pipes_xorriso](https://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/frontend_pipes_xorriso.c) +* [libisoburn/frontend/frontend_pipes_xorriso](https://dev.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://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/sh_on_named_pipes.sh) +* [libisoburn/frontend/sh_on_named_pipes.sh](https://dev.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://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/xorriso-tcltk) +* [libisoburn/frontend/xorriso-tcltk](https://dev.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://gitea.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/README-tcltk). +See also [mini introduction](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/README-tcltk). `README` files: -* [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) +* [libburn](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/README) +* [libisofs](https://dev.lovelyhq.com/libburnia/libisofs/raw/branch/master/README) +* [libisoburn](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/README) +* [GNU xorriso](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/xorriso/README_gnu_xorriso) ### CONTRIBUTION @@ -140,6 +140,5 @@ like to donate, please mail us: ### DEVELOPERS Thomas Schmitt - scdbackup [at] gmx [dot] net - Current main developer - Mario Đanić - mario [at] libburnia-project [dot] org - Founder, webmaster, developer