83 lines
2.6 KiB
Plaintext
83 lines
2.6 KiB
Plaintext
# dvdisaster: Additional error correction for optical media.
|
|
# Copyright (C) 2004-2017 Carsten Gnoerlich.
|
|
# Copyright (C) 2019-2020 The dvdisaster development team.
|
|
#
|
|
# Email: support@dvdisaster.org
|
|
#
|
|
# 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.
|