Compare commits

..

1 Commits

Author SHA1 Message Date
Rogério Brito
bc628aa1f3 Imported Upstream version 0.72.2 2011-09-30 14:02:23 -03:00
714 changed files with 13532 additions and 29431 deletions

View File

@@ -1,73 +1,16 @@
0.79.3 21-11-2010
- Switched Linux SCSI driver default to SG_IO ioctl().
- Michael Klein provided Altivec optimization for
the RS03 encoder and valuable hints for general
RS03 encoding speedup
- included Debian patches 04-manpage.patch,
06-remove-encoding-from-desktop-file.patch,
07-fix-spelling-errors-in-binaries.patch
0.72 (pl-2) 31-10-2010
- fixed and documented -n command line options for RS02.
Thanks to Jack Giles for noting this.
- reworked configure for current NetBSD release
- removed inofficial Solaris support
0.79.2 28-02-2010
Semantic Changes
The new missing sector marking method is now the default.
When interchanging images with dvdisaster 0.70 or older,
use --old-ds-marker or the respective setting under
Image/Image format in the preferences setting.
Changes
- RS03 encoding will check for defective sectors now
- fixed crash when aborting RS03 encoding
- made the new missing sector marking method the default
- confirmation dialogues for overwriting images and ecc files
are now configurable via preferences
0.79.1 07-02-2010
A word of caution: This version is still evolving and some parts
are not yet implemented. It may contain severe bugs and fail in
non-obvious ways, even in functions which worked in previous versions.
Do not process important data with this version and do
not keep images and error correction data for archival purposes;
that's what the stable version 0.72 is for.
Semantic Changes
- query-size option replaced with -a/--assume option.
command line default is now NOT to do exhaustive search
for RS02 information; add -a RS02 to enable it
(old behaviour: exhaustive check was on; required
--query-size=udf to disable it)
- same changes in the preferences dialogues:
"Image size" field replaced with
"Error correction data recognization" options.
Changes
- added MIN_TRANSFER_LEN and length sanity check as workaround
for buggy drive chipsets (thanks to R.G. for reporting this
and helping with debugging output)
- added -tq command line option as suggested by Mikhail Arefiev
- fixed alignment brokeness between 32bit and 64bit systems
in ecc header and crc sectors
- added RS03 encoding (GUI)
- added RS03 verifying (CLI and GUI)
- fixed RS02/RS03 crash when encoding invoked without image file
- added commandline RS03 encoding (singlethreaded/multithreaded)
- added RS03 decoding and verifying (CLI and GUI)
- fixed "typical uses" links in welcome screen (Thanks to C. Steigies)
- added warning when same files are selected for .iso
and error correction data (Thanks to A. Postkutscher
for suggesting this!)
- removed ASPI driver and ASPI/SPTI splitting logic
- removed 2GB file splitting
0.72 (pl-2) 31-10-2010
- changed sources for clean compile on gcc 4.4.3
- Using the CDROM_SEND_PACKET ioctl() will hang parallel
SCSI adapters. Added tests to determine the SCSI bus type,
and switch to the SG_IO ioctl() when in doubt.
Thanks to S. Seidl and R. Manfredi for the respective bug reports.
Thanks to S. Seidl and R. Manfredi for the respective bug reports.<
- backported MIN_TRANSFER_LEN and length sanity check from 0.79.1
as a workaround for buggy drive chipsets (thanks to R.G.
for reporting this and helping with debugging output)
- backported "typical uses" link fix in welcome screen
(Thanks to C. Steigies)
- fixed recognition of dvdisaster 0.79 RS03-augmented image
- minor cosmetic changes for regression test compatibility
with 0.79
@@ -83,11 +26,6 @@
- fixed crash when calling dvdisaster on command line without
specifying a file name on Mac OS X
0.72 (rc-2)
- fixed lockups in the spiral under Mac OS X
- fixed crash when calling dvdisaster on command line without
specifying a file name on Mac OS X
0.72 (rc-1) 11-04-2009
- Documentation and locale cleanup for en, de
- added app bundle creation for Mac OS X

View File

