mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
75b1a338b8
Mostly plain http -> https replace, if https works. If there is a HTTP redirection, use the redirect target (unless it's a mirror or l10n like "https://kde.org/zh-cn/"). Some non-trivial change: * www.mnogosearch.org is dead. Not sure how to replace, so deleted. * use https://github.com/cacalib/libcaca for libcaca. http://caca.zoy.org/wiki/libcaca seems out-of-date. * http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo link.
52 lines
1.7 KiB
XML
52 lines
1.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<chapter id="multimedia-cdwriteutils">
|
|
<?dbhtml filename="cdwriteutils.html"?>
|
|
|
|
<title>CD/DVD-Writing Utilities</title>
|
|
|
|
<para>
|
|
This chapter contains information on CD/DVD-writing utilities in Linux.
|
|
</para>
|
|
|
|
<para>
|
|
Additional sources of information include:
|
|
</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
<ulink
|
|
url="https://www.tldp.org/HOWTO/CD-Writing-HOWTO.html">CD-Writing
|
|
HOWTO</ulink>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<ulink url="https://www.cdrfaq.org">CD-Recordable FAQ</ulink>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<ulink url="http://fy.chalmers.se/~appro/linux/DVD+RW/">The
|
|
dvd+rw-tools Website</ulink>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cdrdao.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cdrtools.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dvd+rw-tools.xml"/>
|
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="k3b.xml"/> -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libburn.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libisoburn.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libisofs.xml"/>
|
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="simpleburn.xml"/> -->
|
|
|
|
</chapter>
|