source: multimedia/cdwriteutils/cdwriteutils.xml@ 0a7ee10

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0a7ee10 was 2eeb8695, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format multimedia chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22821 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<!--
9$LastChangedBy$
10$Date$
11-->
12
13<chapter id="multimedia-cdwriteutils">
14 <?dbhtml filename="cdwriteutils.html"?>
15
16 <title>CD/DVD-Writing Utilities</title>
17
18 <para>
19 This chapter contains information on CD/DVD-writing utilities in Linux.
20 </para>
21
22 <para>
23 Additional sources of information include:
24 </para>
25
26 <itemizedlist>
27 <listitem>
28 <para>
29 <ulink
30 url="http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html">CD-Writing
31 HOWTO</ulink>
32 </para>
33 </listitem>
34 <listitem>
35 <para>
36 <ulink url="http://www.cdrfaq.org">CD-Recordable FAQ</ulink>
37 </para>
38 </listitem>
39 <listitem>
40 <para>
41 <ulink url="http://fy.chalmers.se/~appro/linux/DVD+RW/">The
42 dvd+rw-tools Website</ulink>
43 </para>
44 </listitem>
45 </itemizedlist>
46
47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cdrdao.xml"/>
48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cdrtools.xml"/>
49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dvd+rw-tools.xml"/>
50<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="k3b.xml"/> -->
51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libburn.xml"/>
52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libisoburn.xml"/>
53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libisofs.xml"/>
54<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="simpleburn.xml"/> -->
55
56</chapter>
Note: See TracBrowser for help on using the repository browser.