@@ -48,7 +48,6 @@ WITH_OPTIONS = $(CFG_WITH_OPTIONS)
OTHER_OPTIONS = $(CFG_OTHER_OPTIONS) -DVERSION=\"$(VERSION)\"
EXE_SUFFIX = $(CFG_EXE_SUFFIX)
SSE2_OPTIONS = $(CFG_SSE2_OPTIONS)
ALTIVEC_OPTIONS = $(CFG_ALTIVEC_OPTIONS)
LOCATIONS = -DSRCDIR=\"$(SRCDIR)\" -DBINDIR=\"$(BINDIR)\" -DDOCDIR=\"$(DOCSUBDIR)\" -DLOCALEDIR=\"$(LOCALEDIR)\"
COPTS = $(CFLAGS) $(LOCATIONS) $(SYS_OPTIONS) $(HAVE_OPTIONS) $(WITH_OPTIONS) $(OTHER_OPTIONS) $(INTL_INCL) $(CAM_INCL) $(GTK_CFLAGS)
@@ -126,10 +125,6 @@ rs-encoder-sse2.o: rs-encoder-sse2.c
@echo "Compiling:" $*.c
@$(CC) $(SSE2_OPTIONS) $(COPTS) -c $*.c
rs-encoder-altivec.o: rs-encoder-altivec.c
@echo "Compiling:" $*.c
@$(CC) $(ALTIVEC_OPTIONS) $(COPTS) -c $*.c
locale:
@$(MAKE) --no-print-directory -C locale
@@ -193,10 +188,7 @@ version.php:
@echo "<?php" >$(SRCDIR)/documentation/include/version.php
@echo "\$$version=\"$(VERSION)\";" >>$(SRCDIR)/documentation/include/version.php
@echo "\$$pkgname=\"$(PKGNAME)\";" >>$(SRCDIR)/documentation/include/version.php
@echo "\$$doc_dir=\"$(SRCDIR)/documentation\";" >>$(SRCDIR)/documentation/include/version.php
@echo "\$$cooked_version=\""$(CFG_FULL_VERSION)"\";" >>$(SRCDIR)/documentation/include/version.php
@echo "\$$have_experimental=\""$(CFG_HAVE_EXPERIMENTAL)"\";" >>$(SRCDIR)/documentation/include/version.php
@echo "\$$stable_version=\""$(CFG_STABLE_VERSION)"\";" >>$(SRCDIR)/documentation/include/version.php
@if test -e help-dialogs.h && grep UNMODIFIED help-dialogs.h >/dev/null; \
then echo "\$$modified_source=0;" >>$(SRCDIR)/documentation/include/version.php; \
else echo "\$$modified_source=1;" >>$(SRCDIR)/documentation/include/version.php; \
@@ -211,17 +203,13 @@ mount-php:
echo "* HTML document directory (as specified by configure --phpmountdir).";\
echo "* You need sudo priviledges to execute the command below:";\
echo ;\
fi
if ! test -e $(PHPMOUNTDIR)/dvdisaster.de.1; then\
if ! test -e $(PHPMOUNTDIR); then sudo mkdir -p $(PHPMOUNTDIR); fi;\
sudo mount -o bind $(SRCDIR)/documentation $(PHPMOUNTDIR) ;\
fi
make version.php
if ! test -e $(SRCDIR)/documentation/de/thumbnails/good-cd.png; \
then make thumbnails; \
fi
for i in $(DOC_LOCALES); do \
chmod 777 $(SRCDIR)/documentation/$$i/feed $(SRCDIR)/documentation/$$i/feed/atom.xml; \
echo chmod 777 $(SRCDIR)/documentation/$$i/feed $(SRCDIR)/documentation/$$i/feed/atom.xml; \
done
make thumbnails
html: mount-php version.php
@echo -n "Producing html documentation... "
@@ -258,8 +246,8 @@ help:
@echo
@echo "Documentation related:"
@echo "mount-php - mount documentation sub directory"
@echo "www-images- create package of .html and .png files"
@echo "www - create package of .html files only"
@echo "www-images- create package of .php and .png files"
@echo "www - create package of .php files only"
@echo "html - create html version of internet documentation"
@echo "localhtml - create html version for local documentation"
@echo "thumbnails- unconditionally recreate all thumbnails"
@@ -307,7 +295,6 @@ show:
@echo "WITH_OPTIONS = " $(WITH_OPTIONS)
@echo "OTHER_OPTIONS= " $(OTHER_OPTIONS)
@echo "SSE2_OPTIONS = " $(SSE2_OPTIONS)
@echo "ALTIVEC_OPTIONS= " $(ALTIVEC_OPTIONS)
@echo
@echo "CFLAGS = " $(CFLAGS)
@echo "COPTS = " $(COPTS)
@@ -319,7 +306,7 @@ show:
######################################################################
.PHONY : install uninstall clean distclean arch
.PHONY : www www-images php php-images
.PHONY : www www-images
.PHONY : srcdist macdist windist
install: dvdisaster images
@@ -434,22 +421,19 @@ clean:
@if test -e $(SRCDIR)/papers; then \
$(MAKE) --no-print-directory -C papers clean; \
fi
@if test -e $(SRCDIR)/regtest; then \
$(MAKE) --no-print-directory -C regtest clean; \
fi
BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3`
arch: archclean time-stamp
@cd .. ; tar -c -z -f $(PKGNAME)-$(BUILD).tgz $(PKGNAME)
# TAG: online-docs
www: html
www: version.php
@cd documentation ; \
tar cjf ../../www.tar.bz2 pubkey.asc include/dvdisaster.css de/*.html en/*.html ru/*.html de/feed en/feed ru/feed
tar cjf ../../www.tar.bz2 pubkey.asc index.html include/dvdisaster.css de/*.html en/*.html ru/*.html
www-images: html
www-images: thumbnails version.php
@cd documentation ; \
tar cjf ../../www.tar.bz2 pubkey.asc include/dvdisaster.css de/*.html en/*.html ru/*.html images/*.png de/images/*.png de/thumbnails/*.png en/images/*.png en/thumbnails/*.png ru/images/*.png ru/thumbnails/*.png de/feed en/feed ru/feed
tar cjf ../../www.tar.bz2 pubkey.asc index.html include/dvdisaster.css de/*.html en/*.html ru/*.html images/*.png de/images/*.png de/thumbnails/*.png en/images/*.png en/thumbnails/*.png ru/images/*.png ru/thumbnails/*.png
INSTALL: documentation/install.template
@sed "s/@@PKGNAME/$(PKGNAME)/" <documentation/install.template >INSTALL

View File

@@ -148,11 +148,11 @@ Please change into a directory which is writeable
for you and unpack the source code archive:
user@host> cd /var/tmp
user@host> tar xjf dvdisaster-0.79.3.tar.bz2
user@host> tar xjf dvdisaster-0.72.1.tar.bz2
Then change into the newly created directory:
user@host> cd /var/tmp/dvdisaster-0.79.3
user@host> cd /var/tmp/dvdisaster-0.72.1
3.2. Configuring the package
----------------------------
@@ -231,7 +231,7 @@ please remove the directory you have created as described
in section 3.1:
user@host> cd /var/tmp
user@host> rm -rf dvdisaster-0.79.3
user@host> rm -rf dvdisaster-0.72.1
5. Program documentation

View File

@@ -1,2 +1,2 @@
#define BUILD 24
#define BDATE "20.11.10 (Samstag, 21:11)"
#define BUILD 102
#define BDATE "07.11.10 (Sonntag, 17:08)"

View File

@@ -197,7 +197,7 @@ static void get_base_dirs()
but tricky when app bundles are used. In that case we
use GTK_PATH to find out our location. */
#if defined(SYS_LINUX) || defined(SYS_FREEBSD) || defined(SYS_NETBSD) || defined(SYS_UNKNOWN)
#if defined(SYS_LINUX) || defined(SYS_FREEBSD) || defined(SYS_NETBSD) || defined(SYS_UNKNOWN) || defined(SYS_SOLARIS)
if(DirStat(BINDIR))
Closure->binDir = g_strdup(BINDIR);
@@ -431,12 +431,12 @@ void ReadDotfile()
while(TRUE)
{ int n;
char symbol[41];
char *value;
char *value, *ignore;
/* Get first MAX_LINE_LEN bytes of line, discard the rest */
line[MAX_LINE_LEN-1] = 1;
fgets(line, MAX_LINE_LEN, dotfile);
ignore = fgets(line, MAX_LINE_LEN, dotfile);
if(!line[MAX_LINE_LEN-1]) /* line longer than buffer */
while(!feof(dotfile) && fgetc(dotfile) != '\n')
;
@@ -482,7 +482,6 @@ void ReadDotfile()
if(!strcmp(symbol, "cache-size")) { Closure->cacheMB = atoi(value); continue; }
if(!strcmp(symbol, "cd-size")) { Closure->cdSize = Closure->savedCDSize = atoll(value); continue; }
if(!strcmp(symbol, "codec-threads")) { Closure->codecThreads = atoi(value); continue; }
if(!strcmp(symbol, "confirm-deletion")){ Closure->confirmDeletion = atoi(value); continue; }
if(!strcmp(symbol, "dao")) { Closure->noTruncate = atoi(value); continue; }
if(!strcmp(symbol, "defective-dump")) { Closure->defectiveDump = atoi(value); continue; }
if(!strcmp(symbol, "defective-dir")) { if(Closure->dDumpDir) g_free(Closure->dDumpDir);
@@ -492,10 +491,7 @@ void ReadDotfile()
if(!strcmp(symbol, "dotfile-version")) { Closure->dotFileVersion = atoi(value); continue; }
if(!strcmp(symbol, "dvd-size1")) { Closure->dvdSize1 = Closure->savedDVDSize1 = atoll(value); continue; }
if(!strcmp(symbol, "dvd-size2")) { Closure->dvdSize2 = Closure->savedDVDSize2 = atoll(value); continue; }
if(!strcmp(symbol, "ecc-target")) { Closure->eccTarget = atoi(value); continue; }
if(!strcmp(symbol, "eject")) { Closure->eject = atoi(value); continue; }
if(!strcmp(symbol, "examine-rs02")) { Closure->examineRS02 = atoi(value); continue; }
if(!strcmp(symbol, "examine-rs03")) { Closure->examineRS03 = atoi(value); continue; }
if(!strcmp(symbol, "fill-unreadable")) { Closure->fillUnreadable = atoi(value); continue; }
if(!strcmp(symbol, "ignore-fatal-sense")) { Closure->ignoreFatalSense = atoi(value); continue; }
if(!strcmp(symbol, "internal-attempts")) { Closure->internalAttempts = atoi(value); continue; }
@@ -509,7 +505,7 @@ void ReadDotfile()
if(!strcmp(symbol, "max-read-attempts")) { Closure->maxReadAttempts = atoi(value); continue; }
if(!strcmp(symbol, "min-read-attempts")) { Closure->minReadAttempts = atoi(value); continue; }
if(!strcmp(symbol, "missing-sector-marker")) { Closure->dsmVersion = atoi(value); continue; }
if(!strcmp(symbol, "prefetch-sectors")){ Closure->prefetchSectors = atoi(value); continue; }
if(!strcmp(symbol, "query-size")) { Closure->querySize = atoi(value); continue; }
if(!strcmp(symbol, "raw-mode")) { Closure->rawMode = atoi(value); continue; }
if(!strcmp(symbol, "read-and-create")) { Closure->readAndCreate = atoi(value); continue; }
if(!strcmp(symbol, "read-medium")) { Closure->readingPasses = atoi(value); continue; }
@@ -518,6 +514,7 @@ void ReadDotfile()
Closure->redundancy = g_strdup(value); continue; }
if(!strcmp(symbol, "reverse-cancel-ok")) { Closure->reverseCancelOK = atoi(value); continue; }
if(!strcmp(symbol, "spinup-delay")) { Closure->spinupDelay = atoi(value); continue; }
if(!strcmp(symbol, "split-files")) { Closure->splitFiles = atoi(value); continue; }
if(!strcmp(symbol, "unlink")) { Closure->unlinkImage = atoi(value); continue; }
if(!strcmp(symbol, "verbose")) { Closure->verbose = atoi(value); continue; }
if(!strcmp(symbol, "welcome-msg")) { Closure->welcomeMessage = atoi(value); continue; }
@@ -585,7 +582,6 @@ static void update_dotfile()
g_fprintf(dotfile, "cache-size: %d\n", Closure->cacheMB);
g_fprintf(dotfile, "cd-size: %lld\n", (long long int)Closure->cdSize);
g_fprintf(dotfile, "codec-threads: %d\n", Closure->codecThreads);
g_fprintf(dotfile, "confirm-deletion: %d\n", Closure->confirmDeletion);
g_fprintf(dotfile, "dao: %d\n", Closure->noTruncate);
g_fprintf(dotfile, "defective-dump: %d\n", Closure->defectiveDump);
g_fprintf(dotfile, "defective-dir: %s\n", Closure->dDumpDir);
@@ -593,10 +589,7 @@ static void update_dotfile()
g_fprintf(dotfile, "dotfile-version: %d\n", Closure->dotFileVersion);
g_fprintf(dotfile, "dvd-size1: %lld\n", (long long int)Closure->dvdSize1);
g_fprintf(dotfile, "dvd-size2: %lld\n", (long long int)Closure->dvdSize2);
g_fprintf(dotfile, "ecc-target: %d\n", Closure->eccTarget);
g_fprintf(dotfile, "eject: %d\n", Closure->eject);
g_fprintf(dotfile, "examine-rs02: %d\n", Closure->examineRS02);
g_fprintf(dotfile, "examine-rs03: %d\n", Closure->examineRS03);
g_fprintf(dotfile, "fill-unreadable: %d\n", Closure->fillUnreadable);
g_fprintf(dotfile, "ignore-fatal-sense: %d\n", Closure->ignoreFatalSense);
g_fprintf(dotfile, "internal-attempts: %d\n", Closure->internalAttempts);
@@ -608,7 +601,7 @@ static void update_dotfile()
g_fprintf(dotfile, "max-read-attempts: %d\n", Closure->maxReadAttempts);
g_fprintf(dotfile, "min-read-attempts: %d\n", Closure->minReadAttempts);
g_fprintf(dotfile, "missing-sector-marker: %d\n", Closure->dsmVersion);
g_fprintf(dotfile, "prefetch-sectors: %d\n", Closure->prefetchSectors);
g_fprintf(dotfile, "query-size: %d\n", Closure->querySize);
g_fprintf(dotfile, "raw-mode: %d\n", Closure->rawMode);
g_fprintf(dotfile, "read-and-create: %d\n", Closure->readAndCreate);
g_fprintf(dotfile, "read-medium: %d\n", Closure->readingPasses);
@@ -617,6 +610,7 @@ static void update_dotfile()
g_fprintf(dotfile, "redundancy: %s\n", Closure->redundancy);
g_fprintf(dotfile, "reverse-cancel-ok: %d\n", Closure->reverseCancelOK);
g_fprintf(dotfile, "spinup-delay: %d\n", Closure->spinupDelay);
g_fprintf(dotfile, "split-files: %d\n", Closure->splitFiles);
g_fprintf(dotfile, "unlink: %d\n", Closure->unlinkImage);
g_fprintf(dotfile, "verbose: %d\n", Closure->verbose);
g_fprintf(dotfile, "welcome-msg: %d\n\n", Closure->welcomeMessage);
@@ -703,19 +697,17 @@ void InitClosure()
Closure->methodName = g_strdup("RS01");
Closure->dDumpDir = g_strdup(Closure->homeDir);
Closure->cacheMB = 32;
Closure->prefetchSectors = 128;
Closure->codecThreads = 1;
Closure->eccTarget = 1;
Closure->minReadAttempts = 1;
Closure->maxReadAttempts = 1;
Closure->rawMode = 0x20;
Closure->internalAttempts = -1;
Closure->sectorSkip = 16;
Closure->spinupDelay = 5;
Closure->querySize = 2;
Closure->fillUnreadable = -1;
Closure->welcomeMessage = 1;
Closure->useSCSIDriver = DRIVER_SG;
Closure->dsmVersion = 1;
Closure->useSCSIDriver = DRIVER_CDROM_DEFAULT;
/* default sizes for typical CD and DVD media */
@@ -747,9 +739,12 @@ void InitClosure()
DefaultColors();
memset(Closure->bs, '\b', 255);
memset(Closure->sp, ' ', 255);
DefaultLogFile();
#ifdef SYS_MINGW
OpenAspi();
#endif
}
/*
@@ -909,4 +904,8 @@ void FreeClosure()
g_free(Closure->readAdaptiveErrorMsg);
g_free(Closure);
#ifdef SYS_MINGW
CloseAspi();
#endif
}

35
configure vendored
View File

@@ -19,11 +19,11 @@ fi
# Set the package name and version
PACKAGE dvdisaster 0.79
PACKAGE dvdisaster 0.72
REL_MICRO=3
#REL_STATUS=patch
REL_STATUS=devel
REL_MICRO=2
REL_STATUS=patch
#REL_STATUS=devel
#REL_STATUS=rc
#REL_MICRO=0
@@ -38,11 +38,6 @@ case "$REL_STATUS" in
*) DEFINE_VAR FULL_VERSION "\"$VERSION (${REL_STATUS}-${REL_MICRO})\"" ;;
esac
# Last stable version (used only in WWW pages)
DEFINE_VAR HAVE_EXPERIMENTAL "yes"
DEFINE_VAR STABLE_VERSION "0.72.2"
# Check for some essential tools.
REQUIRE_GMAKE
@@ -112,9 +107,7 @@ CFG_CFLAGS=$SAVE_CFLAGS
echo
CHECK_ENDIAN
CHECK_BITNESS
CHECK_SSE2
CHECK_ALTIVEC
# Look for required tools
@@ -135,6 +128,13 @@ if ! EXECUTE_PROGRAM "gdk-pixbuf-csource --help" gdk_pixbuf_csource ; then
exit 1
fi
if test $CFG_SYS_OPTIONS == -DSYS_MINGW; then
if ! EXECUTE_PROGRAM "dllwrap -version" dllwrap ; then
echo "* dllwrap not installed or path to it is missing."
echo "* You can build dvdisaster, but not the windows installer."
fi
fi
# Evaluate the --with* customization options
PRINT_MESSAGE "\nAdditional configuration options:"
@@ -208,6 +208,12 @@ done
echo "}" >> method-link.c
echo
# Temporary fix for missing rs03 sources
if test -e rs03-includes.h; then
CFG_HAVE_OPTIONS="$CFG_HAVE_OPTIONS -DHAVE_RS03"
fi
# Okay, hopefully we've got everything together now.
(cd locale; bash create-makefile)
@@ -264,7 +270,12 @@ if test -n "$BUILDROOT"; then
echo
fi
id_binary="id"
if test $cfg_system == "solaris"; then
id_binary="/usr/xpg4/bin/id"
else
id_binary="id"
fi
if test `$id_binary -u` -eq 0; then
echo "* WARNING: Compiling the project as ROOT USER is not recommended"
echo "* and may cause unexpected problems. If compilation fails"

View File

@@ -10,3 +10,4 @@ Icon=dvdisaster48.png
Terminal=false
Type=Application
Categories=Application;System;
Encoding=UTF-8

302
debian/changelog vendored
View File

@@ -1,302 +0,0 @@
dvdisaster (0.79.3-1) experimental; urgency=low
* New upstream version.
+ Make SG_IO ioctl the default in dvdisaster. Closes: #598275.
* debian/patches:
+ remove 04-manpage.patch, 06-remove-encoding-from-desktop-file.patch,
and 07-fix-spelling-errors-in-binaries.patch, as they are applied
upstream.
-- Rogério Brito <rbrito@ime.usp.br> Mon, 13 Dec 2010 14:22:32 -0200
dvdisaster (0.79.2-1) experimental; urgency=low
* Imported Upstream version 0.79.2
* debian/patches/*:
+ refresh and adapt every patch
+ 04-manpage.patch: escape one hyphen
-- Rogério Brito <rbrito@ime.usp.br> Sat, 06 Nov 2010 21:55:05 -0200
dvdisaster (0.72.1-2) unstable; urgency=low
* [da276c7] Refresh patches to avoid potential problems with the
buildds.
* [3ee8b47] Initial migration to format "3.0 (quilt)".
* [af26379] Wrap some long lines for legibility.
* [2372076] Wrap one extra line.
* [00e1968] Don't patch the documentation directly.
* [fac6933] Add missing misc-depends on dvdisaster
* [70a6efd] Rewrap the build-depends line, for diff-friendliness.
* [9fe0db4] Fix incorrect place of misc:depends.
* [6576482] Remove unneeded patch
* [7771474] Remove duplicate section field for dvdisaster
* [f51c51a] Add debian/watch file to more closely follow upstream
* [2194941] Remove UTF-8 encoding from desktop file
* [57e4fab] Update patch to deal with hyphens used as minus signs
* [80e291c] Add description for the patch
* [cea78c3] Add patch to fix spelling errors in the binaries
* [96b581b] Fix for another typo in the manpage
* [b8f0e62] Update standards version with no changes needed
-- Rogério Brito <rbrito@ime.usp.br> Tue, 24 Aug 2010 12:10:21 -0300
dvdisaster (0.72.1-1) unstable; urgency=low
* New maintainer (Closes: 543876)
* new upstream version.
* debian/control: update Homepage:
* debian/README.source: create
* debian/control: add Vcs-*.
-- TANIGUCHI Takaki <takaki@debian.org> Mon, 23 Nov 2009 10:29:09 +0900
dvdisaster (0.72-2) unstable; urgency=low
* Updating to standards version 3.8.3.
* Removing vcs fields.
* Orphaning package.
-- Daniel Baumann <daniel@debian.org> Thu, 27 Aug 2009 10:24:34 +0200
dvdisaster (0.72-1) unstable; urgency=low
* Using correct rfc-2822 date formats in changelog.
* Merging upstream version 0.72.
* Removing shebang.patch, not required anymore.
* Updating standards version to 3.8.2.
* Tidy rules file.
-- Daniel Baumann <daniel@debian.org> Tue, 07 Jul 2009 01:11:52 +0200
dvdisaster (0.72~rc1-1) unstable; urgency=low
* Merging upstream version 0.72~rc1.
* Upgrading to standards 3.8.1.
-- Daniel Baumann <daniel@debian.org> Fri, 17 Apr 2009 21:20:00 +0200
dvdisaster (0.71.28-1) unstable; urgency=medium
* Merging upstream version 0.71.28:
- Fixes "illegal instruction" crashes on x86 machines which do not support
SSE2 (Closes: #515950).
-- Daniel Baumann <daniel@debian.org> Tue, 17 Mar 2009 09:55:00 +0100
dvdisaster (0.71.27-1) unstable; urgency=low
* Using patch-stamp rather than patch in rules file.
* Replacing obsolete dh_clean -k with dh_prep.
* Merging upstream version 0.71.27.
* Rediffing help-dialog.dpatch.
* Using quilt rather than dpatch.
* Updating year in copyright.
* Adding longtitle and description in menu file.
* Using usual name for pixmaps directory.
* Updating rules to current state of the art.
-- Daniel Baumann <daniel@debian.org> Sun, 25 Jan 2009 14:01:00 +0100
dvdisaster (0.71.26-2) unstable; urgency=medium
* Updating to standards 3.8.0.
* Updating vcs fields in control file.
* Correcting 03-dvdrom.dpatch to not crash when opening a DVD-ROM.
Thanks to Tobias Gruetzmacher <tobias-debian@23.gs> (Closes: #498296).
-- Daniel Baumann <daniel@debian.org> Mon, 08 Sep 2008 22:08:00 +0200
dvdisaster (0.71.26-1) unstable; urgency=medium
* Reordering rules file.
* Using examples debhelper to install examples.
* Removing 08-xdg.dpatch, went upstream.
* Removing 07-adaptive-read.dpatch, went upstream.
* Rediffing 05-help-dialog.dpatch.
* Rediffing 03-dvdrom.dpatch.
* Rediffing 02-encryption.dpatch.
* Removing watch file.
* Removing useless whitespaces at end of debian gmkrs02 example.
* Rewriting copyright file in machine-interpretable format.
* Adding vcs fields in control file.
* Upgrading package to debhelper 7.
* Merging upstream version 0.71.26.
-- Daniel Baumann <daniel@debian.org> Sat, 03 May 2008 11:34:00 +0200
dvdisaster (0.71~devel23-7) unstable; urgency=low
* Bumping to new policy.
* Updating menu file to new policy.
* Don't hide make errors in clean target of rules.
-- Daniel Baumann <daniel@debian.org> Sun, 23 Dec 2007 13:26:00 +0100
dvdisaster (0.71~devel23-6) unstable; urgency=low
* Using xdg-open rather than gnome-open.
-- Daniel Baumann <daniel@debian.org> Thu, 29 Nov 2007 10:39:00 +0100
dvdisaster (0.71~devel23-5) unstable; urgency=low
* Setting configure shebang to bash.
-- Daniel Baumann <daniel@debian.org> Wed, 24 Oct 2007 06:14:00 +0200
dvdisaster (0.71~devel23-4) unstable; urgency=low
* Fixed clean target in rules (Closes: #442559).
-- Daniel Baumann <daniel@debian.org> Sun, 17 Sep 2007 00:37:00 +0200
dvdisaster (0.71~devel23-3) unstable; urgency=medium
* Applied patch from Wolfgang Weisselberg <g35fckt001@sneakemail.com> to fix
segfault when reading CD with --adaptive-read (Closes: #427980).
* Including example script from Osamu Aoki <osamu@debian.org> to provide a
GUI for creating RS02 supplimented ISO images (Closes: #442145).
-- Daniel Baumann <daniel@debian.org> Fri, 14 Sep 2007 11:13:00 +0200
dvdisaster (0.71~devel23-2) unstable; urgency=low
* Fix shebang in configure.
-- Daniel Baumann <daniel@debian.org> Tue, 04 Sep 2007 22:53:00 +0200
dvdisaster (0.71~devel23-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Mon, 14 May 2007 10:46:00 +0200
dvdisaster (0.71~devel22-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Sun, 29 Apr 2007 16:47:00 +0200
dvdisaster (0.70.4-2) unstable; urgency=low
* Uploading to unstable.
* Bumped package to debhelper 5.
-- Daniel Baumann <daniel@debian.org> Thu, 08 Mar 2007 10:35:00 +0100
dvdisaster (0.70.4-1) experimental; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Sat, 27 Jan 2007 18:05:00 +0100
dvdisaster (0.70.3-2) unstable; urgency=medium
* Added patch from Carsten Gnoerlich <carsten@dvdisaster.com> to fix issues
with glib threading (Closes: #405757).
-- Daniel Baumann <daniel@debian.org> Wed, 17 Jan 2007 10:42:00 +0100
dvdisaster (0.70.3-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Wed, 13 Dec 2006 11:57:00 +0100
dvdisaster (0.70.2-2) unstable; urgency=medium
* Adjusted 05-help-dialog.dpatch as suggested by
Corey Wright <undefined@pobox.com> (Closes: #393671).
-- Daniel Baumann <daniel@debian.org> Tue, 17 Oct 2006 14:01:00 +0200
dvdisaster (0.70.2-1) unstable; urgency=low
* New upstream release.
* Added patch to customize the help-dialog according to README.MODIFYING.
-- Daniel Baumann <daniel@debian.org> Tue, 03 Oct 2006 20:58:00 +0200
dvdisaster (0.70.1-2) unstable; urgency=low
* Added patch from upstream to fix some code errors (Closes: #388304).
-- Daniel Baumann <daniel@debian.org> Thu, 21 Sep 2006 01:29:00 +0200
dvdisaster (0.70.1-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Tue, 22 Aug 2006 23:09:00 +0200
dvdisaster (0.70-1) unstable; urgency=low
* New upstream release (Closes: #377757).
-- Daniel Baumann <daniel@debian.org> Tue, 11 Jul 2006 07:19:00 +0200
dvdisaster (0.66-4) unstable; urgency=low
* New email address.
* Fixed typo in manpage (Closes: #376752).
-- Daniel Baumann <daniel@debian.org> Fri, 07 Jul 2006 09:01:00 +0200
dvdisaster (0.66-3) unstable; urgency=low
* Fixed docsubdir (Closes: #366274).
* Disabled skipping of encrypted disks (Closes: #366399).
* Added patch for DVD-ROM medias (Closes: #366392).
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Mon, 15 May 2006 03:17:00 -0500
dvdisaster (0.66-2) unstable; urgency=low
* Set dvdisaster-doc to recommends instead of suggests (Closes: #363291).
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Tue, 18 Apr 2006 16:35:00 +0100
dvdisaster (0.66-1) unstable; urgency=low
* New upstream release.
* Added pixmap.
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Tue, 28 Mar 2006 10:13:00 +0100
dvdisaster (0.65-1) unstable; urgency=low
* New upstream release.
* Removed patch stack buffer patch (went upstream).
* Removed manpage patches (went upstream).
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Tue, 17 Jan 2006 14:32:00 +0100
dvdisaster (0.64.2-1) unstable; urgency=low
* New upstream release.
* Now using dpatch for updating manpages.
* Fixed definitely the documentation path in the manpages (Closes: #333591).
* Added patch from Robert Bihlmeyer <robbe@orcus.priv.at> to fix segfault on
allocating stack buffer (Closes: #335792).
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Fri, 25 Nov 2005 11:01:00 +0100
dvdisaster (0.63.2-1) unstable; urgency=low
* New upstream release:
- no longer needs gawk.
- manpage updated and moved to upstream.
- manpage now mentions correct documentation-location (Closes: #322187).
* Now update config.{guess,sub} via .diff.gz.
* Corrected non-ascii chars in the German and Italian manpage.
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Sat, 06 Aug 2005 20:03:00 +0200
dvdisaster (0.63-1) unstable; urgency=low
* Initial release (Closes: #319742).
* Fixed Makefile for $(DESTDIR)-use.
* Added manpage.
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Sun, 24 Jul 2005 13:35:00 +0200

1
debian/compat vendored
View File

@@ -1 +0,0 @@
7

38
debian/control vendored
View File

@@ -1,38 +0,0 @@
Source: dvdisaster
Section: otherosfs
Priority: optional
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
Rogério Brito <rbrito@ime.usp.br>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7),
gettext,
libbz2-dev,
libgtk2.0-dev,
libpng12-dev,
pkg-config
Standards-Version: 3.9.1
Vcs-Browser: http://git.debian.org/?p=pkg-opt-media/dvdisaster.git
Vcs-Git: git://git.debian.org/pkg-opt-media/dvdisaster.git
Homepage: http://dvdisaster.net/
Package: dvdisaster
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, xdg-utils
Recommends: dvdisaster-doc
Description: data loss/scratch/aging protection for CD/DVD media
dvdisaster provides a margin of safety against data loss on CD and DVD media
caused by scratches or aging media. It creates error correction data which is
used to recover unreadable sectors if the disc becomes damaged at a later time.
Package: dvdisaster-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: dvdisaster
Description: data loss/scratch/aging protection for CD/DVD media (documentation)
dvdisaster provides a margin of safety against data loss on CD and DVD media
caused by scratches or aging media. It creates error correction data which is
used to recover unreadable sectors if the disc becomes damaged at a later time.
.
This package contains the documentation.

42
debian/copyright vendored
View File

@@ -1,42 +0,0 @@
Author: Carsten Gnoerlich <cgnoerlich@fsfe.org>
Download: http://www.dvdisaster.com/
Files: *
Copyright: Copyright (C) 2004-2009 Carsten Gnoerlich <cgnoerlich@fsfe.org>
License: GPL-2+
This program 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 2
of the License, or (at your option) any later version.
.
This program 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 this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2 file.
Files: debian/*
Copyright (C) 2005-2009 Daniel Baumann <daniel@debian.org>
License: GPL-2+
This program 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 2
of the License, or (at your option) any later version.
.
This program 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 this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2 file.

View File

@@ -1,6 +0,0 @@
CREDITS.cs
CREDITS.de
CREDITS.en
README.MODIFYING
TODO
TRANSLATION.HOWTO

View File

@@ -1 +0,0 @@
/usr/share/doc/dvdisaster-doc

View File

@@ -1,6 +0,0 @@
CREDITS.cs
CREDITS.de
CREDITS.en
README.MODIFYING
TODO
TRANSLATION.HOWTO

View File

@@ -1 +0,0 @@
debian/examples/*

View File

@@ -1,3 +0,0 @@
/usr/bin
/usr/share/locale
/usr/share/man

View File

@@ -1,4 +0,0 @@
?package(dvdisaster):needs="X11" section="Applications/File Management"\
title="Dvdisaster" longtitle="data loss/scratch/aging protection for CD/DVD media"\
description="dvdisaster provides a margin of safety against data loss on CD and DVD media caused by scratches or aging media. It creates error correction data which is used to recover unreadable sectors if the disc becomes damaged at a later time."\
command="/usr/bin/dvdisaster" icon="/usr/share/pixmaps/dvdisaster.xpm"

View File

@@ -1,41 +0,0 @@
#!/bin/sh -e
# Copyright (C) 2007 Osamu Aoki <osamu@debian.org>, Public Domain
set -x
# Initialize variables
DATA_SRC=""
DATA_ISO="$HOME/Desktop/iso-$$.img"
LABEL=$(date +%Y%m%d-%H%M%S-%Z)
error_exit()
{
echo "$1" >&2
exit 1
}
# Erase disk image
rm -f "$DATA_ISO" || true
# Select directory for creating ISO image from folder on desktop
DATA_SRC=$(zenity --file-selection --directory \
--title="Select the directory tree root to create ISO image") \
|| error_exit "Exit on directry selection"
# Check size of archive
xterm -T "Check size $DATA_SRC" -e du -s $DATA_SRC/*
SIZE=$(($(du -s $DATA_SRC | awk '{print $1}')/1024))
if [ $SIZE -le 520 ] ; then
zenity --info --title="Dvdisaster RS02" --width 640 --height 400 \
--text="The data size is good for CD backup:\\n $SIZE MB"
elif [ $SIZE -le 3500 ]; then
zenity --info --title="Dvdisaster RS02" --width 640 --height 400 \
--text="The data size is good for DVD backup :\\n $SIZE MB"
else
zenity --info --title="Dvdisaster RS02" --width 640 --height 400 \
--text="The data size is too big to backup : $SIZE MB"
error_exit "The data size is too big to backup :\\n $SIZE MB"
fi
# only xterm is sure to have working -e option
# Create raw ISO image
xterm -T "genisoimage $DATA_ISO" \
-e genisoimage -r -J -V "$LABEL" -o "$DATA_ISO" "$DATA_SRC"
# Create RS02 supplimental redundancy
xterm -T "dvdisaster $DATA_ISO" -e dvdisaster -i "$DATA_ISO" -mRS02 -c
zenity --info --title="Dvdisaster RS02" --width 640 --height 400 \
--text="ISO/RS02 data ($SIZE MB) \\n created at: $DATA_ISO"
# EOF

View File

@@ -1,19 +0,0 @@
Author: n/a
Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption).
--- a/scsi-layer.c
+++ b/scsi-layer.c
@@ -2675,11 +2675,12 @@
return NULL;
}
}
-
+/*
if(dh->mainType == DVD && query_copyright(dh))
{ CloseDevice(dh);
Stop(_("This software does not support encrypted media.\n"));
}
+*/
/* Create the bitmap of simulated defects */

View File

@@ -1,17 +0,0 @@
Author: Corey Wright <undefined@pobox.com>
Description: Adds support for DVD-ROM medium-type.
--- a/scsi-layer.c
+++ b/scsi-layer.c
@@ -911,6 +911,11 @@
break;
}
+ if(layer_type & 0x01)
+ { dh->typeDescr = g_strdup("DVD-ROM");
+ break;
+ }
+
if(layer_type & 0x06) /* strange thing: (re-)writeable but neither plus nor dash */
{ dh->typeDescr = g_strdup("DVD-ROM (fake)");
dh->subType = DVD;

View File

@@ -1,56 +0,0 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Customizes the help-dialog according to README.MODIFYING.
--- a/help-dialogs.c
+++ b/help-dialogs.c
@@ -402,7 +402,7 @@
ShowTextfile(_("windowtitle|GNU General Public License"),
_("<big>GNU General Public License</big>\n"
"<i>The license terms of dvdisaster.</i>"),
- "COPYING", NULL, NULL);
+ "/usr/share/common/licenses/GPL-2", NULL, NULL);
}
/*
@@ -549,7 +549,7 @@
{ ShowTextfile(_("windowtitle|Modifying dvdisaster"),
_("<big>Modifying dvdisaster</big>\n"
"<i>Your changes are not ours.</i>"),
- "README.MODIFYING", NULL, NULL);
+ "/usr/share/doc/dvdisaster/README.MODIFYING", NULL, NULL);
}
static gint about_cb(GtkWidget *widget, GdkEvent *event, gpointer data)
@@ -706,9 +706,9 @@
#ifdef MODIFIED_SOURCE
AboutTextWithLink(vbox,
- _("Modified version Copyright 2010 (please fill in - [directions])\n"
- "Copyright 2004-2010 Carsten Gnoerlich"),
- "MODIFYING");
+ _("Modified version for [Debian GNU/Linux]\n"
+ "Original Copyright 2004-2010 Carsten Gnoerlich"),
+ "http://www.debian.org/");
#else
AboutText(vbox, _("Copyright 2004-2010 Carsten Gnoerlich"));
#endif
@@ -725,14 +725,14 @@
AboutTextWithLink(vbox, _("This software comes with <b>absolutely no warranty</b>.\n"
"This is free software and you are welcome to redistribute it\n"
"under the conditions of the [GNU General Public License].\n"),
- "GPL");
+ "/usr/share/common-licenses/GPL-2");
#ifdef MODIFIED_SOURCE
- AboutTextWithLink(vbox, _("\nThis program is <b>not the original</b>. It is based on the\n"
- "source code of dvdisaster, but contains third-party changes.\n\n"
+ AboutTextWithLink(vbox, _("\nThis version is <b>not the original</b>. It has been patched\n"
+ "for Debian to support DVD-ROMs (with and without encryption).\n\n"
"Please do not bother the original authors of dvdisaster\n"
- "([www.dvdisaster.org]) about issues with this version.\n"),
- "http://www.dvdisaster.org");
+ "but submit bugreports against the [debian package] instead.\n"),
+ "http://packages.qa.debian.org/dvdisaster");
#else
lang = g_getenv("LANG");

View File

@@ -1,3 +0,0 @@
02-encryption.patch
03-dvdrom.patch
05-help-dialog.patch

View File

@@ -1,151 +0,0 @@
/* XPM */
static char * dvdisaster_xpm[] = {
"32 32 116 2",
" c None",
". c #000000",
"+ c #0F0F0F",
"@ c #424242",
"# c #656565",
"$ c #737373",
"% c #545454",
"& c #111111",
"* c #080808",
"= c #626262",
"- c #C1C1C1",
"; c #FBFBFB",
"> c #FFFFFF",
", c #F7F7F7",
"' c #8B8B8B",
") c #060817",
"! c #020308",
"~ c #010101",
"{ c #606060",
"] c #E4E4E4",
"^ c #CBCBCB",
"/ c #131316",
"( c #2C379A",
"_ c #1A215C",
": c #000001",
"< c #121212",
"[ c #B4B4B4",
"} c #B9B9B9",
"| c #090B1C",
"1 c #4354EB",
"2 c #323EAD",
"3 c #050612",
"4 c #1D1D1D",
"5 c #D8D8D8",
"6 c #C5C5C5",
"7 c #6F6F6F",
"8 c #575757",
"9 c #2A3492",
"0 c #4658F5",
"a c #3B4BD0",
"b c #080A1C",
"c c #9E9E9E",
"d c #263084",
"e c #BABABA",
"f c #12173F",
"g c #131314",
"h c #3B4ACE",
"i c #EEEEEE",
"j c #04050F",
"k c #E6E6E6",
"l c #070817",
"m c #04050D",
"n c #3F4FDB",
"o c #11163C",
"p c #1B225E",
"q c #5C5C5C",
"r c #28338D",
"s c #3542B9",
"t c #090A19",
"u c #4254E9",
"v c #4557F1",
"w c #04050E",
"x c #D3D3D3",
"y c #171718",
"z c #313EAC",
"A c #989898",
"B c #0F0F13",
"C c #1C2361",
"D c #ECECEC",
"E c #A8A8A8",
"F c #858585",
"G c #7B7B7B",
"H c #595959",
"I c #141946",
"J c #3948C9",
"K c #20286E",
"L c #DFDFDF",
"M c #0A0B13",
"N c #161C4E",
"O c #212A74",
"P c #242D7E",
"Q c #3E4ED9",
"R c #B5B5B5",
"S c #101014",
"T c #3543BB",
"U c #F9F9F9",
"V c #242424",
"W c #303CA7",
"X c #A3A3A3",
"Y c #141A47",
"Z c #3644BD",
"` c #1E266B",
" . c #494949",
".. c #303CA8",
"+. c #2B3798",
"@. c #1B1B1D",
"#. c #8A8A8A",
"$. c #131313",
"%. c #4050DF",
"&. c #4556F1",
"*. c #070814",
"=. c #D6D6D6",
"-. c #3F4FDC",
";. c #181818",
">. c #4051E1",
",. c #9F9F9F",
"'. c #161C4D",
"). c #1F1F1F",
"!. c #323FAF",
"~. c #090A14",
"{. c #3846C3",
"]. c #030309",
"^. c #28328A",
"/. c #4456EF",
"(. c #060715",
"_. c #181F56",
" ",
" . + @ # $ $ % & . . ",
" . * = - ; > > > > > , ' * ) ! . ",
" ~ { ] > > > > > > > > > > ^ / ( _ : ",
" < [ > > > > > > > > > > > > > } | 1 2 3 ",
" 4 5 > > > > > > > 6 7 7 6 > > > > 8 9 0 a b ",
" < 5 > > > > > > > c | d d | c > > > e f 0 0 a 3 ",
" ~ [ > > > > > > > ; g h 0 0 h g ; > > i j 0 0 0 2 : ",
" . { > > > > > > > > k l 0 0 0 0 l k > > > . 0 0 0 0 _ . ",
" * ] > > > > > > > > ; g h 0 0 h g ; > > i m 0 0 0 0 n ! ",
" = > > > > > > > > > > c | d d | c > > > e o 0 0 0 0 0 p ",
" . - > > > > > > > > > > > 6 7 7 6 > > > > q r 0 0 0 0 0 s . ",
" + ; > > > > > > > > > > > > > > > > > > - t u 0 0 0 0 0 v w ",
" @ > > > > > > > > > > > > > > > > > > x y z 0 0 0 0 0 0 0 f ",
" # > > > > > > > > > > > > > > > > ; A B ( 0 0 0 0 0 0 0 0 C ",
" $ > > > > > > > > > > > D E F G H y I J 0 0 0 0 0 0 0 0 0 K ",
" $ > > > > > > > > > L q M N O P ( Q 0 0 0 0 0 0 0 0 0 0 0 K ",
" # > > > > > > > > R S P 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 C ",
" @ > > > > > > > 6 M T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 f ",
" + ; > > > > > U V W 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 v w ",
" . - > > > > > X Y 0 0 0 0 Z ` ` Z 0 0 0 0 0 0 0 0 0 0 0 s . ",
" = > > > > > ...0 0 0 +.@.#.#.@.+.0 0 0 0 0 0 0 0 0 0 p ",
" * ] > > > > $.%.0 0 &.*.=.> > =.*.&.0 0 0 0 0 0 0 0 n ! ",
" . { > > > > . 0 0 0 -.;.> > > > ;.-.0 0 0 0 0 0 0 0 _ . ",
" ~ [ > > > $.>.0 0 &.*.=.> > =.*.&.0 0 0 0 0 0 0 2 : ",
" < 5 > > .z 0 0 0 +.@.#.#.@.+.0 0 0 0 0 0 0 a 3 ",
" 4 5 > ,.'.0 0 0 0 Z ` ` Z 0 0 0 0 0 0 0 a b ",
" < [ , ).!.0 0 0 0 0 0 0 0 0 0 0 0 0 2 3 ",
" ~ { X ~.{.0 0 0 0 0 0 0 0 0 0 n _ : ",
" . * ;.].^./.0 0 0 0 0 v s p ! . ",
" . . (._.K K C f w . ",
" "};

