-
Notifications
You must be signed in to change notification settings - Fork 21
/
README
82 lines (63 loc) · 2.59 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# dvdisaster: Additional error correction for optical media.
# Copyright (C) 2004-2017 Carsten Gnoerlich.
# Copyright (C) 2019-2020 The dvdisaster development team.
#
# Email: [email protected]
#
# This file is part of dvdisaster.
#
# dvdisaster is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# dvdisaster is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with dvdisaster. If not, see <http://www.gnu.org/licenses/>.
This directory tree contains dvdisaster,
a tool providing additional ECC protection for optical media.
This version of dvdisaster supports the following platforms:
Linux, FreeBSD, NetBSD on x86, PowerPC, and Sparc.
Roadmap of contained files
--------------------------
INSTALL
See the file INSTALL on bringing up dvdisaster.
COPYING
This software is distributed under the GNU General Public License,
which is contained in the file COPYING.
CHANGELOG
See CHANGELOG for a description of recent changes in this software.
CREDITS.*
Even a relatively small project like dvdisaster could not come to life
without the help of other people. See the files CREDITS.* for details.
TODO
Some open tasks and notes about future work are contained in TODO.
TRANSLATION.HOWTO
See TRANSLATION.HOWTO if you want to help translating dvdisaster
into your native language.
md5.*
The md5.* files come from the 2.4.20 Linux kernel distribution and
have been adapted to the needed functionality for this project.
See the notes in md5.c for more information.
There are other files contained in the top-level directory whose
use is limited to the build process.
Roadmap of contained subdirectories
-----------------------------------
contrib
A few skeleton files for desktop integration and package maintenance
are contained in the directory "contrib".
documentation
The directory "documentation" contains a copy of the project
home page, which doubles as user manual and project documentation.
icons
Icons used in the graphical interface are located in the respective
directory.
locale
Translations of the programs on-screen texts are in "locale".
scripts
Scripts needed for configuring and building dvdisaster are
located in the "scripts" directory.