92
debian/rules vendored
View File

@@ -1,92 +0,0 @@
#!/usr/bin/make -f
clean:
dh_testdir
dh_testroot
rm -f build-stamp
[ ! -f configure.log ] || $(MAKE) distclean
find documentation -name "*.png" | xargs rm -f
dh_clean
configure: configure-stamp
configure-stamp:
dh_testdir
./configure \
--prefix=/usr \
--bindir=\$${prefix}/bin \
--docdir=\$${prefix}share/doc \
--docsubdir=dvdisaster-doc/html \
--localedir=\$${prefix}/share/locale \
--mandir=\$${prefix}/share/man
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
$(MAKE)
touch build-stamp
install: build
dh_testdir
dh_testroot
dh_prep
$(MAKE) \
BUILDROOT=$(CURDIR)/debian/tmp \
install
# Installing desktop file
install -D -m 0644 contrib/dvdisaster.desktop debian/dvdisaster/usr/share/applications/dvdisaster.desktop
sed -i -e 's/dvdisaster48/dvdisaster/' debian/dvdisaster/usr/share/applications/dvdisaster.desktop
# Installing icon
install -D -m 0644 contrib/dvdisaster32.png debian/dvdisaster/usr/share/icons/dvdisaster.png
# Installing pixmaps
install -D -m 0644 debian/pixmaps/dvdisaster.xpm debian/dvdisaster/usr/share/pixmaps/dvdisaster.xpm
# Removing double files
rm -f debian/tmp/usr/bin/dvdisaster-uninstall.sh
rm -f debian/tmp/usr/share/doc/dvdisaster-doc/html/CHANGELOG
rm -f debian/tmp/usr/share/doc/dvdisaster-doc/html/COPYING
binary: binary-arch binary-indep
binary-arch: install
dh_testdir -a
dh_testroot -a
dh_installchangelogs -a CHANGELOG
dh_installdocs -a
dh_installexamples
dh_install -a --sourcedir=debian/tmp
dh_installmenu -a
dh_strip -a
dh_compress -a
dh_fixperms -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
binary-indep: install
dh_testdir -i
dh_testroot -i
dh_installchangelogs -i CHANGELOG
dh_installdocs -i
dh_install -i --sourcedir=debian/tmp
dh_compress -i
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
.PHONY: clean build install binary binary-arch binary-indep

View File

@@ -1 +0,0 @@
3.0 (quilt)

2
debian/watch vendored
View File

@@ -1,2 +0,0 @@
version=3
http://dvdisaster.net/downloads/dvdisaster-(.*)\.tar\.bz2

129
debug.c
View File

@@ -22,7 +22,9 @@
#include "dvdisaster.h"
#include "rs02-includes.h"
#include "rs03-includes.h"
#ifdef HAVE_RS03
#include "rs03-includes.h"
#endif
#include "udf.h"
#include <time.h>
@@ -272,24 +274,21 @@ static void random_error2(EccHeader *eh, char *prefix, char *arg)
/* RS03 ecc images */
#ifdef HAVE_RS03
static void random_error3(EccHeader *eh, char *prefix, char *arg)
{ RS03Layout *lay;
ImageInfo *ii;
LargeFile *eccfile = NULL;
gint64 si;
guint64 hpos;
guint64 end;
guint64 header[42];
int block_sel[255];
int i,percent,last_percent = 0;
int n_errors,erase_max = 0;
double eras_scale, blk_scale;
int hidx,n_errors,erase_max = 0;
double eras_scale, blk_scale, hdr_scale;
SRandom(Closure->randomSeed);
/*** Calculate the layout */
if(eh->methodFlags[0] & MFLAG_ECC_FILE)
lay = CalcRS03Layout(uchar_to_gint64(eh->sectors), eh, ECC_FILE);
else lay = CalcRS03Layout(uchar_to_gint64(eh->sectors), eh, ECC_IMAGE);
lay = CalcRS03Layout(uchar_to_gint64(eh->sectors), eh->eccBytes);
n_errors = atoi(arg);
@@ -303,21 +302,50 @@ static void random_error3(EccHeader *eh, char *prefix, char *arg)
eras_scale = (n_errors+1)/((double)MY_RAND_MAX+1.0);
blk_scale = (double)255.0/((double)MY_RAND_MAX+1.0);
/*** Open the image file */
ii = OpenImageFile(NULL, WRITEABLE_IMAGE);
if(lay->target == ECC_FILE)
{ eccfile = LargeOpen(Closure->eccName, O_RDWR, IMG_PERMS);
if(!eccfile)
Stop(_("Could not open %s: %s"),Closure->eccName, strerror(errno));
PrintLog(_("\nGenerating random correctable erasures (for %d roots, max erasures = %d).\n"), eh->eccBytes, n_errors);
/*** Randomly delete some ecc headers */
header[0] = lay->firstEccHeader;
hidx = 1;
hpos = (lay->lastCrcSector + lay->headerModulo - 1) / lay->headerModulo;
hpos *= lay->headerModulo;
end = lay->eccSectors+lay->dataSectors;
while(hpos < end) /* Calculate positions of all headers */
{
header[hidx++] = hpos;
hpos += lay->headerModulo;
}
if(lay->target == ECC_FILE)
PrintLog(_("\nRS03 error correction file with %d roots.\n"), eh->eccBytes);
else PrintLog(_("\nRS03 augmented image with %d roots.\n"), eh->eccBytes);
PrintLog(_("Generating at most %d random correctable erasures.\n"), n_errors);
/* Pick one header to remain intact.
Currently this must be one of the repeated headers */
hdr_scale = (double)(hidx-1)/((double)MY_RAND_MAX+1.0);
header[(int)(hdr_scale*(double)Random())+1] = 0;
for(i=0; i<hidx; i++)
{ gint64 s = header[i];
if(s>0)
{ unsigned char missing[2048];
if(!LargeSeek(ii->file, (gint64)(2048*s)))
Stop(_("Failed seeking to sector %lld in image: %s"), s, strerror(errno));
CreateMissingSector(missing, s, ii->mediumFP, FINGERPRINT_SECTOR, NULL);
if(LargeWrite(ii->file, missing, 2048) != 2048)
Stop(_("Failed writing to sector %lld in image: %s"), s, strerror(errno));
}
}
/*** Randomly delete the blocks */
@@ -347,35 +375,18 @@ static void random_error3(EccHeader *eh, char *prefix, char *arg)
for(i=0; i<255; i++)
{ if(block_sel[i])
{ LargeFile *file = ii->file;
unsigned char missing[2048];
{ unsigned char missing[2048];
gint64 s;
s = RS03SectorIndex(lay, i, si);
if(s<0) continue; /* non-existing padding sector */
if(s == 16) /* FIXME: not implemented */
continue;
if(s == lay->eccHeaderPos || s == lay->eccHeaderPos+1)
continue; /* FIXME: not implemented */
/* Do not write out the virtual padding sectors
in ecc file case */
if(lay->target == ECC_FILE
&& i<=lay->ndata-1
&& s>=lay->dataSectors)
continue;
if(lay->target == ECC_FILE && i>=lay->ndata-1)
file = eccfile;
if(!LargeSeek(file, (gint64)(2048*s)))
if(!LargeSeek(ii->file, (gint64)(2048*s)))
Stop(_("Failed seeking to sector %lld in image: %s"), s, strerror(errno));
CreateMissingSector(missing, s, ii->mediumFP, FINGERPRINT_SECTOR, NULL);
if(LargeWrite(file, missing, 2048) != 2048)
if(LargeWrite(ii->file, missing, 2048) != 2048)
Stop(_("Failed writing to sector %lld in image: %s"), s, strerror(errno));
}
}
@@ -392,14 +403,13 @@ static void random_error3(EccHeader *eh, char *prefix, char *arg)
"Otherwise you'll accumulate >= %d erasures/ECC block and the image will be lost.\n"),
n_errors);
if(eccfile)
LargeClose(eccfile);
FreeImageInfo(ii);
g_free(lay);
}
#endif
void RandomError(char *prefix, char *arg)
{ Method *method = EccMethod(TRUE);
{ Method *method = EccFileMethod(TRUE);
char buf[5];
if(!strncmp(method->name, "RS01", 4))
@@ -413,11 +423,12 @@ void RandomError(char *prefix, char *arg)
}
/* FIXME: currently only handles augmented images */
#ifdef HAVE_RS03
if(!strncmp(method->name, "RS03", 4))
{ random_error3(method->lastEh, prefix, arg);
return;
}
#endif
strncpy(buf, method->name, 4); buf[4] = 0;
Stop("Don't know how to handle codec %s\n", buf);
@@ -1281,31 +1292,3 @@ void MergeImages(char *arg, int mode)
LargeClose(left);
LargeClose(right);
}
/*
* Print LaTeX'ed table of Galois fields and other matrices
*/
void LaTeXify(gint32 *table , int rows, int columns)
{ int x,y;
printf("\\begin{tabular}{|l||");
for(x=0; x<columns; x++)
printf("c|");
printf("}\n\\hline\n");
printf("&");
for(x=0; x<columns; x++)
printf("%c %02x ", x==0?' ':'&', x);
printf("\\\\\n\\hline\n\\hline\n");
for(y=0; y<rows; y++)
{ printf("%02x &",16*y);
for(x=0; x<columns; x++)
printf("%c %02x ", x==0?' ':'&', *table++);
printf("\\\\\n\\hline\n");
}
printf("\\end{tabular}\n");
}

View File

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Herunterladen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -56,11 +58,8 @@
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1">Herunterladen</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download40.html">Alpha-/Entwicklerversionen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
@@ -100,19 +99,21 @@ beliebigen Stelle aus. Bitte beachten Sie die
rufen Sie das Programm nach dem Herunterladen auf und folgen dem Dialog.</li>
</ul>
<!---
<b>Alpha-/Entwickler-Versionen</b> - neu und experimentell für erfahrene Benutzer!<p>
Sie sind eingeladen, die nächste dvdisaster-Version auszuprobieren,
aber beachten Sie bitte, daß diese Version noch Fehler und
Kompatibilitätsprobleme enthalten kann. Die neueste experimentelle Version
ist <a href="download40.html">0.79 (devel-3)</a>.
<p>
ist <a href="download40">0.72 (pl2)</a>.
--->
<pre> </pre>
<b>Stabile Version</b> - zum Einstieg empfohlen<p>
<a name="download"></a>
<table class="download" cellpadding="0" cellspacing="5">
<tr><td><b>dvdisaster-0.72</b></td><td align="right">07-Nov-2010</td></tr>
<tr><td><b>dvdisaster-0.72</b></td><td align="right">31-Okt-2010</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<table>
@@ -120,23 +121,16 @@ ist <a href="download40.html">0.79 (devel-3)</a>.
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.tar.bz2">dvdisaster-0.72.2.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.tar.bz2.gpg">dvdisaster-0.72.2.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>312bceef3bf9c0754cf633ed3b12eb71</td></tr> <tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.app.zip">dvdisaster-0.72.2.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.html#mac">Hinweis</a> lesen</td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.app.zip.gpg">dvdisaster-0.72.2.app.zip.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>52243c1fafb9d2e496b6eb318c3e534f</td></tr> <tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2-setup.exe">dvdisaster-0.72.2-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2-setup.exe.gpg">dvdisaster-0.72.2-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>f80258d27354061fd9e28850ec4701a6</td></tr> <tr><td colspan="2"> </td></tr>
<tr><td colspan="2"><a href="download_showall=1.html#download">Ältere Veröffentlichungen des 0.72er-Versionszweiges anzeigen</a></td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2"><a href="download_showall=1.html">Ältere Veröffentlichungen des 0.72er-Versionszweiges anzeigen</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
@@ -158,25 +152,14 @@ Grundlegende Neuerungen in dieser Version:<p>
<b>Patches</b> (kleine Änderungen nach Version 0.72; die obigen Dateien wurden erneuert):<p>
<b>0.72 pl2</b>
Diese Version führt einen Workaround ein
<b>0.72 pl2</b> Diese Version führt einen Workaround ein
um zu verhindern daß parallele SCSI-Adapter unter Linux
nicht mehr reagieren.
Die Aufwärtskompatibilität mit Version 0.79.x wurde verbessert.<br>
Die Windows- und Mac OS X-Versionen werden nun mit der aktuellen
Entwicklungsumgebung von dvdisaster 0.79.x erzeugt und mit neueren
Versionen der GTK+-Benutzeroberflächenbibliothek ausgeliefert.
Für diesen Update wurden noch kleinere Änderungen an einigen Skripten
erforderlich so daß sich die Prüfsumme des Quellkode-Pakets geändert hat
(das Paket vom 31.10. hatte die md5-Prüfsumme
86110e212aa1bf336a52ba89d3daa93d und kann selbstverständlich für
Linux, FreeBSD und NetBSD weiter verwendet
werden). (07-11-2010)<p>
nicht mehr reagieren. Die Kompatibilität mit dem
neuen Versionszweig 0.79.x wurde verbessert. (31-Okt-2010)<P>
<b>0.72 pl1</b> Pablo Almeida hat die Bildschirmtexte ins Portugiesische übersetzt.
Es wurde eine Umgehungslösung eingebaut um das Einfrieren von Windows XP bei bestimmten Kombinationen
von CD-RW-Rohlingen und Laufwerken zu verhindern. (08-Aug-2009)<br>
<i>Hinweis: Die Umgehungslösung hat sich als nicht immer wirksam herausgestellt. Eine bessere Lösung ist in <a href="download40.html">Version 0.79.x</a> enthalten; diese läßt sich leider nicht so einfach in die stabile Version zurückportieren.</i> (06-Feb-2010)<p>
Es wurde ein Workaround eingebaut um das Einfrieren von Windows XP bei bestimmten Kombinationen
von CD-RW-Rohlingen und Laufwerken zu verhindern. (08-Aug-2009)<p>
<b>0.72</b> Dies ist die erste stabile Version des 0.72er-Zweiges.
Igor Gorbounov hat die russische online-Dokumentation vervollständigt
@@ -190,13 +173,6 @@ erfolgen. (04-Jul-2009)<p>
<b>0.72-rc1</b> Erster Kandidat für die stabile Version. (11-Apr-2009)
</td></tr></table><p>
Falls kein Herunterladen über die obigen Links möglich ist,
versuchen Sie bitte dvdisaster über
<a href="http://sourceforge.net/projects/dvdisaster/files">SourceForge</a>
zu bekommen.
<pre> </pre>
<b>Vorangegangene Version</b> - eine Aktualisierung auf Version 0.72 wird empfohlen.<p>
<table class="download" cellpadding="0" cellspacing="5">
@@ -205,19 +181,13 @@ zu bekommen.
<tr><td colspan="2">
<table>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6.tar.bz2">dvdisaster-0.70.6.tar.bz2</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6.tar.bz2?download">dvdisaster-0.70.6.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6.tar.bz2.gpg">dvdisaster-0.70.6.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>c6d2215d7dd582475b19593dfa4fbdc2</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6.tar.bz2.gpg?download">dvdisaster-0.70.6.tar.bz2.gpg</a></td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6-setup.exe">dvdisaster-0.70.6-setup.exe</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6-setup.exe?download">dvdisaster-0.70.6-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6-setup.exe.gpg">dvdisaster-0.70.6-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>82f74bebd08ab7ae783ddc5dd0bba731</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6-setup.exe.gpg?download">dvdisaster-0.70.6-setup.exe.gpg</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
@@ -287,16 +257,14 @@ betrachtet werden. Einige interessante Dateien darin sind:
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -309,7 +277,7 @@ betrachtet werden. Einige interessante Dateien darin sind:
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -39,25 +39,21 @@ beliebigen Stelle aus. Bitte beachten Sie die
rufen Sie das Programm nach dem Herunterladen auf und folgen dem Dialog.</li>
</ul>
<?php
if(!strcmp($have_experimental, "yes"))
{ ?>
<!---
<b>Alpha-/Entwickler-Versionen</b> - neu und experimentell für erfahrene Benutzer!<p>
Sie sind eingeladen, die nächste dvdisaster-Version auszuprobieren,
aber beachten Sie bitte, daß diese Version noch Fehler und
Kompatibilitätsprobleme enthalten kann. Die neueste experimentelle Version
ist <a href="download40.php"><?php echo $cooked_version ?></a>.
<p>
--->
<pre> </pre>
<?php
}
?>
<b>Stabile Version</b> - zum Einstieg empfohlen<p>
<a name="download"></a>
<table class="download" cellpadding="0" cellspacing="5">
<tr><td><b>dvdisaster-0.72</b></td><td align="right">07-Nov-2010</td></tr>
<tr><td><b>dvdisaster-0.72</b></td><td align="right">31-Okt-2010</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<table>
@@ -65,93 +61,51 @@ ist <a href="download40.php"><?php echo $cooked_version ?></a>.
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.tar.bz2">dvdisaster-0.72.2.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.tar.bz2.gpg">dvdisaster-0.72.2.tar.bz2.gpg</a></td></tr>
<?php
if($mode == "www");
echo "<tr><td align=\"right\">MD5-Prüfsumme:&nbsp;</td><td>312bceef3bf9c0754cf633ed3b12eb71</td></tr>";
?>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.app.zip">dvdisaster-0.72.2.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.php#mac">Hinweis</a> lesen</td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.app.zip.gpg">dvdisaster-0.72.2.app.zip.gpg</a></td></tr>
<?php
if($mode == "www");
echo "<tr><td align=\"right\">MD5-Prüfsumme:&nbsp;</td><td>52243c1fafb9d2e496b6eb318c3e534f</td></tr>";
?>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2-setup.exe">dvdisaster-0.72.2-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2-setup.exe.gpg">dvdisaster-0.72.2-setup.exe.gpg</a></td></tr>
<?php
if($mode == "www");
echo "<tr><td align=\"right\">MD5-Prüfsumme:&nbsp;</td><td>f80258d27354061fd9e28850ec4701a6</td></tr>";
?>
<tr><td colspan="2"> </td></tr>
<?php
if($show_all == 0) {
?>
<tr><td colspan="2"><a href="download.php?showall=1#download">Ältere Veröffentlichungen des 0.72er-Versionszweiges anzeigen</a></td></tr>
<tr><td colspan="2"><a href="download.php?showall=1">Ältere Veröffentlichungen des 0.72er-Versionszweiges anzeigen</a></td></tr>
<?php
}
else {
?>
<tr><td colspan="2"><a href="download.php?showall=0#download">Ältere Veröffentlichungen des 0.72er-Versionszweiges verbergen</a></td></tr>
<tr><td colspan="2"><a href="download.php?showall=0">Ältere Veröffentlichungen des 0.72er-Versionszweiges verbergen</a></td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td></td><td>Version 0.72.1</td></tr>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1.tar.bz2">dvdisaster-0.72.1.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1.tar.bz2.gpg">dvdisaster-0.72.1.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>4da96566bc003be93d9dfb0109b4aa1d</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1.app.zip">dvdisaster-0.72.1.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.php#mac">Hinweis</a> lesen</td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1.app.zip.gpg">dvdisaster-0.72.1.app.zip.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>924b5677f69473b6b87991e01779a541</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1-setup.exe">dvdisaster-0.72.1-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1-setup.exe.gpg">dvdisaster-0.72.1-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>34d062ddebe1a648e808d29ca4e9879f</td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td></td><td>Version 0.72</td></tr>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.tar.bz2">dvdisaster-0.72.tar.bz2</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.tar.bz2?download">dvdisaster-0.72.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.tar.bz2.gpg">dvdisaster-0.72.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>efa35607d91412a7ff185722f270fb8a</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.tar.bz2.gpg?download">dvdisaster-0.72.tar.bz2.gpg</a></td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.app.zip">dvdisaster-0.72.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.php#mac">Hinweis</a> lesen</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.app.zip?download">dvdisaster-0.72.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.php#mac">Hinweis</a> lesen</td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.app.zip.gpg">dvdisaster-0.72.app.zip.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>1f28385b2b6d64b664fd416eb4c85e80</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.app.zip.gpg?download">dvdisaster-0.72.app.zip.gpg</a></td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72-setup.exe">dvdisaster-0.72-setup.exe</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72-setup.exe?download">dvdisaster-0.72-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72-setup.exe.gpg">dvdisaster-0.72-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>cc8eb2af384917db8d6d983e1d4aac69</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72-setup.exe.gpg?download">dvdisaster-0.72-setup.exe.gpg</a></td></tr>
<?php
}
?>
@@ -176,25 +130,14 @@ Grundlegende Neuerungen in dieser Version:<p>
<b>Patches</b> (kleine Änderungen nach Version 0.72; die obigen Dateien wurden erneuert):<p>
<b>0.72 pl2</b>
Diese Version führt einen Workaround ein
<b>0.72 pl2</b> Diese Version führt einen Workaround ein
um zu verhindern daß parallele SCSI-Adapter unter Linux
nicht mehr reagieren.
Die Aufwärtskompatibilität mit Version 0.79.x wurde verbessert.<br>
Die Windows- und Mac OS X-Versionen werden nun mit der aktuellen
Entwicklungsumgebung von dvdisaster 0.79.x erzeugt und mit neueren
Versionen der GTK+-Benutzeroberflächenbibliothek ausgeliefert.
Für diesen Update wurden noch kleinere Änderungen an einigen Skripten
erforderlich so daß sich die Prüfsumme des Quellkode-Pakets geändert hat
(das Paket vom 31.10. hatte die md5-Prüfsumme
86110e212aa1bf336a52ba89d3daa93d und kann selbstverständlich für
Linux, FreeBSD und NetBSD weiter verwendet
werden). (07-11-2010)<p>
nicht mehr reagieren. Die Kompatibilität mit dem
neuen Versionszweig 0.79.x wurde verbessert. (31-Okt-2010)<P>
<b>0.72 pl1</b> Pablo Almeida hat die Bildschirmtexte ins Portugiesische übersetzt.
Es wurde eine Umgehungslösung eingebaut um das Einfrieren von Windows XP bei bestimmten Kombinationen
von CD-RW-Rohlingen und Laufwerken zu verhindern. (08-Aug-2009)<br>
<i>Hinweis: Die Umgehungslösung hat sich als nicht immer wirksam herausgestellt. Eine bessere Lösung ist in <a href="download40.php">Version 0.79.x</a> enthalten; diese läßt sich leider nicht so einfach in die stabile Version zurückportieren.</i> (06-Feb-2010)<p>
Es wurde ein Workaround eingebaut um das Einfrieren von Windows XP bei bestimmten Kombinationen
von CD-RW-Rohlingen und Laufwerken zu verhindern. (08-Aug-2009)<p>
<b>0.72</b> Dies ist die erste stabile Version des 0.72er-Zweiges.
Igor Gorbounov hat die russische online-Dokumentation vervollständigt
@@ -208,13 +151,6 @@ erfolgen. (04-Jul-2009)<p>
<b>0.72-rc1</b> Erster Kandidat für die stabile Version. (11-Apr-2009)
</td></tr></table><p>
Falls kein Herunterladen über die obigen Links möglich ist,
versuchen Sie bitte dvdisaster über
<a href="http://sourceforge.net/projects/dvdisaster/files">SourceForge</a>
zu bekommen.
<pre> </pre>
<b>Vorangegangene Version</b> - eine Aktualisierung auf Version 0.72 wird empfohlen.<p>
<table class="download" cellpadding="0" cellspacing="5">
@@ -223,19 +159,13 @@ zu bekommen.
<tr><td colspan="2">
<table>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6.tar.bz2">dvdisaster-0.70.6.tar.bz2</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6.tar.bz2?download">dvdisaster-0.70.6.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6.tar.bz2.gpg">dvdisaster-0.70.6.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>c6d2215d7dd582475b19593dfa4fbdc2</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6.tar.bz2.gpg?download">dvdisaster-0.70.6.tar.bz2.gpg</a></td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6-setup.exe">dvdisaster-0.70.6-setup.exe</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6-setup.exe?download">dvdisaster-0.70.6-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6-setup.exe.gpg">dvdisaster-0.70.6-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>82f74bebd08ab7ae783ddc5dd0bba731</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6-setup.exe.gpg?download">dvdisaster-0.70.6-setup.exe.gpg</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Systemvoraussetzungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -56,11 +58,8 @@
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="download.html">Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1">Systemvoraussetzungen</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download40.html">Alpha-/Entwicklerversionen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
@@ -80,84 +79,42 @@
<h3>Systemanforderungen</h3>
<ul>
<li>x86-, PowerPC- oder Sparc-Prozessor;</li>
<li>ein aktuelles CD-/DVD-/BD-Laufwerk mit ATAPI-, SATA- oder SCSI-Schnittstelle;</li>
<li>Prozessoren: x86, PowerPC oder Sparc;<p></li>
<li>Rechenleistung vergleichbar mit oder besser als P4 mit 2Ghz;<p>
<li>ein aktuelles CD-/DVD-/BD-Laufwerk mit ATAPI- oder SCSI-Schnittstelle;<p></li>
<li>ausreichend Festplattenplatz zum Abspeichern eines ISO-Abbildes der bearbeiteten Datenträger.</li>
</ul>
<h3>Unterstützte Betriebssysteme</h3>
<h3>Betriebssysteme</h3>
Die folgende Tabelle enthält Informationen zu den unterstützten
Betriebssystemen. Die angegebenen Versionen wurde zum Entwickeln
und Testen der momentanen dvdisaster-Version verwendet.
Es ist wahrscheinlich, daß etwas ältere oder neuere Betriebssystem-Versionen
ebenfalls verwendet werden können.<p>
<ul>
<li><a name="#freebsd"></a><b>FreeBSD</b> ab Version <b>6.0</b><br>
(für ATAPI-Laufwerke muß das Kernelmodul <i>atapicam</i> geladen werden - siehe INSTALL-Dokument)<p>
</li>
<li><b>GNU/Linux</b> ab Kernel <b>2.6.7</b><p>
</li>
<li><b>Mac OS X</b> ab Version 10.4 (Tiger),<br>
auf x86 und PowerPC-Hardware.<p>
</li>
<li><b>NetBSD</b> ab Version 3.1.<p></li>
Das dvdisaster-Projekt empfiehlt GNU/Linux.<p>
<table border="1">
<tr>
<td>Betriebssystem</td>
<td>Version</td>
<td>32bit-Version</td>
<td>64bit-Version</td>
</tr>
<tr>
<td>GNU/Linux</td>
<td>Debian Lenny (5.0.3)<br>Kernel 2.6.26</td>
<td align="center">ja</td>
<td align="center">ja</td>
</tr>
<tr>
<td>FreeBSD<sup>1)</sup></td>
<td>8.0</td>
<td align="center">ja</td>
<td align="center">ja</td>
</tr>
<tr>
<td>NetBSD</td>
<td>5.02</td>
<td align="center">ja</td>
<td align="center">ja</td>
</tr>
<tr>
<td>Mac OS X</td>
<td>10.5 (Leopard)</td>
<td align="center">ja</td>
<td align="center">nein<sup>2)</sup></td>
</tr>
<tr>
<td>Windows<sup>4)</sup></td>
<td>Windows 2000 SP4<sup>3)</sup></td>
<td align="center">ja</td>
<td align="center">nein<sup>2)</sup></td>
</tr>
</table><p>
<sup>1)</sup>FreeBSD: für ATAPI-Laufwerke muß das Kernelmodul <i>atapicam</i> geladen sein -- siehe das INSTALL-Dokument<br>
<sup>2)</sup>Aufgrund von Problemen mit der Entwicklungsumgebung. Allerdings bietet
die 64bit-Unterstützung momentan auch keine großen Vorteile gegenüber der 32bit-Version.<br>
<sup>3)</sup>Nutzer haben positive Rückmeldungen über den Einsatz mit
späteren Versionen bis einschließlich Windows 7 gegeben.<br>
<sup>4)</sup>Die Unterstützung von Mehrkernprozessoren hängt von der jeweiligen
Windows-"Edition" ab. Bei einigen ergeben zusätzliche Prozessorkerne mit
dvdisaster keine Verbesserung der Gechwindigkeit.
<li><b>Windows 2000</b>, <b>Windows XP</b> oder <b>Windows Vista (R).</b>
</li>
</ul>
<!--- do not change below --->
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -170,7 +127,7 @@ dvdisaster keine Verbesserung der Gechwindigkeit.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -17,68 +17,28 @@ begin_page();
<h3>Systemanforderungen</h3>
<ul>
<li>x86-, PowerPC- oder Sparc-Prozessor;</li>
<li>ein aktuelles CD-/DVD-/BD-Laufwerk mit ATAPI-, SATA- oder SCSI-Schnittstelle;</li>
<li>Prozessoren: x86, PowerPC oder Sparc;<p></li>
<li>Rechenleistung vergleichbar mit oder besser als P4 mit 2Ghz;<p>
<li>ein aktuelles CD-/DVD-/BD-Laufwerk mit ATAPI- oder SCSI-Schnittstelle;<p></li>
<li>ausreichend Festplattenplatz zum Abspeichern eines ISO-Abbildes der bearbeiteten Datenträger.</li>
</ul>
<h3>Unterstützte Betriebssysteme</h3>
<h3>Betriebssysteme</h3>
Die folgende Tabelle enthält Informationen zu den unterstützten
Betriebssystemen. Die angegebenen Versionen wurde zum Entwickeln
und Testen der momentanen dvdisaster-Version verwendet.
Es ist wahrscheinlich, daß etwas ältere oder neuere Betriebssystem-Versionen
ebenfalls verwendet werden können.<p>
<ul>
<li><a name="#freebsd"></a><b>FreeBSD</b> ab Version <b>6.0</b><br>
(für ATAPI-Laufwerke muß das Kernelmodul <i>atapicam</i> geladen werden - siehe INSTALL-Dokument)<p>
</li>
<li><b>GNU/Linux</b> ab Kernel <b>2.6.7</b><p>
</li>
<li><b>Mac OS X</b> ab Version 10.4 (Tiger),<br>
auf x86 und PowerPC-Hardware.<p>
</li>
<li><b>NetBSD</b> ab Version 3.1.<p></li>
Das dvdisaster-Projekt empfiehlt GNU/Linux.<p>
<table border="1">
<tr>
<td>Betriebssystem</td>
<td>Version</td>
<td>32bit-Version</td>
<td>64bit-Version</td>
</tr>
<tr>
<td>GNU/Linux</td>
<td>Debian Lenny (5.0.3)<br>Kernel 2.6.26</td>
<td align="center">ja</td>
<td align="center">ja</td>
</tr>
<tr>
<td>FreeBSD<sup>1)</sup></td>
<td>8.0</td>
<td align="center">ja</td>
<td align="center">ja</td>
</tr>
<tr>
<td>NetBSD</td>
<td>5.02</td>
<td align="center">ja</td>
<td align="center">ja</td>
</tr>
<tr>
<td>Mac OS X</td>
<td>10.5 (Leopard)</td>
<td align="center">ja</td>
<td align="center">nein<sup>2)</sup></td>
</tr>
<tr>
<td>Windows<sup>4)</sup></td>
<td>Windows 2000 SP4<sup>3)</sup></td>
<td align="center">ja</td>
<td align="center">nein<sup>2)</sup></td>
</tr>
</table><p>
<sup>1)</sup>FreeBSD: für ATAPI-Laufwerke muß das Kernelmodul <i>atapicam</i> geladen sein -- siehe das INSTALL-Dokument<br>
<sup>2)</sup>Aufgrund von Problemen mit der Entwicklungsumgebung. Allerdings bietet
die 64bit-Unterstützung momentan auch keine großen Vorteile gegenüber der 32bit-Version.<br>
<sup>3)</sup>Nutzer haben positive Rückmeldungen über den Einsatz mit
späteren Versionen bis einschließlich Windows 7 gegeben.<br>
<sup>4)</sup>Die Unterstützung von Mehrkernprozessoren hängt von der jeweiligen
Windows-"Edition" ab. Bei einigen ergeben zusätzliche Prozessorkerne mit
dvdisaster keine Verbesserung der Gechwindigkeit.
<li><b>Windows 2000</b>, <b>Windows XP</b> oder <b>Windows Vista (R).</b>
</li>
</ul>
<!--- do not change below --->

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Digitale Unterschrift</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -56,11 +58,8 @@
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="download.html">Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1">Digitale Unterschrift</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download40.html">Alpha-/Entwicklerversionen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
@@ -100,30 +99,19 @@ den Entwicklern erhalten, indem Sie eine E-Mail
an <img src="../images/email.png" align="top"> schreiben. Bitte verwenden Sie
den Betreff "GPG finger print".
<h3>MD5-Prüfsummen</h3>
MD5-Prüfsummen sind im Gegensatz zu der digitalen Unterschrift
kryptographisch schwach: Es ist möglich, ein
manipuliertes Softwarepaket zu erzeugen, das die gleiche Prüfsumme
wie das Original hat. Die Prüfsummen reichen jedoch aus, um schnell
zu testen ob das Softwarepaket vollständig und korrekt heruntergeladen
worden ist.
<!--- do not change below --->
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -136,7 +124,7 @@ worden ist.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -37,15 +37,6 @@ den Entwicklern erhalten, indem Sie eine E-Mail
an <img src="../images/email.png" align="top"> schreiben. Bitte verwenden Sie
den Betreff "GPG finger print".
<h3>MD5-Prüfsummen</h3>
MD5-Prüfsummen sind im Gegensatz zu der digitalen Unterschrift
kryptographisch schwach: Es ist möglich, ein
manipuliertes Softwarepaket zu erzeugen, das die gleiche Prüfsumme
wie das Original hat. Die Prüfsummen reichen jedoch aus, um schnell
zu testen ob das Softwarepaket vollständig und korrekt heruntergeladen
worden ist.
<!--- do not change below --->
<?php

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Installation</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -56,11 +58,8 @@
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="download.html">Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1">Installation</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download40.html">Alpha-/Entwicklerversionen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
@@ -119,7 +118,7 @@ Für die Windows-Version gilt übrigens sinngemäß das Gleiche ;-)
<h3>Installieren der Binärversion für Windows</h3>
Zum Installieren der Windows-Version führen Sie bitte das
Installations-Programm (z.B. dvdisaster-0.79.3-setup.exe)
Installations-Programm (z.B. dvdisaster-0.72.2-setup.exe)
aus. Es enthält einen Dialog zum Einrichten von dvdisaster.<p>
<b>Warnung:</b> Sie können dvdisaster nicht installieren, indem Sie
@@ -135,16 +134,14 @@ zusammenhängen.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -157,7 +154,7 @@ zusammenhängen.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,249 +0,0 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Alpha-/Entwicklerversionen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
<!--- Title header --->
<table width="100%" cellpadding="0" border="0">
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
<a href="../en/download40.html"></a>
<a href="../ru/download40.html"></a>
</td>
</tr>
</table>
<!--- Language chooser or separator --->
<table width="100%" cellpadding="0" border="0">
<tr bgcolor="#000000">
<td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr><td colspan="2" width="100%" height="10">
<img width=1 height=1 alt="">
</td></tr>
</table>
<!--- Main body (Navigation, actual page content, optional news column) --->
<table width="100%" cellspacing=0>
<tr>
<!--- Navigation --->
<td bgcolor="#f0f0f0" valign="top" width="20%">
<table width="100%" cellpadding="10">
<tr>
<td>
<font size="-1"><b>Inhalt</b></font>
<table width="100%" cellpadding="0" cellspacing="0">
<tr bgcolor="#000000">
<td width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="howtos.html">Typische Anwendungen</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="download.html">Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1">Alpha-/Entwicklerversionen</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="feedback.html">Fehler berichten</a></font></td></tr>
</table>
</td>
</tr>
</table>
</td>
<td></td>
<!--- Actual page contents --->
<td valign="top" width="77%" rowspan="2">
<!--- Insert actual page content below --->
<h3>Alpha-/Entwicklerversionen</h3>
<b>Helfen Sie beim Testen!</b> Hier finden Sie experimentelle
dvdisaster-Versionen, die auf dem Weg zur nächsten "stabilen" Version
entstehen.<p>
<b>Ein Wort der Vorsicht:</b> Diese Version befindet sich noch im
Entwicklungsvorgang und einige Teile sind noch nicht fertig. Sie kann
Programmfehler enthalten und nicht offensichtliche Fehlfunktionen haben,
auch in Teilen die in älteren Versionen bereits funktionierten.
Bearbeiten Sie mit dieser Version keine wichtigen Daten und
verwenden Sie die erzeugten Abbilder und Fehlerkorrektur-Daten
nicht für Archivierungszwecke; dafür
ist die <a href="download.html">stabile Version 0.72</a> gedacht.
<hr>
<h3>Geplante Änderungen in der neuen Version</h3>
Allgemein:
<ul>
<li> Einbauen mehrerer kleinerer Erweiterungen, die während des langen
0.72er-Entwicklungszyklus liegengeblieben sind. <i>[noch nicht angefangen]</i></li>
<li> Entfernung nicht mehr benötigter Funktionen. <i>[fertig]</i></li>
<li> Aufräumen der Kodebasis und Vorbereitung für Multithreading und
Mehrkernprozessoren. <i>[in Bearbeitung]</i></li>
<li> Entwicklung des Multithreading-fähigen RS03-Kodierers <i>[in Bearbeitung]</i></li>
<li> Dokumentation von RS03. <i>[noch nicht angefangen]</i></li>
</ul>
Windows:
<ul>
<li> Aktualisierung des GTK+-Toolkits und der übrigen Entwicklungsumgebung. <i>[fertig]</i></li>
<li> Erhöhen der Systemvoraussetzungen auf Windows 2000 oder neuer (ältere
Windows-Versionen werden von der Entwicklungsumgebung nicht mehr unterstützt).
Damit wird auch die Unterstützung von ASPI-Treibern und das Aufteilen von
Dateien in 2G-Segmente überflüssig. <i>[fertig]</i></li>
</ul>
MacOS:
<ul>
<li> Aktualisierung des GTK+-Toolkits und weitere Workarounds für die
Benutzeroberfläche. <i>[in Bearbeitung]</i></li>
</ul>
<hr>
<h3>Herunterladen</h3>
<a name="download"></a>
Die Alpha-Versionen verwenden das gleiche Paketformat wie die normalen
Versionen.<p>
<table class="download" cellpadding="0" cellspacing="5">
<tr><td><b>dvdisaster-0.79</b></td><td align="right">21-Nov-2010</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<table>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.tar.bz2">dvdisaster-0.79.3.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.tar.bz2.gpg">dvdisaster-0.79.3.tar.bz2.gpg</a></td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.app.zip">dvdisaster-0.79.3.app.zip</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.app.zip.gpg">dvdisaster-0.79.3.app.zip.gpg</a></td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3-setup.exe">dvdisaster-0.79.3-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3-setup.exe.gpg">dvdisaster-0.79.3-setup.exe.gpg</a></td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2"><a href="download40_showall=1.html#download">Ältere Veröffentlichungen des 0.79er-Versionszweiges anzeigen</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<b>Alle Plattformen:</b> Diese Versionen enthalten umfangreiche Änderungen an
den inneren Strukturen im Vergleich zu Version 0.72.x. Bitte verwenden Sie sie
mit Vorsicht.<p>
<b>0.79.3</b> (21-Nov-2010)<br>
<ul>
<li>Unter Linux wird ab dieser Version als Voreinstellung
der SG_IO-Treiber zum Zugriff auf die optischen Laufwerke verwendet; der
bisher benutzte CDROM_SEND_PACKET-Treiber kann optional ausgewählt werden.
In den vorherigen dvdisaster-Versionen war es genau anders herum; in
den gegenwärtigen Linux-Kerneln hat der SG_IO-Treiber aber die
bessere Kompatibilität.</li>
<li>Michael Klein hat eine Altivec-Optimierung für den RS03-Kodierer
beigesteuert.</li>
</ul>
<b>0.79.2</b> (28-Feb-2010)<br>
<ul>
<li>Für Mac OS X ist wieder ein Binärpaket verfügbar. Die Entwicklungsumgebung
wurde auf einen aktuellen Stand gebracht; dies hat einige Probleme mit der
graphischen Darstellung behoben.
</li>
<li>
Die Entwicklung von RS03 schreitet weiter voran,
ist aber noch längst nicht abgeschlossen.
</li>
</ul>
<b>0.79.1</b> (07-Feb-2010)<br>
<ul>
<li>Die SCSI-Schicht enthält eine Umgehungslösung für fehlerhafte Chipsätze,
die in neueren Laufwerken verbaut sein können. Das Ausführen einer Lese- oder
"Prüfen"-Operation kann bei diesen Laufwerken dazu führen daß das System
einfriert. Das Problem ist besonders ausgeprägt bei Windows XP, kann aber
auch bei anderen Betriebssystemen auftreten. Bitte testen Sie ob die
betroffenen Laufwerke nun korrekt arbeiten, und ob keine Fehlfunktionen
bei Laufwerken auftreten, deren Verhalten vorher in Ordnung war.</li>
<li>Eine Referenz-Implementierung
des RS03-Kodierers ist enthalten.
Diese Version dient hauptsächlich dazu, daß interessierte Personen den
Kodierer mit seiner <a href="download50.html">Spezifikation</a> vergleichen
können. Seien Sie vorsichtig und verwenden Sie ihn nicht für produktives
Arbeiten. Die endgültige Version wird mit dvdisaster 0.80 veröffentlicht.</li>
</ul>
<b>Windows:</b> Die gesamte Entwicklungsumgebung einschließlich der mitgelieferten
Programmbibliotheken wurde erneuert. Bitte probieren Sie aus ob die
graphische Benutzeroberfläche und die Übersetzungen der Bildschirmtexte
wie erwartet angezeigt werden.
</td></tr></table><p>
<!--- do not change below --->
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
<!--- Page footer --->
<table width="100%" cellpadding="0" border="0">
<tr><td colspan="2" width="100%" height="10"><img width=1 height=1 alt=""></td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>
</td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table>
</body>
</html>

View File

@@ -9,9 +9,7 @@
# navigation and news if appropriate.
require("../include/dvdisaster.php");
require("../include/download.php");
begin_page();
$show_all=$_GET["showall"];
?>
<!--- Insert actual page content below --->
@@ -22,130 +20,20 @@ $show_all=$_GET["showall"];
dvdisaster-Versionen, die auf dem Weg zur nächsten "stabilen" Version
entstehen.<p>
<b>Ein Wort der Vorsicht:</b> Diese Version befindet sich noch im
Entwicklungsvorgang und einige Teile sind noch nicht fertig. Sie kann
Programmfehler enthalten und nicht offensichtliche Fehlfunktionen haben,
auch in Teilen die in älteren Versionen bereits funktionierten.
Bearbeiten Sie mit dieser Version keine wichtigen Daten und
verwenden Sie die erzeugten Abbilder und Fehlerkorrektur-Daten
nicht für Archivierungszwecke; dafür
ist die <a href="download.php">stabile Version 0.72</a> gedacht.
<b>Ein Wort der Vorsicht:</b> Alpha-Versionen sind nicht so intensiv getestet
wie die stabilen Versionen. Sie können mehr Fehler enthalten und
sollten nicht zum Bearbeiten von wichtigen Daten
verwendet werden.<p>
<hr>
<h3>Geplante Änderungen in der neuen Version</h3>
Allgemein:
<ul>
<li> Einbauen mehrerer kleinerer Erweiterungen, die während des langen
0.72er-Entwicklungszyklus liegengeblieben sind. <i>[noch nicht angefangen]</i></li>
<li> Entfernung nicht mehr benötigter Funktionen. <i>[fertig]</i></li>
<li> Aufräumen der Kodebasis und Vorbereitung für Multithreading und
Mehrkernprozessoren. <i>[in Bearbeitung]</i></li>
<li> Entwicklung des Multithreading-fähigen RS03-Kodierers <i>[in Bearbeitung]</i></li>
<li> Dokumentation von RS03. <i>[noch nicht angefangen]</i></li>
</ul>
Windows:
<ul>
<li> Aktualisierung des GTK+-Toolkits und der übrigen Entwicklungsumgebung. <i>[fertig]</i></li>
<li> Erhöhen der Systemvoraussetzungen auf Windows 2000 oder neuer (ältere
Windows-Versionen werden von der Entwicklungsumgebung nicht mehr unterstützt).
Damit wird auch die Unterstützung von ASPI-Treibern und das Aufteilen von
Dateien in 2G-Segmente überflüssig. <i>[fertig]</i></li>
</ul>
MacOS:
<ul>
<li> Aktualisierung des GTK+-Toolkits und weitere Workarounds für die
Benutzeroberfläche. <i>[in Bearbeitung]</i></li>
</ul>
Verwenden Sie im Zweifelsfall die <a href="download.php">stabile Version 0.72</a>
und warten Sie auf die Veröffentlichung von Version 0.80.
<hr>
<h3>Herunterladen</h3>
<a name="download"></a>
Die Alpha-Versionen verwenden das gleiche Paketformat wie die normalen
Versionen.<p>
<table class="download" cellpadding="0" cellspacing="5">
<tr><td><b>dvdisaster-0.79</b></td><td align="right">21-Nov-2010</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<table>
<?php
download_version("0.79.3", 0, "hidden", "hidden", "hidden");
if($show_all == 0)
{ echo " <tr><td colspan=\"2\"><a href=\"download40.php?showall=1#download\">Ältere Veröffentlichungen des 0.79er-Versionszweiges anzeigen</a></td></tr>\n";
}
else
{ echo " <tr><td colspan=\"2\"><a href=\"download40.php?showall=0#download\">Ältere Veröffentlichungen des 0.79er-Versionszweiges verbergen</a></td></tr>\n";
echo " <tr><td colspan=\"2\"> </td></tr>\n";
download_version("0.79.2", 1, "378ed135c2faf0eaf643125d1f7726c6", "f673e41b5ddc31a6ecb48a5f053de885", "0b4c0b46e827c7f796416473511ab036");
download_version("0.79.1", 1, "ba6d0178dc03119080e07ef0a2967c38", "none", "b4c62833a2447097950b563e4a7b2065");
}
?>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<b>Alle Plattformen:</b> Diese Versionen enthalten umfangreiche Änderungen an
den inneren Strukturen im Vergleich zu Version 0.72.x. Bitte verwenden Sie sie
mit Vorsicht.<p>
<b>0.79.3</b> (21-Nov-2010)<br>
<ul>
<li>Unter Linux wird ab dieser Version als Voreinstellung
der SG_IO-Treiber zum Zugriff auf die optischen Laufwerke verwendet; der
bisher benutzte CDROM_SEND_PACKET-Treiber kann optional ausgewählt werden.
In den vorherigen dvdisaster-Versionen war es genau anders herum; in
den gegenwärtigen Linux-Kerneln hat der SG_IO-Treiber aber die
bessere Kompatibilität.</li>
<li>Michael Klein hat eine Altivec-Optimierung für den RS03-Kodierer
beigesteuert.</li>
</ul>
<b>0.79.2</b> (28-Feb-2010)<br>
<ul>
<li>Für Mac OS X ist wieder ein Binärpaket verfügbar. Die Entwicklungsumgebung
wurde auf einen aktuellen Stand gebracht; dies hat einige Probleme mit der
graphischen Darstellung behoben.
</li>
<li>
Die Entwicklung von RS03 schreitet weiter voran,
ist aber noch längst nicht abgeschlossen.
</li>
</ul>
<b>0.79.1</b> (07-Feb-2010)<br>
<ul>
<li>Die SCSI-Schicht enthält eine Umgehungslösung für fehlerhafte Chipsätze,
die in neueren Laufwerken verbaut sein können. Das Ausführen einer Lese- oder
"Prüfen"-Operation kann bei diesen Laufwerken dazu führen daß das System
einfriert. Das Problem ist besonders ausgeprägt bei Windows XP, kann aber
auch bei anderen Betriebssystemen auftreten. Bitte testen Sie ob die
betroffenen Laufwerke nun korrekt arbeiten, und ob keine Fehlfunktionen
bei Laufwerken auftreten, deren Verhalten vorher in Ordnung war.</li>
<li>Eine Referenz-Implementierung
des RS03-Kodierers ist enthalten.
Diese Version dient hauptsächlich dazu, daß interessierte Personen den
Kodierer mit seiner <a href="download50.php">Spezifikation</a> vergleichen
können. Seien Sie vorsichtig und verwenden Sie ihn nicht für produktives
Arbeiten. Die endgültige Version wird mit dvdisaster 0.80 veröffentlicht.</li>
</ul>
<b>Windows:</b> Die gesamte Entwicklungsumgebung einschließlich der mitgelieferten
Programmbibliotheken wurde erneuert. Bitte probieren Sie aus ob die
graphische Benutzeroberfläche und die Übersetzungen der Bildschirmtexte
wie erwartet angezeigt werden.
</td></tr></table><p>
Einen aktuellen Überblick über verfügbare Alpha-Versionen finden
Sie in der <a href="http://dvdisaster.net/de/download40.php">Online-Version dieser Seiten</a>.
<!--- do not change below --->

View File

@@ -1,249 +0,0 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Alpha-/Entwicklerversionen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
<!--- Title header --->
<table width="100%" cellpadding="0" border="0">
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
<a href="../en/download40.html"></a>
<a href="../ru/download40.html"></a>
</td>
</tr>
</table>
<!--- Language chooser or separator --->
<table width="100%" cellpadding="0" border="0">
<tr bgcolor="#000000">
<td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr><td colspan="2" width="100%" height="10">
<img width=1 height=1 alt="">
</td></tr>
</table>
<!--- Main body (Navigation, actual page content, optional news column) --->
<table width="100%" cellspacing=0>
<tr>
<!--- Navigation --->
<td bgcolor="#f0f0f0" valign="top" width="20%">
<table width="100%" cellpadding="10">
<tr>
<td>
<font size="-1"><b>Inhalt</b></font>
<table width="100%" cellpadding="0" cellspacing="0">
<tr bgcolor="#000000">
<td width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="howtos.html">Typische Anwendungen</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="download.html">Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1">Alpha-/Entwicklerversionen</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="feedback.html">Fehler berichten</a></font></td></tr>
</table>
</td>
</tr>
</table>
</td>
<td></td>
<!--- Actual page contents --->
<td valign="top" width="77%" rowspan="2">
<!--- Insert actual page content below --->
<h3>Alpha-/Entwicklerversionen</h3>
<b>Helfen Sie beim Testen!</b> Hier finden Sie experimentelle
dvdisaster-Versionen, die auf dem Weg zur nächsten "stabilen" Version
entstehen.<p>
<b>Ein Wort der Vorsicht:</b> Diese Version befindet sich noch im
Entwicklungsvorgang und einige Teile sind noch nicht fertig. Sie kann
Programmfehler enthalten und nicht offensichtliche Fehlfunktionen haben,
auch in Teilen die in älteren Versionen bereits funktionierten.
Bearbeiten Sie mit dieser Version keine wichtigen Daten und
verwenden Sie die erzeugten Abbilder und Fehlerkorrektur-Daten
nicht für Archivierungszwecke; dafür
ist die <a href="download.html">stabile Version 0.72</a> gedacht.
<hr>
<h3>Geplante Änderungen in der neuen Version</h3>
Allgemein:
<ul>
<li> Einbauen mehrerer kleinerer Erweiterungen, die während des langen
0.72er-Entwicklungszyklus liegengeblieben sind. <i>[noch nicht angefangen]</i></li>
<li> Entfernung nicht mehr benötigter Funktionen. <i>[fertig]</i></li>
<li> Aufräumen der Kodebasis und Vorbereitung für Multithreading und
Mehrkernprozessoren. <i>[in Bearbeitung]</i></li>
<li> Entwicklung des Multithreading-fähigen RS03-Kodierers <i>[in Bearbeitung]</i></li>
<li> Dokumentation von RS03. <i>[noch nicht angefangen]</i></li>
</ul>
Windows:
<ul>
<li> Aktualisierung des GTK+-Toolkits und der übrigen Entwicklungsumgebung. <i>[fertig]</i></li>
<li> Erhöhen der Systemvoraussetzungen auf Windows 2000 oder neuer (ältere
Windows-Versionen werden von der Entwicklungsumgebung nicht mehr unterstützt).
Damit wird auch die Unterstützung von ASPI-Treibern und das Aufteilen von
Dateien in 2G-Segmente überflüssig. <i>[fertig]</i></li>
</ul>
MacOS:
<ul>
<li> Aktualisierung des GTK+-Toolkits und weitere Workarounds für die
Benutzeroberfläche. <i>[in Bearbeitung]</i></li>
</ul>
<hr>
<h3>Herunterladen</h3>
<a name="download"></a>
Die Alpha-Versionen verwenden das gleiche Paketformat wie die normalen
Versionen.<p>
<table class="download" cellpadding="0" cellspacing="5">
<tr><td><b>dvdisaster-0.79</b></td><td align="right">21-Nov-2010</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<table>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.tar.bz2">dvdisaster-0.79.3.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.tar.bz2.gpg">dvdisaster-0.79.3.tar.bz2.gpg</a></td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.app.zip">dvdisaster-0.79.3.app.zip</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.app.zip.gpg">dvdisaster-0.79.3.app.zip.gpg</a></td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3-setup.exe">dvdisaster-0.79.3-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3-setup.exe.gpg">dvdisaster-0.79.3-setup.exe.gpg</a></td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2"><a href="download40_showall=1.html#download">Ältere Veröffentlichungen des 0.79er-Versionszweiges anzeigen</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<b>Alle Plattformen:</b> Diese Versionen enthalten umfangreiche Änderungen an
den inneren Strukturen im Vergleich zu Version 0.72.x. Bitte verwenden Sie sie
mit Vorsicht.<p>
<b>0.79.3</b> (21-Nov-2010)<br>
<ul>
<li>Unter Linux wird ab dieser Version als Voreinstellung
der SG_IO-Treiber zum Zugriff auf die optischen Laufwerke verwendet; der
bisher benutzte CDROM_SEND_PACKET-Treiber kann optional ausgewählt werden.
In den vorherigen dvdisaster-Versionen war es genau anders herum; in
den gegenwärtigen Linux-Kerneln hat der SG_IO-Treiber aber die
bessere Kompatibilität.</li>
<li>Michael Klein hat eine Altivec-Optimierung für den RS03-Kodierer
beigesteuert.</li>
</ul>
<b>0.79.2</b> (28-Feb-2010)<br>
<ul>
<li>Für Mac OS X ist wieder ein Binärpaket verfügbar. Die Entwicklungsumgebung
wurde auf einen aktuellen Stand gebracht; dies hat einige Probleme mit der
graphischen Darstellung behoben.
</li>
<li>
Die Entwicklung von RS03 schreitet weiter voran,
ist aber noch längst nicht abgeschlossen.
</li>
</ul>
<b>0.79.1</b> (07-Feb-2010)<br>
<ul>
<li>Die SCSI-Schicht enthält eine Umgehungslösung für fehlerhafte Chipsätze,
die in neueren Laufwerken verbaut sein können. Das Ausführen einer Lese- oder
"Prüfen"-Operation kann bei diesen Laufwerken dazu führen daß das System
einfriert. Das Problem ist besonders ausgeprägt bei Windows XP, kann aber
auch bei anderen Betriebssystemen auftreten. Bitte testen Sie ob die
betroffenen Laufwerke nun korrekt arbeiten, und ob keine Fehlfunktionen
bei Laufwerken auftreten, deren Verhalten vorher in Ordnung war.</li>
<li>Eine Referenz-Implementierung
des RS03-Kodierers ist enthalten.
Diese Version dient hauptsächlich dazu, daß interessierte Personen den
Kodierer mit seiner <a href="download50.html">Spezifikation</a> vergleichen
können. Seien Sie vorsichtig und verwenden Sie ihn nicht für produktives
Arbeiten. Die endgültige Version wird mit dvdisaster 0.80 veröffentlicht.</li>
</ul>
<b>Windows:</b> Die gesamte Entwicklungsumgebung einschließlich der mitgelieferten
Programmbibliotheken wurde erneuert. Bitte probieren Sie aus ob die
graphische Benutzeroberfläche und die Übersetzungen der Bildschirmtexte
wie erwartet angezeigt werden.
</td></tr></table><p>
<!--- do not change below --->
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
<!--- Page footer --->
<table width="100%" cellpadding="0" border="0">
<tr><td colspan="2" width="100%" height="10"><img width=1 height=1 alt=""></td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>
</td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table>
</body>
</html>

View File

@@ -1,282 +0,0 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Alpha-/Entwicklerversionen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
<!--- Title header --->
<table width="100%" cellpadding="0" border="0">
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
<a href="../en/download40.html"></a>
<a href="../ru/download40.html"></a>
</td>
</tr>
</table>
<!--- Language chooser or separator --->
<table width="100%" cellpadding="0" border="0">
<tr bgcolor="#000000">
<td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr><td colspan="2" width="100%" height="10">
<img width=1 height=1 alt="">
</td></tr>
</table>
<!--- Main body (Navigation, actual page content, optional news column) --->
<table width="100%" cellspacing=0>
<tr>
<!--- Navigation --->
<td bgcolor="#f0f0f0" valign="top" width="20%">
<table width="100%" cellpadding="10">
<tr>
<td>
<font size="-1"><b>Inhalt</b></font>
<table width="100%" cellpadding="0" cellspacing="0">
<tr bgcolor="#000000">
<td width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="howtos.html">Typische Anwendungen</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="download.html">Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1">Alpha-/Entwicklerversionen</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="feedback.html">Fehler berichten</a></font></td></tr>
</table>
</td>
</tr>
</table>
</td>
<td></td>
<!--- Actual page contents --->
<td valign="top" width="77%" rowspan="2">
<!--- Insert actual page content below --->
<h3>Alpha-/Entwicklerversionen</h3>
<b>Helfen Sie beim Testen!</b> Hier finden Sie experimentelle
dvdisaster-Versionen, die auf dem Weg zur nächsten "stabilen" Version
entstehen.<p>
<b>Ein Wort der Vorsicht:</b> Diese Version befindet sich noch im
Entwicklungsvorgang und einige Teile sind noch nicht fertig. Sie kann
Programmfehler enthalten und nicht offensichtliche Fehlfunktionen haben,
auch in Teilen die in älteren Versionen bereits funktionierten.
Bearbeiten Sie mit dieser Version keine wichtigen Daten und
verwenden Sie die erzeugten Abbilder und Fehlerkorrektur-Daten
nicht für Archivierungszwecke; dafür
ist die <a href="download.html">stabile Version 0.72</a> gedacht.
<hr>
<h3>Geplante Änderungen in der neuen Version</h3>
Allgemein:
<ul>
<li> Einbauen mehrerer kleinerer Erweiterungen, die während des langen
0.72er-Entwicklungszyklus liegengeblieben sind. <i>[noch nicht angefangen]</i></li>
<li> Entfernung nicht mehr benötigter Funktionen. <i>[fertig]</i></li>
<li> Aufräumen der Kodebasis und Vorbereitung für Multithreading und
Mehrkernprozessoren. <i>[in Bearbeitung]</i></li>
<li> Entwicklung des Multithreading-fähigen RS03-Kodierers <i>[in Bearbeitung]</i></li>
<li> Dokumentation von RS03. <i>[noch nicht angefangen]</i></li>
</ul>
Windows:
<ul>
<li> Aktualisierung des GTK+-Toolkits und der übrigen Entwicklungsumgebung. <i>[fertig]</i></li>
<li> Erhöhen der Systemvoraussetzungen auf Windows 2000 oder neuer (ältere
Windows-Versionen werden von der Entwicklungsumgebung nicht mehr unterstützt).
Damit wird auch die Unterstützung von ASPI-Treibern und das Aufteilen von
Dateien in 2G-Segmente überflüssig. <i>[fertig]</i></li>
</ul>
MacOS:
<ul>
<li> Aktualisierung des GTK+-Toolkits und weitere Workarounds für die
Benutzeroberfläche. <i>[in Bearbeitung]</i></li>
</ul>
<hr>
<h3>Herunterladen</h3>
<a name="download"></a>
Die Alpha-Versionen verwenden das gleiche Paketformat wie die normalen
Versionen.<p>
<table class="download" cellpadding="0" cellspacing="5">
<tr><td><b>dvdisaster-0.79</b></td><td align="right">21-Nov-2010</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<table>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.tar.bz2">dvdisaster-0.79.3.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.tar.bz2.gpg">dvdisaster-0.79.3.tar.bz2.gpg</a></td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.app.zip">dvdisaster-0.79.3.app.zip</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3.app.zip.gpg">dvdisaster-0.79.3.app.zip.gpg</a></td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3-setup.exe">dvdisaster-0.79.3-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.3-setup.exe.gpg">dvdisaster-0.79.3-setup.exe.gpg</a></td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2"><a href="download40_showall=0.html#download">Ältere Veröffentlichungen des 0.79er-Versionszweiges verbergen</a></td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td></td><td>Version 0.79.2</td></tr>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.2.tar.bz2">dvdisaster-0.79.2.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.2.tar.bz2.gpg">dvdisaster-0.79.2.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>378ed135c2faf0eaf643125d1f7726c6</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.2.app.zip">dvdisaster-0.79.2.app.zip</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.2.app.zip.gpg">dvdisaster-0.79.2.app.zip.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>f673e41b5ddc31a6ecb48a5f053de885</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.2-setup.exe">dvdisaster-0.79.2-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.2-setup.exe.gpg">dvdisaster-0.79.2-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>0b4c0b46e827c7f796416473511ab036</td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td></td><td>Version 0.79.1</td></tr>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.1.tar.bz2">dvdisaster-0.79.1.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.1.tar.bz2.gpg">dvdisaster-0.79.1.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>ba6d0178dc03119080e07ef0a2967c38</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.1-setup.exe">dvdisaster-0.79.1-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.1-setup.exe.gpg">dvdisaster-0.79.1-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>b4c62833a2447097950b563e4a7b2065</td></tr>
<tr><td colspan="2"> </td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<b>Alle Plattformen:</b> Diese Versionen enthalten umfangreiche Änderungen an
den inneren Strukturen im Vergleich zu Version 0.72.x. Bitte verwenden Sie sie
mit Vorsicht.<p>
<b>0.79.3</b> (21-Nov-2010)<br>
<ul>
<li>Unter Linux wird ab dieser Version als Voreinstellung
der SG_IO-Treiber zum Zugriff auf die optischen Laufwerke verwendet; der
bisher benutzte CDROM_SEND_PACKET-Treiber kann optional ausgewählt werden.
In den vorherigen dvdisaster-Versionen war es genau anders herum; in
den gegenwärtigen Linux-Kerneln hat der SG_IO-Treiber aber die
bessere Kompatibilität.</li>
<li>Michael Klein hat eine Altivec-Optimierung für den RS03-Kodierer
beigesteuert.</li>
</ul>
<b>0.79.2</b> (28-Feb-2010)<br>
<ul>
<li>Für Mac OS X ist wieder ein Binärpaket verfügbar. Die Entwicklungsumgebung
wurde auf einen aktuellen Stand gebracht; dies hat einige Probleme mit der
graphischen Darstellung behoben.
</li>
<li>
Die Entwicklung von RS03 schreitet weiter voran,
ist aber noch längst nicht abgeschlossen.
</li>
</ul>
<b>0.79.1</b> (07-Feb-2010)<br>
<ul>
<li>Die SCSI-Schicht enthält eine Umgehungslösung für fehlerhafte Chipsätze,
die in neueren Laufwerken verbaut sein können. Das Ausführen einer Lese- oder
"Prüfen"-Operation kann bei diesen Laufwerken dazu führen daß das System
einfriert. Das Problem ist besonders ausgeprägt bei Windows XP, kann aber
auch bei anderen Betriebssystemen auftreten. Bitte testen Sie ob die
betroffenen Laufwerke nun korrekt arbeiten, und ob keine Fehlfunktionen
bei Laufwerken auftreten, deren Verhalten vorher in Ordnung war.</li>
<li>Eine Referenz-Implementierung
des RS03-Kodierers ist enthalten.
Diese Version dient hauptsächlich dazu, daß interessierte Personen den
Kodierer mit seiner <a href="download50.html">Spezifikation</a> vergleichen
können. Seien Sie vorsichtig und verwenden Sie ihn nicht für produktives
Arbeiten. Die endgültige Version wird mit dvdisaster 0.80 veröffentlicht.</li>
</ul>
<b>Windows:</b> Die gesamte Entwicklungsumgebung einschließlich der mitgelieferten
Programmbibliotheken wurde erneuert. Bitte probieren Sie aus ob die
graphische Benutzeroberfläche und die Übersetzungen der Bildschirmtexte
wie erwartet angezeigt werden.
</td></tr></table><p>
<!--- do not change below --->
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
<!--- Page footer --->
<table width="100%" cellpadding="0" border="0">
<tr><td colspan="2" width="100%" height="10"><img width=1 height=1 alt=""></td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>
</td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table>
</body>
</html>

View File

@@ -1,140 +0,0 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Zusätzliche Papiere</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
<!--- Title header --->
<table width="100%" cellpadding="0" border="0">
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
<a href="../en/download50.html"></a>
<a href="../ru/download50.html"></a>
</td>
</tr>
</table>
<!--- Language chooser or separator --->
<table width="100%" cellpadding="0" border="0">
<tr bgcolor="#000000">
<td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr><td colspan="2" width="100%" height="10">
<img width=1 height=1 alt="">
</td></tr>
</table>
<!--- Main body (Navigation, actual page content, optional news column) --->
<table width="100%" cellspacing=0>
<tr>
<!--- Navigation --->
<td bgcolor="#f0f0f0" valign="top" width="20%">
<table width="100%" cellpadding="10">
<tr>
<td>
<font size="-1"><b>Inhalt</b></font>
<table width="100%" cellpadding="0" cellspacing="0">
<tr bgcolor="#000000">
<td width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="howtos.html">Typische Anwendungen</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="download.html">Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download40.html">Alpha-/Entwicklerversionen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1">Zusätzliche Papiere</font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="feedback.html">Fehler berichten</a></font></td></tr>
</table>
</td>
</tr>
</table>
</td>
<td></td>
<!--- Actual page contents --->
<td valign="top" width="77%" rowspan="2">
<!--- Insert actual page content below --->
<h3>Zusätzliche Papiere</h3>
Die Online-Dokumentation, die Sie gerade lesen, ist auch
in den dvdisaster-Programmpaketen selbst enthalten. Sie brauchen
sich diese Seiten also nicht zusätzlich herunterzuladen.<p>
Folgende zusätzliche Papiere sind verfügbar:<p>
<b>Spezifikation für RS03</b><p>
Mit RS03 wird in zukünftigen dvdisaster-Versionen ein neues
Kodierungsverfahren eingeführt, das seine Berechnungen auf mehrere
Prozessorkerne verteilen kann. Dies ist mit den momentanen
Verfahren RS01 und RS02 aufgrund deren inneren Aufbaus nicht möglich. <p>
Eine <a href="http://dvdisaster.net/papers/rs03.pdf">Vorschau der RS03-Spezifikation (rs03.pdf)</a>
ist ab sofort verfügbar, um die Eigenschaften des neuen Kodierers
diskutieren zu können. Die Spezifikation ist noch nicht endgültig.<p>
Das RS03-Dokument setzt Kenntnisse im Bereich Kodierungstheorie voraus
und ist nicht als Benutzerdokumentation gedacht.
<!--- do not change below --->
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
<!--- Page footer --->
<table width="100%" cellpadding="0" border="0">
<tr><td colspan="2" width="100%" height="10"><img width=1 height=1 alt=""></td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>
</td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table>
</body>
</html>

View File

@@ -1,46 +0,0 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
# Include our PHP sub routines, then call begin_page()
# to start the HTML page, insert the header,
# navigation and news if appropriate.
require("../include/dvdisaster.php");
begin_page();
?>
<!--- Insert actual page content below --->
<h3>Zusätzliche Papiere</h3>
Die Online-Dokumentation, die Sie gerade lesen, ist auch
in den dvdisaster-Programmpaketen selbst enthalten. Sie brauchen
sich diese Seiten also nicht zusätzlich herunterzuladen.<p>
Folgende zusätzliche Papiere sind verfügbar:<p>
<b>Spezifikation für RS03</b><p>
Mit RS03 wird in zukünftigen dvdisaster-Versionen ein neues
Kodierungsverfahren eingeführt, das seine Berechnungen auf mehrere
Prozessorkerne verteilen kann. Dies ist mit den momentanen
Verfahren RS01 und RS02 aufgrund deren inneren Aufbaus nicht möglich. <p>
Eine <a href="http://dvdisaster.net/papers/rs03.pdf">Vorschau der RS03-Spezifikation (rs03.pdf)</a>
ist ab sofort verfügbar, um die Eigenschaften des neuen Kodierers
diskutieren zu können. Die Spezifikation ist noch nicht endgültig.<p>
Das RS03-Dokument setzt Kenntnisse im Bereich Kodierungstheorie voraus
und ist nicht als Benutzerdokumentation gedacht.
<!--- do not change below --->
<?php
# end_page() adds the footer line and closes the HTML properly.
end_page();
?>

View File

@@ -1,173 +0,0 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>(Keine) Bedingungen zum Herunterladen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
<!--- Title header --->
<table width="100%" cellpadding="0" border="0">
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
<a href="../en/download60.html"></a>
<a href="../ru/download60.html"></a>
</td>
</tr>
</table>
<!--- Language chooser or separator --->
<table width="100%" cellpadding="0" border="0">
<tr bgcolor="#000000">
<td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr><td colspan="2" width="100%" height="10">
<img width=1 height=1 alt="">
</td></tr>
</table>
<!--- Main body (Navigation, actual page content, optional news column) --->
<table width="100%" cellspacing=0>
<tr>
<!--- Navigation --->
<td bgcolor="#f0f0f0" valign="top" width="20%">
<table width="100%" cellpadding="10">
<tr>
<td>
<font size="-1"><b>Inhalt</b></font>
<table width="100%" cellpadding="0" cellspacing="0">
<tr bgcolor="#000000">
<td width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="howtos.html">Typische Anwendungen</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="download.html">Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1">(Keine) Bedingungen zum Herunterladen</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download40.html">Alpha-/Entwicklerversionen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="feedback.html">Fehler berichten</a></font></td></tr>
</table>
</td>
</tr>
</table>
</td>
<td></td>
<!--- Actual page contents --->
<td valign="top" width="77%" rowspan="2">
<!--- Insert actual page content below --->
<h3>Lassen Sie sich nicht über den Tisch ziehen: Das Kleingedruckte (und andere Sachen).</h3>
Das dvdisaster-Projekt stellt Ihnen diese Software
als <a href="http://www.gnu.org/philosophy/free-sw.de.html">freie Software</a>
unter der <a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/COPYING?view=markup">GNU General Public License v2</a>
zur Verfügung.<p>
Das dvdisaster-Projekt möchte außerdem sicherstellen, daß Sie folgendes wissen:
Sie können dvdisaster <a href="download.html">auf diesen Seiten</a> kostenlos und
ohne die Angabe von persönlichen Daten herunterladen. <p>
Damit es völlig klar ist,
wie das dvdisaster-Projekt seine Software verteilt und was es dabei macht
oder auch nicht tun wird, haben wir die wichtigsten
Punkte in der nachfolgenden Liste zusammengefaßt:<p>
<b>Internet-Seiten und Downloads</b><p>
Das dvdisaster-Projekt verwendet die folgenden Internet-Domänen
für seine Webseiten und zum Anbieten von Software-Downloads:<p>
dvdisaster.com<br>
dvdisaster.de<br>
dvdisaster.net<br>
dvdisaster.org<p>
Alle Domänen werden auf die selben Seiten unter dvdisaster.net weitergeleitet.<br>
Außerdem verwendet das dvdisaster-Projekt die Internet-Dienste von
<a href="http://sourceforge.net/projects/dvdisaster">SourceForge.net</a>.<p>
Darüber hinaus betreibt das dvdisaster-Projekt keine weiteren Internetseiten.<p>
<b>Kein Geld oder persönliche Daten erforderlich</b><p>
Das dvdisaster-Projekt erfordert <b>keinen Registrierungsprozeß</b>
für diese Software. <br>
Es fragt Sie <b>niemals</b> nach persönlichen Daten und
verlangt kein Geld oder Spenden um:
<ul>
<li>diese Webseiten zu nutzen,</li>
<li>die Software herunterzuladen, und</li>
<li>die Software zu benutzen.</li>
</ul><p>
<b>Kryptographische Unterschriften und Prüfsummen</b><p>
Das dvdisaster-Projekt bietet für seine Softwarepakete
immer <a href="download20.html">kryptographische Unterschriften</a> und
MD5-Prüfsummen an. Beispiele finden Sie auf der
<a href="download.html#download">Seite zum Herunterladen</a>. <p>
Seien Sie mißtrauisch wenn die Unterschriften und Prüfsummen fehlen,
ungültig sind oder nicht mit denen auf den oben genannten Internetseiten
übereinstimmen.<p>
<!--- do not change below --->
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
<!--- Page footer --->
<table width="100%" cellpadding="0" border="0">
<tr><td colspan="2" width="100%" height="10"><img width=1 height=1 alt=""></td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>
</td>
</tr>
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
</tr>
</table>
</body>
</html>

View File

@@ -1,79 +0,0 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
# Include our PHP sub routines, then call begin_page()
# to start the HTML page, insert the header,
# navigation and news if appropriate.
require("../include/dvdisaster.php");
begin_page();
?>
<!--- Insert actual page content below --->
<h3>Lassen Sie sich nicht über den Tisch ziehen: Das Kleingedruckte (und andere Sachen).</h3>
Das dvdisaster-Projekt stellt Ihnen diese Software
als <a href="http://www.gnu.org/philosophy/free-sw.de.html">freie Software</a>
unter der <a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/COPYING?view=markup">GNU General Public License v2</a>
zur Verfügung.<p>
Das dvdisaster-Projekt möchte außerdem sicherstellen, daß Sie folgendes wissen:
Sie können dvdisaster <a href="download.php">auf diesen Seiten</a> kostenlos und
ohne die Angabe von persönlichen Daten herunterladen. <p>
Damit es völlig klar ist,
wie das dvdisaster-Projekt seine Software verteilt und was es dabei macht
oder auch nicht tun wird, haben wir die wichtigsten
Punkte in der nachfolgenden Liste zusammengefaßt:<p>
<b>Internet-Seiten und Downloads</b><p>
Das dvdisaster-Projekt verwendet die folgenden Internet-Domänen
für seine Webseiten und zum Anbieten von Software-Downloads:<p>
dvdisaster.com<br>
dvdisaster.de<br>
dvdisaster.net<br>
dvdisaster.org<p>
Alle Domänen werden auf die selben Seiten unter dvdisaster.net weitergeleitet.<br>
Außerdem verwendet das dvdisaster-Projekt die Internet-Dienste von
<a href="http://sourceforge.net/projects/dvdisaster">SourceForge.net</a>.<p>
Darüber hinaus betreibt das dvdisaster-Projekt keine weiteren Internetseiten.<p>
<b>Kein Geld oder persönliche Daten erforderlich</b><p>
Das dvdisaster-Projekt erfordert <b>keinen Registrierungsprozeß</b>
für diese Software. <br>
Es fragt Sie <b>niemals</b> nach persönlichen Daten und
verlangt kein Geld oder Spenden um:
<ul>
<li>diese Webseiten zu nutzen,</li>
<li>die Software herunterzuladen, und</li>
<li>die Software zu benutzen.</li>
</ul><p>
<b>Kryptographische Unterschriften und Prüfsummen</b><p>
Das dvdisaster-Projekt bietet für seine Softwarepakete
immer <a href="download20.php">kryptographische Unterschriften</a> und
MD5-Prüfsummen an. Beispiele finden Sie auf der
<a href="download.php#download">Seite zum Herunterladen</a>. <p>
Seien Sie mißtrauisch wenn die Unterschriften und Prüfsummen fehlen,
ungültig sind oder nicht mit denen auf den oben genannten Internetseiten
übereinstimmen.<p>
<!--- do not change below --->
<?php
# end_page() adds the footer line and closes the HTML properly.
end_page();
?>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Herunterladen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -56,11 +58,8 @@
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1">Herunterladen</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download40.html">Alpha-/Entwicklerversionen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
@@ -100,19 +99,21 @@ beliebigen Stelle aus. Bitte beachten Sie die
rufen Sie das Programm nach dem Herunterladen auf und folgen dem Dialog.</li>
</ul>
<!---
<b>Alpha-/Entwickler-Versionen</b> - neu und experimentell für erfahrene Benutzer!<p>
Sie sind eingeladen, die nächste dvdisaster-Version auszuprobieren,
aber beachten Sie bitte, daß diese Version noch Fehler und
Kompatibilitätsprobleme enthalten kann. Die neueste experimentelle Version
ist <a href="download40.html">0.79 (devel-3)</a>.
<p>
ist <a href="download40">0.72 (pl2)</a>.
--->
<pre> </pre>
<b>Stabile Version</b> - zum Einstieg empfohlen<p>
<a name="download"></a>
<table class="download" cellpadding="0" cellspacing="5">
<tr><td><b>dvdisaster-0.72</b></td><td align="right">07-Nov-2010</td></tr>
<tr><td><b>dvdisaster-0.72</b></td><td align="right">31-Okt-2010</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<table>
@@ -120,23 +121,16 @@ ist <a href="download40.html">0.79 (devel-3)</a>.
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.tar.bz2">dvdisaster-0.72.2.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.tar.bz2.gpg">dvdisaster-0.72.2.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>312bceef3bf9c0754cf633ed3b12eb71</td></tr> <tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.app.zip">dvdisaster-0.72.2.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.html#mac">Hinweis</a> lesen</td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.app.zip.gpg">dvdisaster-0.72.2.app.zip.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>52243c1fafb9d2e496b6eb318c3e534f</td></tr> <tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2-setup.exe">dvdisaster-0.72.2-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2-setup.exe.gpg">dvdisaster-0.72.2-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>f80258d27354061fd9e28850ec4701a6</td></tr> <tr><td colspan="2"> </td></tr>
<tr><td colspan="2"><a href="download_showall=1.html#download">Ältere Veröffentlichungen des 0.72er-Versionszweiges anzeigen</a></td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2"><a href="download_showall=1.html">Ältere Veröffentlichungen des 0.72er-Versionszweiges anzeigen</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
@@ -158,25 +152,14 @@ Grundlegende Neuerungen in dieser Version:<p>
<b>Patches</b> (kleine Änderungen nach Version 0.72; die obigen Dateien wurden erneuert):<p>
<b>0.72 pl2</b>
Diese Version führt einen Workaround ein
<b>0.72 pl2</b> Diese Version führt einen Workaround ein
um zu verhindern daß parallele SCSI-Adapter unter Linux
nicht mehr reagieren.
Die Aufwärtskompatibilität mit Version 0.79.x wurde verbessert.<br>
Die Windows- und Mac OS X-Versionen werden nun mit der aktuellen
Entwicklungsumgebung von dvdisaster 0.79.x erzeugt und mit neueren
Versionen der GTK+-Benutzeroberflächenbibliothek ausgeliefert.
Für diesen Update wurden noch kleinere Änderungen an einigen Skripten
erforderlich so daß sich die Prüfsumme des Quellkode-Pakets geändert hat
(das Paket vom 31.10. hatte die md5-Prüfsumme
86110e212aa1bf336a52ba89d3daa93d und kann selbstverständlich für
Linux, FreeBSD und NetBSD weiter verwendet
werden). (07-11-2010)<p>
nicht mehr reagieren. Die Kompatibilität mit dem
neuen Versionszweig 0.79.x wurde verbessert. (31-Okt-2010)<P>
<b>0.72 pl1</b> Pablo Almeida hat die Bildschirmtexte ins Portugiesische übersetzt.
Es wurde eine Umgehungslösung eingebaut um das Einfrieren von Windows XP bei bestimmten Kombinationen
von CD-RW-Rohlingen und Laufwerken zu verhindern. (08-Aug-2009)<br>
<i>Hinweis: Die Umgehungslösung hat sich als nicht immer wirksam herausgestellt. Eine bessere Lösung ist in <a href="download40.html">Version 0.79.x</a> enthalten; diese läßt sich leider nicht so einfach in die stabile Version zurückportieren.</i> (06-Feb-2010)<p>
Es wurde ein Workaround eingebaut um das Einfrieren von Windows XP bei bestimmten Kombinationen
von CD-RW-Rohlingen und Laufwerken zu verhindern. (08-Aug-2009)<p>
<b>0.72</b> Dies ist die erste stabile Version des 0.72er-Zweiges.
Igor Gorbounov hat die russische online-Dokumentation vervollständigt
@@ -190,13 +173,6 @@ erfolgen. (04-Jul-2009)<p>
<b>0.72-rc1</b> Erster Kandidat für die stabile Version. (11-Apr-2009)
</td></tr></table><p>
Falls kein Herunterladen über die obigen Links möglich ist,
versuchen Sie bitte dvdisaster über
<a href="http://sourceforge.net/projects/dvdisaster/files">SourceForge</a>
zu bekommen.
<pre> </pre>
<b>Vorangegangene Version</b> - eine Aktualisierung auf Version 0.72 wird empfohlen.<p>
<table class="download" cellpadding="0" cellspacing="5">
@@ -205,19 +181,13 @@ zu bekommen.
<tr><td colspan="2">
<table>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6.tar.bz2">dvdisaster-0.70.6.tar.bz2</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6.tar.bz2?download">dvdisaster-0.70.6.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6.tar.bz2.gpg">dvdisaster-0.70.6.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>c6d2215d7dd582475b19593dfa4fbdc2</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6.tar.bz2.gpg?download">dvdisaster-0.70.6.tar.bz2.gpg</a></td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6-setup.exe">dvdisaster-0.70.6-setup.exe</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6-setup.exe?download">dvdisaster-0.70.6-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6-setup.exe.gpg">dvdisaster-0.70.6-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>82f74bebd08ab7ae783ddc5dd0bba731</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6-setup.exe.gpg?download">dvdisaster-0.70.6-setup.exe.gpg</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
@@ -287,16 +257,14 @@ betrachtet werden. Einige interessante Dateien darin sind:
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -309,7 +277,7 @@ betrachtet werden. Einige interessante Dateien darin sind:
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Herunterladen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -56,11 +58,8 @@
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1">Herunterladen</font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download10.html">Systemvoraussetzungen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download60.html">(Keine) Bedingungen zum Herunterladen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download20.html">Digitale Unterschrift</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download30.html">Installation</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download40.html">Alpha-/Entwicklerversionen</a></font></td></tr>
<tr><td valign="top" width="1%">&middot;</td><td colspan=2><font size="-1"><a href="download50.html">Zusätzliche Papiere</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="qa.html">Fragen und Antworten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
@@ -100,19 +99,21 @@ beliebigen Stelle aus. Bitte beachten Sie die
rufen Sie das Programm nach dem Herunterladen auf und folgen dem Dialog.</li>
</ul>
<!---
<b>Alpha-/Entwickler-Versionen</b> - neu und experimentell für erfahrene Benutzer!<p>
Sie sind eingeladen, die nächste dvdisaster-Version auszuprobieren,
aber beachten Sie bitte, daß diese Version noch Fehler und
Kompatibilitätsprobleme enthalten kann. Die neueste experimentelle Version
ist <a href="download40.html">0.79 (devel-3)</a>.
<p>
ist <a href="download40">0.72 (pl2)</a>.
--->
<pre> </pre>
<b>Stabile Version</b> - zum Einstieg empfohlen<p>
<a name="download"></a>
<table class="download" cellpadding="0" cellspacing="5">
<tr><td><b>dvdisaster-0.72</b></td><td align="right">07-Nov-2010</td></tr>
<tr><td><b>dvdisaster-0.72</b></td><td align="right">31-Okt-2010</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
<table>
@@ -120,74 +121,44 @@ ist <a href="download40.html">0.79 (devel-3)</a>.
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.tar.bz2">dvdisaster-0.72.2.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.tar.bz2.gpg">dvdisaster-0.72.2.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>312bceef3bf9c0754cf633ed3b12eb71</td></tr> <tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.app.zip">dvdisaster-0.72.2.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.html#mac">Hinweis</a> lesen</td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2.app.zip.gpg">dvdisaster-0.72.2.app.zip.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>52243c1fafb9d2e496b6eb318c3e534f</td></tr> <tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2-setup.exe">dvdisaster-0.72.2-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.2-setup.exe.gpg">dvdisaster-0.72.2-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td><td>f80258d27354061fd9e28850ec4701a6</td></tr> <tr><td colspan="2"> </td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2"><a href="download_showall=0.html#download">Ältere Veröffentlichungen des 0.72er-Versionszweiges verbergen</a></td></tr>
<tr><td colspan="2"><a href="download_showall=0.html">Ältere Veröffentlichungen des 0.72er-Versionszweiges verbergen</a></td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td></td><td>Version 0.72.1</td></tr>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1.tar.bz2">dvdisaster-0.72.1.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1.tar.bz2.gpg">dvdisaster-0.72.1.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>4da96566bc003be93d9dfb0109b4aa1d</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1.app.zip">dvdisaster-0.72.1.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.html#mac">Hinweis</a> lesen</td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1.app.zip.gpg">dvdisaster-0.72.1.app.zip.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>924b5677f69473b6b87991e01779a541</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1-setup.exe">dvdisaster-0.72.1-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.1-setup.exe.gpg">dvdisaster-0.72.1-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>34d062ddebe1a648e808d29ca4e9879f</td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td></td><td>Version 0.72</td></tr>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.tar.bz2">dvdisaster-0.72.tar.bz2</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.tar.bz2?download">dvdisaster-0.72.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.tar.bz2.gpg">dvdisaster-0.72.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>efa35607d91412a7ff185722f270fb8a</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.tar.bz2.gpg?download">dvdisaster-0.72.tar.bz2.gpg</a></td></tr>
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.app.zip">dvdisaster-0.72.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.html#mac">Hinweis</a> lesen</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.app.zip?download">dvdisaster-0.72.app.zip</a>&nbsp;--&nbsp;bitte erst den <a href="download30.html#mac">Hinweis</a> lesen</td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72.app.zip.gpg">dvdisaster-0.72.app.zip.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>1f28385b2b6d64b664fd416eb4c85e80</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.app.zip.gpg?download">dvdisaster-0.72.app.zip.gpg</a></td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72-setup.exe">dvdisaster-0.72-setup.exe</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72-setup.exe?download">dvdisaster-0.72-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.72-setup.exe.gpg">dvdisaster-0.72-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>cc8eb2af384917db8d6d983e1d4aac69</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72-setup.exe.gpg?download">dvdisaster-0.72-setup.exe.gpg</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
@@ -209,25 +180,14 @@ Grundlegende Neuerungen in dieser Version:<p>
<b>Patches</b> (kleine Änderungen nach Version 0.72; die obigen Dateien wurden erneuert):<p>
<b>0.72 pl2</b>
Diese Version führt einen Workaround ein
<b>0.72 pl2</b> Diese Version führt einen Workaround ein
um zu verhindern daß parallele SCSI-Adapter unter Linux
nicht mehr reagieren.
Die Aufwärtskompatibilität mit Version 0.79.x wurde verbessert.<br>
Die Windows- und Mac OS X-Versionen werden nun mit der aktuellen
Entwicklungsumgebung von dvdisaster 0.79.x erzeugt und mit neueren
Versionen der GTK+-Benutzeroberflächenbibliothek ausgeliefert.
Für diesen Update wurden noch kleinere Änderungen an einigen Skripten
erforderlich so daß sich die Prüfsumme des Quellkode-Pakets geändert hat
(das Paket vom 31.10. hatte die md5-Prüfsumme
86110e212aa1bf336a52ba89d3daa93d und kann selbstverständlich für
Linux, FreeBSD und NetBSD weiter verwendet
werden). (07-11-2010)<p>
nicht mehr reagieren. Die Kompatibilität mit dem
neuen Versionszweig 0.79.x wurde verbessert. (31-Okt-2010)<P>
<b>0.72 pl1</b> Pablo Almeida hat die Bildschirmtexte ins Portugiesische übersetzt.
Es wurde eine Umgehungslösung eingebaut um das Einfrieren von Windows XP bei bestimmten Kombinationen
von CD-RW-Rohlingen und Laufwerken zu verhindern. (08-Aug-2009)<br>
<i>Hinweis: Die Umgehungslösung hat sich als nicht immer wirksam herausgestellt. Eine bessere Lösung ist in <a href="download40.html">Version 0.79.x</a> enthalten; diese läßt sich leider nicht so einfach in die stabile Version zurückportieren.</i> (06-Feb-2010)<p>
Es wurde ein Workaround eingebaut um das Einfrieren von Windows XP bei bestimmten Kombinationen
von CD-RW-Rohlingen und Laufwerken zu verhindern. (08-Aug-2009)<p>
<b>0.72</b> Dies ist die erste stabile Version des 0.72er-Zweiges.
Igor Gorbounov hat die russische online-Dokumentation vervollständigt
@@ -241,13 +201,6 @@ erfolgen. (04-Jul-2009)<p>
<b>0.72-rc1</b> Erster Kandidat für die stabile Version. (11-Apr-2009)
</td></tr></table><p>
Falls kein Herunterladen über die obigen Links möglich ist,
versuchen Sie bitte dvdisaster über
<a href="http://sourceforge.net/projects/dvdisaster/files">SourceForge</a>
zu bekommen.
<pre> </pre>
<b>Vorangegangene Version</b> - eine Aktualisierung auf Version 0.72 wird empfohlen.<p>
<table class="download" cellpadding="0" cellspacing="5">
@@ -256,19 +209,13 @@ zu bekommen.
<tr><td colspan="2">
<table>
<tr><td align="right">&nbsp;&nbsp;Quellkode für alle Betriebssysteme:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6.tar.bz2">dvdisaster-0.70.6.tar.bz2</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6.tar.bz2?download">dvdisaster-0.70.6.tar.bz2</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6.tar.bz2.gpg">dvdisaster-0.70.6.tar.bz2.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>c6d2215d7dd582475b19593dfa4fbdc2</td></tr>
<tr><td colspan="2"><img width=1 height=3</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6.tar.bz2.gpg?download">dvdisaster-0.70.6.tar.bz2.gpg</a></td></tr>
<tr><td align="right">Binärversion für Windows:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6-setup.exe">dvdisaster-0.70.6-setup.exe</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6-setup.exe?download">dvdisaster-0.70.6-setup.exe</a></td></tr>
<tr><td align="right">Digitale Unterschrift:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.70.6-setup.exe.gpg">dvdisaster-0.70.6-setup.exe.gpg</a></td></tr>
<tr><td align="right">MD5-Prüfsumme:&nbsp;</td>
<td>82f74bebd08ab7ae783ddc5dd0bba731</td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.70.6-setup.exe.gpg?download">dvdisaster-0.70.6-setup.exe.gpg</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
@@ -338,16 +285,14 @@ betrachtet werden. Einige interessante Dateien darin sind:
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -360,7 +305,7 @@ betrachtet werden. Einige interessante Dateien darin sind:
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,92 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>tag:dvdisaster.net,2009-10-02:/de/feeds/atom.xml</id>
<title>Neues von dvdisaster</title>
<updated>2010-11-20T22:12:52+01:00</updated>
<link rel="self" href="http://dvdisaster.net/de/feed/atom.xml" type="application/atom+xml" />
<author>
<name>Carsten Gnörlich</name>
<uri>http://www.dvdisaster.org</uri>
</author>
<entry>
<title>dvdisaster 0.79.3 veröffentlicht</title>
<category term="News"/>
<id>tag:dvdisaster.net,2010-11-21:/de/news.html/18</id>
<published>2010-11-21T00:00:00Z</published>
<updated>2010-11-21T00:00:00Z</updated>
<link href="http://dvdisaster.net/de/news.html#item18"/>
<summary> Ab dieser Version wird unter Linux per Voreinstellung der SG_IO-Treiber zum Zugriff auf die optischen Laufwerke verwendet. Damit liegt jetzt auch im Entwicklungszweig eine Lösung für hängende parallele SCSI-Kontroller unter Linux vor, [...]</summary>
</entry>
<entry>
<title>Windows- und Mac OS X-Versionen für 0.72.2 nachgelegt</title>
<category term="News"/>
<id>tag:dvdisaster.net,2010-11-07:/de/news.html/17</id>
<published>2010-11-07T00:00:00Z</published>
<updated>2010-11-07T00:00:00Z</updated>
<link href="http://dvdisaster.net/de/news.html#item17"/>
<summary> Die Windows- und Mac OS X-Versionen von 0.72.2 sind jetzt verfügbar. Sie wurden mit der Entwicklungsumgebung von 0.79.x erzeugt. Daher sind die mitgelieferten Bibliotheken von GTK+ jetzt in neueren Versionen als in 0.72.1 enthalten und [...]</summary>
</entry>
<entry>
<title>dvdisaster 0.72.2 veröffentlicht</title>
<category term="News"/>
<id>tag:dvdisaster.net,2010-10-31:/de/news.html/16</id>
<published>2010-10-31T00:00:00Z</published>
<updated>2010-10-31T00:00:00Z</updated>
<link href="http://dvdisaster.net/de/news.html#item16"/>
<summary> Diese Version führt einen Workaround ein um zu verhindern daß parallele SCSI-Kontroller unter Linux nicht mehr reagieren. Die Aufwärtskompatibilität mit dvdisaster 0.79.x wurde verbessert. [...]</summary>
</entry>
<entry>
<title>dvdisaster 0.79.2 veröffentlicht</title>
<category term="News"/>
<id>tag:dvdisaster.net,2010-02-28:/de/news.html/15</id>
<published>2010-02-28T00:00:00Z</published>
<updated>2010-02-28T00:00:00Z</updated>
<link href="http://dvdisaster.net/de/news.html#item15"/>
<summary> Binärpakete sind wieder für Mac OS X verfügbar nachdem die Entwicklungsumgebung auch für Mac OS X aktualisiert wurde. Die Entwicklung von RS03 geht weiter, ist aber noch längst nicht abgeschlossen. [...]</summary>
</entry>
<entry>
<title>Beginn des neuen Entwicklungszweiges 0.79</title>
<category term="News"/>
<id>tag:dvdisaster.net,2010-02-07:/de/news.html/14</id>
<published>2010-02-07T00:00:00Z</published>
<updated>2010-02-07T00:00:00Z</updated>
<link href="http://dvdisaster.net/de/news.html#item14"/>
<summary> Heute wird mit Version 0.79.1 die erste Version des neuen Entwicklungszweiges veröffentlicht. Diese Version dient hauptsächlich zum Ausprobieren neuer Funktionen und wird nicht zum produktiven Einsatz empfohlen. Auf der Seite zum [...]</summary>
</entry>
<entry>
<title>Einschätzung zu potentiellen Sicherheitslücken in der GTK-Bibliothek für Windows</title>
<category term="News"/>
<id>tag:dvdisaster.net,2009-10-01:/de/news.html/13</id>
<published>2009-10-01T00:00:00Z</published>
<updated>2009-10-01T00:00:00Z</updated>
<link href="http://dvdisaster.net/de/news.html#item13"/>
<summary> Die Windows-Versionen von dvdisaster 0.70.x/0.72.x werden mit einer alten Version der GTK-Bibliothek ausgeliefert, die Schwachstellen in der Verarbeitung von Bilddateien aufweist. Um die Lücke auszunutzen, müssen manipulierte Bilder [...]</summary>
</entry>
<entry>
<title>Projektseiten auf SourceForge nicht aktuell</title>
<category term="News"/>
<id>tag:dvdisaster.net,2009-08-10:/de/news.html/12</id>
<published>2009-08-10T00:00:00Z</published>
<updated>2009-08-10T00:00:00Z</updated>
<link href="http://dvdisaster.net/de/news.html#item12"/>
<summary> Aufgrund von Änderungen in der Funktionalität von SourceForge können die Inhalte der News, Downloads und des CVS nicht zeitnah hochgeladen werden. Bitte nutzen Sie stattdessen die entsprechenden Rubriken auf diesen Seiten [...]</summary>
</entry>
<entry>
<title>dvdisaster 0.72.1 veröffentlicht</title>
<category term="News"/>
<id>tag:dvdisaster.net,2009-08-08:/de/news.html/11</id>
<published>2009-08-08T00:00:00Z</published>
<updated>2010-02-06T00:00:00Z</updated>
<link href="http://dvdisaster.net/de/news.html#item11"/>
<summary> Pablo Almeida hat die Bildschirmtexte ins Portugiesische übersetzt. Es wurde eine Umgehungslösung eingebaut um Win XP vom Einfrieren bei bestimmten CD-RW/Laufwerks-Kombinationen abzuhalten. Aktueller Hinweis: Die Umgehungslösung ist [...]</summary>
</entry>
<entry>
<title>dvdisaster 0.72 veröffentlicht</title>
<category term="News"/>
<id>tag:dvdisaster.net,2009-07-04:/de/news.html/10</id>
<published>2009-07-04T00:00:00Z</published>
<updated>2009-07-04T00:00:00Z</updated>
<link href="http://dvdisaster.net/de/news.html#item10"/>
<summary> Dies ist die erste stabile Version des 0.72er-Zweiges. Igor Gorbounov hat die russische online-Dokumentation vervollständigt und es wurden noch einige kleine Fehler aus dem ersten Veröffentlichungskandidaten behoben. [...]</summary>
</entry>
</feed>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehler berichten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -154,16 +156,14 @@ Vielen Dank für Ihre Mithilfe!
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -176,7 +176,7 @@ Vielen Dank für Ihre Mithilfe!
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehler berichten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -152,16 +154,14 @@ Vielen Dank für Ihre Mithilfe!
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -174,7 +174,7 @@ Vielen Dank für Ihre Mithilfe!
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Typische Anwendungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -154,16 +156,14 @@ Fehlerkorrektur-Daten benötigt werden.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -176,7 +176,7 @@ Fehlerkorrektur-Daten benötigt werden.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Datenträger auf Lesefehler prüfen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -130,8 +132,8 @@
<tr valign="top">
<td><b>Verwandte Funktionen:<p></td>
<td><a href="http://localhost/dvdisaster/de/howtos30.html">Einlesen von beschädigten Datenträgern</a> und
<a href="http://localhost/dvdisaster/de/howtos40.html">Wiederherstellen von Abbildern</a>.</td>
<td><a href="howtos30.html">Einlesen von beschädigten Datenträgern</a> und
<a href="howtos40.html">Wiederherstellen von Abbildern</a>.</td>
</tr>
</table><p>
@@ -144,16 +146,14 @@
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -166,7 +166,7 @@
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -232,16 +234,14 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -254,7 +254,7 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -230,16 +232,14 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -252,7 +252,7 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -230,16 +232,14 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -252,7 +252,7 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -230,16 +232,14 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -252,7 +252,7 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -230,16 +232,14 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -252,7 +252,7 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -230,16 +232,14 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -252,7 +252,7 @@ keine Auswirkungen auf die Überprüfung von Datenträgern.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Prüfung durchführen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -183,16 +185,14 @@ Verschieben von Fenstern kann die Überprüfung beeinflussen.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -205,7 +205,7 @@ Verschieben von Fenstern kann die Überprüfung beeinflussen.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Prüfung durchführen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -183,16 +185,14 @@ Verschieben von Fenstern kann die Überprüfung beeinflussen.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -205,7 +205,7 @@ Verschieben von Fenstern kann die Überprüfung beeinflussen.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Prüfung durchführen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -182,16 +184,14 @@ Verschieben von Fenstern kann die Überprüfung beeinflussen.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -204,7 +204,7 @@ Verschieben von Fenstern kann die Überprüfung beeinflussen.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -275,16 +277,14 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -297,7 +297,7 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -275,16 +277,14 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -297,7 +297,7 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -273,16 +275,14 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -295,7 +295,7 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -273,16 +275,14 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -295,7 +295,7 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -273,16 +275,14 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -295,7 +295,7 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -273,16 +275,14 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -295,7 +295,7 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -273,16 +275,14 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -295,7 +295,7 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -273,16 +275,14 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -295,7 +295,7 @@ oder falsch eingestellte Taktfrequenzen.</li></ul>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fortgeschrittene Einstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -151,16 +153,14 @@ die Anzahl der gemeldeten Fehler wird höher und ungenauer.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -173,7 +173,7 @@ die Anzahl der gemeldeten Fehler wird höher und ungenauer.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fortgeschrittene Einstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -149,16 +151,14 @@ die Anzahl der gemeldeten Fehler wird höher und ungenauer.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -171,7 +171,7 @@ die Anzahl der gemeldeten Fehler wird höher und ungenauer.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fortgeschrittene Einstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -149,16 +151,14 @@ die Anzahl der gemeldeten Fehler wird höher und ungenauer.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -171,7 +171,7 @@ die Anzahl der gemeldeten Fehler wird höher und ungenauer.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Daten als Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -157,16 +159,14 @@ mehr erstellt werden.</a>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -179,7 +179,7 @@ mehr erstellt werden.</a>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -135,16 +137,14 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -157,7 +157,7 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -138,16 +140,14 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -160,7 +160,7 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -140,16 +142,14 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -162,7 +162,7 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -143,16 +145,14 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -165,7 +165,7 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -142,16 +144,14 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -164,7 +164,7 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -233,8 +235,11 @@ schnell überlastet werden könnte.
<table>
<tr>
<td valign="top">
<b>Reiterkarte "Dateien".</b> Lassen Sie die Optionen auf dieser Reiterkarte
zunächst ausgeschaltet; Hinweise auf <a href="howtos25.html">Optimierungen</a>
<b>Reiterkarte "Dateien".</b> Wenn Ihr Betriebssystem keine Dateien erzeugen kann, die größer als 2GB sind,
müssen Sie die grün markierte Einstellung auswählen. Anstelle einer einzigen Datei "abbild.iso"
werden dann bis zu 100 Segmente "abbild00.iso", "abbild01.iso" usw. verwendet; dies kostet etwas Geschwindigkeit.
Sie brauchen diese Option hauptsächlich unter Windows, wenn Sie dort noch mit dem alten Dateisystem FAT32 arbeiten.
Die übrigen Einstellungen sollten Sie zunächst ausgeschaltet lassen; Hinweise auf <a href="howtos25.html">Optimierungen</a>
mit Hilfe dieser Werte folgen später.
</td>
<td>
@@ -268,16 +273,14 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -290,7 +293,7 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -93,8 +93,11 @@ schnell überlastet werden könnte.
<?php end_screen_shot(); ?>
<?php begin_screen_shot("Reiterkarte \"Dateien\".","create-prefs-file.png"); ?>
<b>Reiterkarte "Dateien".</b> Lassen Sie die Optionen auf dieser Reiterkarte
zunächst ausgeschaltet; Hinweise auf <a href="howtos25.php">Optimierungen</a>
<b>Reiterkarte "Dateien".</b> Wenn Ihr Betriebssystem keine Dateien erzeugen kann, die größer als 2GB sind,
müssen Sie die grün markierte Einstellung auswählen. Anstelle einer einzigen Datei "abbild.iso"
werden dann bis zu 100 Segmente "abbild00.iso", "abbild01.iso" usw. verwendet; dies kostet etwas Geschwindigkeit.
Sie brauchen diese Option hauptsächlich unter Windows, wenn Sie dort noch mit dem alten Dateisystem FAT32 arbeiten.
Die übrigen Einstellungen sollten Sie zunächst ausgeschaltet lassen; Hinweise auf <a href="howtos25.php">Optimierungen</a>
mit Hilfe dieser Werte folgen später.
<?php end_screen_shot(); ?>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -231,8 +233,11 @@ schnell überlastet werden könnte.
<table>
<tr>
<td valign="top">
<b>Reiterkarte "Dateien".</b> Lassen Sie die Optionen auf dieser Reiterkarte
zunächst ausgeschaltet; Hinweise auf <a href="howtos25.html">Optimierungen</a>
<b>Reiterkarte "Dateien".</b> Wenn Ihr Betriebssystem keine Dateien erzeugen kann, die größer als 2GB sind,
müssen Sie die grün markierte Einstellung auswählen. Anstelle einer einzigen Datei "abbild.iso"
werden dann bis zu 100 Segmente "abbild00.iso", "abbild01.iso" usw. verwendet; dies kostet etwas Geschwindigkeit.
Sie brauchen diese Option hauptsächlich unter Windows, wenn Sie dort noch mit dem alten Dateisystem FAT32 arbeiten.
Die übrigen Einstellungen sollten Sie zunächst ausgeschaltet lassen; Hinweise auf <a href="howtos25.html">Optimierungen</a>
mit Hilfe dieser Werte folgen später.
</td>
<td>
@@ -266,16 +271,14 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -288,7 +291,7 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -231,8 +233,11 @@ schnell überlastet werden könnte.
<table>
<tr>
<td valign="top">
<b>Reiterkarte "Dateien".</b> Lassen Sie die Optionen auf dieser Reiterkarte
zunächst ausgeschaltet; Hinweise auf <a href="howtos25.html">Optimierungen</a>
<b>Reiterkarte "Dateien".</b> Wenn Ihr Betriebssystem keine Dateien erzeugen kann, die größer als 2GB sind,
müssen Sie die grün markierte Einstellung auswählen. Anstelle einer einzigen Datei "abbild.iso"
werden dann bis zu 100 Segmente "abbild00.iso", "abbild01.iso" usw. verwendet; dies kostet etwas Geschwindigkeit.
Sie brauchen diese Option hauptsächlich unter Windows, wenn Sie dort noch mit dem alten Dateisystem FAT32 arbeiten.
Die übrigen Einstellungen sollten Sie zunächst ausgeschaltet lassen; Hinweise auf <a href="howtos25.html">Optimierungen</a>
mit Hilfe dieser Werte folgen später.
</td>
<td>
@@ -266,16 +271,14 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -288,7 +291,7 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -231,8 +233,11 @@ schnell überlastet werden könnte.
<table>
<tr>
<td valign="top">
<b>Reiterkarte "Dateien".</b> Lassen Sie die Optionen auf dieser Reiterkarte
zunächst ausgeschaltet; Hinweise auf <a href="howtos25.html">Optimierungen</a>
<b>Reiterkarte "Dateien".</b> Wenn Ihr Betriebssystem keine Dateien erzeugen kann, die größer als 2GB sind,
müssen Sie die grün markierte Einstellung auswählen. Anstelle einer einzigen Datei "abbild.iso"
werden dann bis zu 100 Segmente "abbild00.iso", "abbild01.iso" usw. verwendet; dies kostet etwas Geschwindigkeit.
Sie brauchen diese Option hauptsächlich unter Windows, wenn Sie dort noch mit dem alten Dateisystem FAT32 arbeiten.
Die übrigen Einstellungen sollten Sie zunächst ausgeschaltet lassen; Hinweise auf <a href="howtos25.html">Optimierungen</a>
mit Hilfe dieser Werte folgen später.
</td>
<td>
@@ -266,16 +271,14 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -288,7 +291,7 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -231,8 +233,11 @@ schnell überlastet werden könnte.
<table>
<tr>
<td valign="top">
<b>Reiterkarte "Dateien".</b> Lassen Sie die Optionen auf dieser Reiterkarte
zunächst ausgeschaltet; Hinweise auf <a href="howtos25.html">Optimierungen</a>
<b>Reiterkarte "Dateien".</b> Wenn Ihr Betriebssystem keine Dateien erzeugen kann, die größer als 2GB sind,
müssen Sie die grün markierte Einstellung auswählen. Anstelle einer einzigen Datei "abbild.iso"
werden dann bis zu 100 Segmente "abbild00.iso", "abbild01.iso" usw. verwendet; dies kostet etwas Geschwindigkeit.
Sie brauchen diese Option hauptsächlich unter Windows, wenn Sie dort noch mit dem alten Dateisystem FAT32 arbeiten.
Die übrigen Einstellungen sollten Sie zunächst ausgeschaltet lassen; Hinweise auf <a href="howtos25.html">Optimierungen</a>
mit Hilfe dieser Werte folgen später.
</td>
<td>
@@ -266,16 +271,14 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -288,7 +291,7 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -231,8 +233,11 @@ schnell überlastet werden könnte.
<table>
<tr>
<td valign="top">
<b>Reiterkarte "Dateien".</b> Lassen Sie die Optionen auf dieser Reiterkarte
zunächst ausgeschaltet; Hinweise auf <a href="howtos25.html">Optimierungen</a>
<b>Reiterkarte "Dateien".</b> Wenn Ihr Betriebssystem keine Dateien erzeugen kann, die größer als 2GB sind,
müssen Sie die grün markierte Einstellung auswählen. Anstelle einer einzigen Datei "abbild.iso"
werden dann bis zu 100 Segmente "abbild00.iso", "abbild01.iso" usw. verwendet; dies kostet etwas Geschwindigkeit.
Sie brauchen diese Option hauptsächlich unter Windows, wenn Sie dort noch mit dem alten Dateisystem FAT32 arbeiten.
Die übrigen Einstellungen sollten Sie zunächst ausgeschaltet lassen; Hinweise auf <a href="howtos25.html">Optimierungen</a>
mit Hilfe dieser Werte folgen später.
</td>
<td>
@@ -266,16 +271,14 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -288,7 +291,7 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -233,8 +235,11 @@ schnell überlastet werden könnte.
<table class="screenshot">
<tr><td>
<a name="snap6"></a>
<b>Reiterkarte "Dateien".</b> Lassen Sie die Optionen auf dieser Reiterkarte
zunächst ausgeschaltet; Hinweise auf <a href="howtos25.html">Optimierungen</a>
<b>Reiterkarte "Dateien".</b> Wenn Ihr Betriebssystem keine Dateien erzeugen kann, die größer als 2GB sind,
müssen Sie die grün markierte Einstellung auswählen. Anstelle einer einzigen Datei "abbild.iso"
werden dann bis zu 100 Segmente "abbild00.iso", "abbild01.iso" usw. verwendet; dies kostet etwas Geschwindigkeit.
Sie brauchen diese Option hauptsächlich unter Windows, wenn Sie dort noch mit dem alten Dateisystem FAT32 arbeiten.
Die übrigen Einstellungen sollten Sie zunächst ausgeschaltet lassen; Hinweise auf <a href="howtos25.html">Optimierungen</a>
mit Hilfe dieser Werte folgen später.
</td></tr>
<tr><td align="center">
@@ -266,16 +271,14 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -288,7 +291,7 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Dateien.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -114,16 +116,14 @@ erzeugen möchten. Klicken Sie auf eine der beiden Möglichkeiten:<p>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -136,7 +136,7 @@ erzeugen möchten. Klicken Sie auf eine der beiden Möglichkeiten:<p>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -253,16 +255,14 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -275,7 +275,7 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -258,16 +260,14 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -280,7 +280,7 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -258,16 +260,14 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -280,7 +280,7 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -253,16 +255,14 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -275,7 +275,7 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -192,16 +194,14 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -214,7 +214,7 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -197,16 +199,14 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -219,7 +219,7 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -192,16 +194,14 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -214,7 +214,7 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -192,16 +194,14 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -214,7 +214,7 @@ es ein paar Vorschläge, wie Sie die <a href="howtos24.html">Fehlerkorrektur-Dat
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei archivieren</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -140,16 +142,14 @@ rekonstruieren, um an die Daten des ersten wieder heranzukommen ;-)
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -162,7 +162,7 @@ rekonstruieren, um an die Daten des ersten wieder heranzukommen ;-)
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fortgeschrittene Einstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -136,16 +138,14 @@ Namen für die Fehlerkorrektur-Datei anzugeben, da sonst die vorherige Datei üb
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -158,7 +158,7 @@ Namen für die Fehlerkorrektur-Datei anzugeben, da sonst die vorherige Datei üb
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fortgeschrittene Einstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -134,16 +136,14 @@ Namen für die Fehlerkorrektur-Datei anzugeben, da sonst die vorherige Datei üb
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -156,7 +156,7 @@ Namen für die Fehlerkorrektur-Datei anzugeben, da sonst die vorherige Datei üb
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fortgeschrittene Einstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -134,16 +136,14 @@ Namen für die Fehlerkorrektur-Datei anzugeben, da sonst die vorherige Datei üb
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -156,7 +156,7 @@ Namen für die Fehlerkorrektur-Datei anzugeben, da sonst die vorherige Datei üb
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Daten auf dem Datenträger ablegen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -155,16 +157,14 @@ Fehlerkorrektur-Daten erweitert werden.</a>
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -177,7 +177,7 @@ Fehlerkorrektur-Daten erweitert werden.</a>
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -135,16 +137,14 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -157,7 +157,7 @@ finden Sie weitere Informationen zu den Vor- und Nachteilen der beiden Methoden.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

View File

@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
@@ -11,7 +12,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.2 / 0.79 (devel-3)</i>
<i>Version 0.72 (pl2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +49,7 @@
</table><p>
<table width="100%">
<tr><td colspan=3><font size="-1"><a href="news.html">Neuigkeiten</a></font></td></tr>
<tr><td></td><td></td><td height="10"></td></tr>
<tr><td colspan=3><font size="-1"><a href="index.html">Überblick</a></font></td></tr>
@@ -153,16 +155,14 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Daten.
</td> <!--- end of page contents --->
</tr>
<!---
<tr valign="bottom">
<td bgcolor="#f0f0f0">
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1"></font></a></td></tr></table>
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/de/index.html"><font size="-1">Alte Dokumentation (V0.70)</font></a></td></tr></table>
</td>
<td></td>
<td></td>
</tr>
--->
</table> <!--- end of main body table --->
@@ -175,7 +175,7 @@ keine Auswirkungen auf die erstellten Fehlerkorrektur-Daten.
<tr>
<td align="center">
<font size="-1">
<i> Copyright 2004-2010 Carsten Gnörlich.<br>
<i> Copyright 2004-2009 Carsten Gnörlich.<br>
Die unveränderte Wiedergabe und Verteilung dieses gesamten Textes in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
</i>
</font>

Some files were not shown because too many files have changed in this diff Show More