Compare commits

..

10 Commits

Author SHA1 Message Date
TANIGUCHI Takaki
d8edfc2ac4 debian/control: typo, Vcs-Git 2009-11-23 10:38:25 +09:00
TANIGUCHI Takaki
0683a48953 debian/control: add Vcs-* 2009-11-23 10:29:20 +09:00
TANIGUCHI Takaki
a6dd6eaf97 debian/README.source create 2009-11-22 19:52:49 +09:00
TANIGUCHI Takaki
9e778cc617 debian/contrl: update Homepage; debian/README.source: create 2009-11-22 19:27:29 +09:00
TANIGUCHI Takaki
26207495ec add .gitignore files 2009-11-22 18:01:36 +09:00
TANIGUCHI Takaki
487811728e Revert "documentatoin/images/.gitignore: dummy file"
This reverts commit 1fbaa497e2.
2009-11-22 17:32:45 +09:00
TANIGUCHI Takaki
1fbaa497e2 documentatoin/images/.gitignore: dummy file 2009-11-22 17:21:12 +09:00
TANIGUCHI Takaki
8f429ba0a8 debicn/control: new maintainer 2009-11-22 16:56:08 +09:00
TANIGUCHI Takaki
a02e5d8a10 Merge commit 'upstream/0.72.1' 2009-11-22 16:53:43 +09:00
Daniel Baumann
8ea2ebcd2a Imported Debian patch 0.72-2 2009-11-21 16:29:04 +09:00
883 changed files with 13574 additions and 28909 deletions

View File

@@ -1,54 +1,3 @@
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-1) 08-08-2009
- Pablo Almeida provided a Portuguese translation
for the screen text.
@@ -60,11 +9,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

@@ -188,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; \
@@ -206,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... "
@@ -253,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"
@@ -313,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,13 +427,13 @@ 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 include/*.php de/*.php en/*.php ru/*.php
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 include/*.php de/*.php en/*.php ru/*.php 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
@@ -469,23 +462,16 @@ prepare-dist:
@cp tools/pngpack.exe win-build-dir/documentation
@mv documentation/images-*.pngpack win-build-dir/documentation
@cp $(GTK_BINDIR)/libglib*.dll win-build-dir
#@cp $(GTK_BINDIR)/iconv.dll win-build-dir
@cp $(GTK_BINDIR)/iconv.dll win-build-dir
@cp $(GTK_BINDIR)/intl.dll win-build-dir
@cp $(GTK_BINDIR)/libatk*.dll win-build-dir
@cp $(GTK_BINDIR)/libcairo*.dll win-build-dir
@cp $(GTK_BINDIR)/libexpat*.dll win-build-dir
@cp $(GTK_BINDIR)/libfontconfig*.dll win-build-dir
@cp $(GTK_BINDIR)/freetype6*.dll win-build-dir
@cp $(GTK_BINDIR)/libpango*.dll win-build-dir
@cp $(GTK_BINDIR)/libpng12*.dll win-build-dir
@cp $(GTK_BINDIR)/libgmodule*.dll win-build-dir
@cp $(GTK_BINDIR)/libgobject*.dll win-build-dir
@cp $(GTK_BINDIR)/libgthread*.dll win-build-dir
@cp $(GTK_BINDIR)/libgdk_pixbuf*.dll win-build-dir
@cp $(GTK_BINDIR)/libgio*.dll win-build-dir
@cp $(GTK_BINDIR)/libgdk-win*.dll win-build-dir
@cp $(GTK_BINDIR)/libgtk-win*.dll win-build-dir
@cp $(GTK_BINDIR)/zlib1*.dll win-build-dir
@mkdir win-build-dir/locale
@cp -r locale/?? win-build-dir/locale
@cp -r locale/??_?? win-build-dir/locale
@@ -493,19 +479,19 @@ prepare-dist:
@mkdir -p win-build-dir/etc/gtk-2.0
@echo "# GdkPixbuf Image Loader Modules file" > win-build-dir/etc/gtk-2.0/gdk-pixbuf.loaders
#@mkdir -p win-build-dir/etc/pango
#@cp $(GTK_BINDIR)/../etc/pango/pango.aliases win-build-dir/etc/pango
#@echo "# Pango Modules file" > win-build-dir/etc/pango/pango.modules
#@echo "#" >> win-build-dir/etc/pango/pango.modules
#@echo "pango-basic-win32.dll BasicScriptEngineWin32 PangoEngineShape PangoRenderWin32 common:" >> win-build-dir/etc/pango/pango.modules
#@cp $(GTK_BINDIR)/../lib/pango/1.?.?/modules/pango-basic-win32.dll win-build-dir
@mkdir -p win-build-dir/etc/pango
@cp $(GTK_BINDIR)/../etc/pango/pango.aliases win-build-dir/etc/pango
@echo "# Pango Modules file" > win-build-dir/etc/pango/pango.modules
@echo "#" >> win-build-dir/etc/pango/pango.modules
@echo "pango-basic-win32.dll BasicScriptEngineWin32 PangoEngineShape PangoRenderWin32 common:" >> win-build-dir/etc/pango/pango.modules
@cp $(GTK_BINDIR)/../lib/pango/1.?.?/modules/pango-basic-win32.dll win-build-dir
@mkdir -p win-build-dir/share/locale
@mkdir -p win-build-dir/lib/locale
@for i in $(PO_LOCALES); do \
mkdir -p win-build-dir/share/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../share/locale/$$i/LC_MESSAGES/atk*.mo win-build-dir/share/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../share/locale/$$i/LC_MESSAGES/glib*.mo win-build-dir/share/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../share/locale/$$i/LC_MESSAGES/gtk*.mo win-build-dir/share/locale/$$i/LC_MESSAGES; \
mkdir -p win-build-dir/lib/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../lib/locale/$$i/LC_MESSAGES/atk*.mo win-build-dir/lib/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../lib/locale/$$i/LC_MESSAGES/glib*.mo win-build-dir/lib/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../lib/locale/$$i/LC_MESSAGES/gtk*.mo win-build-dir/lib/locale/$$i/LC_MESSAGES; \
done
windist: dvdisaster pack-images prepare-dist

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.72.rc1.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.72.rc1
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.72.rc1
user@host> rm -rf dvdisaster-0.72.1
5. Program documentation

View File

@@ -1,5 +1,5 @@
/* dvdisaster: Additional error correction for optical media.
* Copyright (C) 2004-2010 Carsten Gnoerlich.
* Copyright (C) 2004-2009 Carsten Gnoerlich.
* Project home page: http://www.dvdisaster.com
* Email: carsten@dvdisaster.com -or- cgnoerlich@fsfe.org
*

View File

@@ -1,5 +1,5 @@
/* dvdisaster: Additional error correction for optical media.
* Copyright (C) 2004-2010 Carsten Gnoerlich.
* Copyright (C) 2004-2009 Carsten Gnoerlich.
* Project home page: http://www.dvdisaster.com
* Email: carsten@dvdisaster.com -or- cgnoerlich@fsfe.org
*

View File

@@ -1,2 +1,2 @@
#define BUILD 130
#define BDATE "27.02.10 (Samstag, 19:41)"
#define BUILD 20
#define BDATE "08.08.09 (Samstag, 20:46)"

View File

@@ -1,5 +1,5 @@
/* dvdisaster: Additional error correction for optical media.
* Copyright (C) 2004-2010 Carsten Gnoerlich.
* Copyright (C) 2004-2009 Carsten Gnoerlich.
* Project home page: http://www.dvdisaster.com
* Email: carsten@dvdisaster.com -or- cgnoerlich@fsfe.org
*
@@ -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,18 +697,16 @@ 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->dsmVersion = 1;
/* default sizes for typical CD and DVD media */
@@ -746,9 +738,12 @@ void InitClosure()
DefaultColors();
memset(Closure->bs, '\b', 255);
memset(Closure->sp, ' ', 255);
DefaultLogFile();
#ifdef SYS_MINGW
OpenAspi();
#endif
}
/*
@@ -908,4 +903,8 @@ void FreeClosure()
g_free(Closure->readAdaptiveErrorMsg);
g_free(Closure);
#ifdef SYS_MINGW
CloseAspi();
#endif
}

27
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=2
#REL_STATUS=patch
REL_STATUS=devel
REL_MICRO=1
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.1"
# Check for some essential tools.
REQUIRE_GMAKE
@@ -112,7 +107,6 @@ CFG_CFLAGS=$SAVE_CFLAGS
echo
CHECK_ENDIAN
CHECK_BITNESS
CHECK_SSE2
# Look for required tools
@@ -134,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:"
@@ -207,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)

View File

@@ -1,5 +1,5 @@
/* dvdisaster: Additional error correction for optical media.
* Copyright (C) 2004-2010 Carsten Gnoerlich.
* Copyright (C) 2004-2009 Carsten Gnoerlich.
* Project home page: http://www.dvdisaster.com
* Email: carsten@dvdisaster.com -or- cgnoerlich@fsfe.org
*

View File

@@ -1,5 +1,5 @@
/* dvdisaster: Additional error correction for optical media.
* Copyright (C) 2004-2010 Carsten Gnoerlich.
* Copyright (C) 2004-2009 Carsten Gnoerlich.
* Project home page: http://www.dvdisaster.com
* Email: carsten@dvdisaster.com -or- cgnoerlich@fsfe.org
*

View File

@@ -1,5 +1,5 @@
/* dvdisaster: Additional error correction for optical media.
* Copyright (C) 2004-2010 Carsten Gnoerlich.
* Copyright (C) 2004-2009 Carsten Gnoerlich.
* Project home page: http://www.dvdisaster.com
* Email: carsten@dvdisaster.com -or- cgnoerlich@fsfe.org
*

4
debian/README.source vendored Normal file
View File

@@ -0,0 +1,4 @@
The source package uses quilt for the modifications of the upstream source.
If you want to change something it is best to use the quilt approach as
documented in
/usr/share/doc/quilt/README.source

259
debian/changelog vendored Normal file
View File

@@ -0,0 +1,259 @@
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 Normal file
View File

@@ -0,0 +1 @@
7

33
debian/control vendored Normal file
View File

@@ -0,0 +1,33 @@
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), quilt, gettext, libbz2-dev, libgtk2.0-dev, libpng12-dev, pkg-config
Standards-Version: 3.8.3
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
Section: otherosfs
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
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 Normal file
View File

@@ -0,0 +1,42 @@
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.

6
debian/dvdisaster-doc.docs vendored Normal file
View File

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

1
debian/dvdisaster-doc.install vendored Normal file
View File

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

6
debian/dvdisaster.docs vendored Normal file
View File

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

1
debian/dvdisaster.examples vendored Normal file
View File

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

3
debian/dvdisaster.install vendored Normal file
View File

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

4
debian/dvdisaster.menu vendored Normal file
View File

@@ -0,0 +1,4 @@
?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"

41
debian/examples/gmkrs02 vendored Normal file
View File

@@ -0,0 +1,41 @@
#!/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

51
debian/patches/01-docdir.patch vendored Normal file
View File

@@ -0,0 +1,51 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Hardcode documentation subdirectory, autodetection doesn't work.
diff -Naurp dvdisaster.orig/documentation/dvdisaster.cs.1 dvdisaster/documentation/dvdisaster.cs.1
--- dvdisaster.orig/documentation/dvdisaster.cs.1 2009-01-19 20:53:35.000000000 +0000
+++ dvdisaster/documentation/dvdisaster.cs.1 2009-01-25 12:51:13.000000000 +0000
@@ -119,7 +119,7 @@ rozdělí soubory na segmenty <= 2 GB.
.SH VIZ TÉŽ
.B Dokumentace
DVDISASTER je dokumentován svým vlastním manuálem, nainstalovaným v
-.IR %docdir%.
+.IR /usr/share/doc/dvdisaster-doc/html.
.SH AUTOR
DVDISASTER napsal Carsten Gnoerlich <carsten@dvdisaster.com>.
diff -Naurp dvdisaster.orig/documentation/dvdisaster.de.1 dvdisaster/documentation/dvdisaster.de.1
--- dvdisaster.orig/documentation/dvdisaster.de.1 2009-01-19 20:53:35.000000000 +0000
+++ dvdisaster/documentation/dvdisaster.de.1 2009-01-25 12:51:13.000000000 +0000
@@ -231,7 +231,7 @@ Abbild in mehrere Dateien <= 2GB aufteil
.SH SIEHE AUCH
.B Dokumentation
DVDISASTER ist in seinem eigenen Handbuch dokumentiert, welches in
-.IR %docdir%
+.IR /usr/share/doc/dvdisaster-doc/html
installiert ist.
.SH AUTHOR
diff -Naurp dvdisaster.orig/documentation/dvdisaster.en.1 dvdisaster/documentation/dvdisaster.en.1
--- dvdisaster.orig/documentation/dvdisaster.en.1 2009-01-19 20:53:35.000000000 +0000
+++ dvdisaster/documentation/dvdisaster.en.1 2009-01-25 12:51:13.000000000 +0000
@@ -220,7 +220,7 @@ split image into files <= 2GB.
.SH SEE ALSO
.B Documentation
DVDISASTER is documented by its own manual, installed in
-.IR %docdir%
+.IR /usr/share/doc/dvdisaster-doc/html
.SH AUTHOR
DVDISASTER was written by Carsten Gnoerlich <carsten@dvdisaster.com>.
diff -Naurp dvdisaster.orig/documentation/dvdisaster.it.1 dvdisaster/documentation/dvdisaster.it.1
--- dvdisaster.orig/documentation/dvdisaster.it.1 2009-01-19 20:53:35.000000000 +0000
+++ dvdisaster/documentation/dvdisaster.it.1 2009-01-25 12:51:13.000000000 +0000
@@ -115,7 +115,7 @@ Suddividere l'immagine in file <= 2GB.
.SH "VEDERE ANCHE"
.B Documentation
DVDISASTER is documented by its own manual, installed in
-.IR %docdir%
+.IR /usr/share/doc/dvdisaster-doc/html
.SH AUTORI
DVDISASTER was written by Carsten Gnoerlich <carsten@dvdisaster.com>.

20
debian/patches/02-encryption.patch vendored Normal file
View File

@@ -0,0 +1,20 @@
Author: n/a
Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption).
diff -Naurp dvdisaster.orig/scsi-layer.c dvdisaster/scsi-layer.c
--- dvdisaster.orig/scsi-layer.c 2008-03-30 09:10:52.000000000 +0000
+++ dvdisaster/scsi-layer.c 2008-05-03 08:31:12.000000000 +0000
@@ -2438,11 +2438,12 @@ DeviceHandle* OpenAndQueryDevice(char *d
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 */

18
debian/patches/03-dvdrom.patch vendored Normal file
View File

@@ -0,0 +1,18 @@
Author: Corey Wright <undefined@pobox.com>
Description: Adds support for DVD-ROM medium-type.
diff -Naurp dvdisaster.orig/scsi-layer.c dvdisaster/scsi-layer.c
--- dvdisaster.orig/scsi-layer.c 2008-03-30 09:10:52.000000000 +0000
+++ dvdisaster/scsi-layer.c 2008-05-03 08:32:22.000000000 +0000
@@ -719,6 +719,11 @@ static int query_dvd(DeviceHandle *dh, i
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;

15
debian/patches/04-manpage.patch vendored Normal file
View File

@@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Fixes typo in manpages.
diff -Naurp dvdisaster.orig/documentation/dvdisaster.cs.1 dvdisaster/documentation/dvdisaster.cs.1
--- dvdisaster.orig/documentation/dvdisaster.cs.1 2009-01-19 20:53:35.000000000 +0000
+++ dvdisaster/documentation/dvdisaster.cs.1 2009-01-25 12:53:36.000000000 +0000
@@ -7,7 +7,7 @@
.\"
.TH DVDISASTER 1 "2006-01-04" "0.65" "ochrana pro média CD/DVD"
-.SH NÁZEV
+.SH JM<4A>NO
DVDISASTER \- ochrana proti ztrátě dat poškrábáním/stárnutím média CD/DVD
.SH SYNTAXE

57
debian/patches/05-help-dialog.patch vendored Normal file
View File

@@ -0,0 +1,57 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Customizes the help-dialog according to README.MODIFYING.
diff -Naurp dvdisaster.orig/help-dialogs.c dvdisaster/help-dialogs.c
--- dvdisaster.orig/help-dialogs.c 2009-01-19 20:53:35.000000000 +0000
+++ dvdisaster/help-dialogs.c 2009-01-25 12:49:22.000000000 +0000
@@ -385,7 +385,7 @@ void ShowGPL()
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);
}
/*
@@ -541,7 +541,7 @@ static void show_modifying(void)
{ 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)
@@ -698,9 +698,9 @@ void AboutDialog()
#ifdef MODIFIED_SOURCE
AboutTextWithLink(vbox,
- _("Modified version Copyright 2009 (please fill in - [directions])\n"
- "Copyright 2004-2009 Carsten Gnoerlich"),
- "MODIFYING");
+ _("Modified version for [Debian GNU/Linux]\n"
+ "Original Copyright 2004-2009 Carsten Gnoerlich"),
+ "http://www.debian.org/");
#else
AboutText(vbox, _("Copyright 2004-2009 Carsten Gnoerlich"));
#endif
@@ -717,14 +717,14 @@ void AboutDialog()
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");

5
debian/patches/series vendored Normal file
View File

@@ -0,0 +1,5 @@
01-docdir.patch
02-encryption.patch
03-dvdrom.patch
04-manpage.patch
05-help-dialog.patch

151
debian/pixmaps/dvdisaster.xpm vendored Normal file
View File

@@ -0,0 +1,151 @@
/* 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 . ",
" "};

86
debian/rules vendored Executable file
View File

@@ -0,0 +1,86 @@
#!/usr/bin/make -f
include /usr/share/quilt/quilt.make
clean: unpatch
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: patch
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) BINDIR=$(CURDIR)/debian/tmp/usr/bin DOCDIR=$(CURDIR)/debian/tmp/usr/share/doc DOCSUBDIR=$(CURDIR)/debian/tmp/usr/share/doc/dvdisaster-doc/html LOCALEDIR=$(CURDIR)/debian/tmp/usr/share/locale MANDIR=$(CURDIR)/debian/tmp/usr/share/man 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

131
debug.c
View File

@@ -1,5 +1,5 @@
/* dvdisaster: Additional error correction for optical media.
* Copyright (C) 2004-2010 Carsten Gnoerlich.
* Copyright (C) 2004-2009 Carsten Gnoerlich.
* Project home page: http://www.dvdisaster.com
* Email: carsten@dvdisaster.com -or- cgnoerlich@fsfe.org
*
@@ -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");
}

0
documentation/cs/images/.gitignore vendored Normal file
View File

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Herunterladen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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>
@@ -58,8 +59,6 @@
<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="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>
@@ -99,16 +98,18 @@ 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-2)</a>.
<p>
ist <a href="download40">0.72 (pl1)</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">08-Aug-2009</td></tr>
@@ -116,19 +117,17 @@ ist <a href="download40.html">0.79 (devel-2)</a>.
<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.72.1.tar.bz2">dvdisaster-0.72.1.tar.bz2</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1.tar.bz2?download">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>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1.tar.bz2.gpg?download">dvdisaster-0.72.1.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.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>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1.app.zip?download">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>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1.app.zip.gpg?download">dvdisaster-0.72.1.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.1-setup.exe">dvdisaster-0.72.1-setup.exe</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1-setup.exe?download">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 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>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1-setup.exe.gpg?download">dvdisaster-0.72.1-setup.exe.gpg</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
@@ -151,9 +150,8 @@ Grundlegende Neuerungen in dieser Version:<p>
<b>Patches</b> (kleine Änderungen nach Version 0.72; die obigen Dateien wurden erneuert):<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
@@ -167,13 +165,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">
@@ -182,13 +173,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>
<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>
<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>
@@ -258,16 +249,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 --->
@@ -280,7 +269,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
@@ -11,7 +11,6 @@
require("../include/dvdisaster.php");
require("../include/footnote.php");
begin_page();
$show_all=$_GET["showall"];
?>
<!--- Insert actual page content below --->
@@ -39,22 +38,18 @@ 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">08-Aug-2009</td></tr>
@@ -62,43 +57,17 @@ ist <a href="download40.php"><?php echo $cooked_version ?></a>.
<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.72.1.tar.bz2">dvdisaster-0.72.1.tar.bz2</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1.tar.bz2?download">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>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1.tar.bz2.gpg?download">dvdisaster-0.72.1.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.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>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1.app.zip?download">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>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1.app.zip.gpg?download">dvdisaster-0.72.1.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.1-setup.exe">dvdisaster-0.72.1-setup.exe</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1-setup.exe?download">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 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>
<?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"> </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>
<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">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>
<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">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>
<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>
<?php
}
?>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.1-setup.exe.gpg?download">dvdisaster-0.72.1-setup.exe.gpg</a></td></tr>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
@@ -121,9 +90,8 @@ Grundlegende Neuerungen in dieser Version:<p>
<b>Patches</b> (kleine Änderungen nach Version 0.72; die obigen Dateien wurden erneuert):<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
@@ -137,13 +105,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">
@@ -152,13 +113,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>
<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>
<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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Systemvoraussetzungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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>
@@ -58,8 +59,6 @@
<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="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>
@@ -87,19 +86,18 @@
<h3>Betriebssysteme</h3>
Das dvdisaster-Projekt empfiehlt GNU/Linux.
<ul>
<li><b>GNU/Linux</b> ab Kernel <b>2.6.7</b> (empfohlen: 2.6.26)<p>
</li>
<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>NetBSD</b> ab Version 3.1.<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>Windows 2000 SP4</b> oder neuer.
<li><b>NetBSD</b> ab Version 3.1.<p></li>
<li><b>Windows 2000</b>, <b>Windows XP</b> oder <b>Windows Vista (R).</b>
</li>
</ul>
@@ -108,16 +106,14 @@ Das dvdisaster-Projekt empfiehlt GNU/Linux.
</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 --->
@@ -130,7 +126,7 @@ Das dvdisaster-Projekt empfiehlt GNU/Linux.
<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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
@@ -25,19 +25,18 @@ begin_page();
<h3>Betriebssysteme</h3>
Das dvdisaster-Projekt empfiehlt GNU/Linux.
<ul>
<li><b>GNU/Linux</b> ab Kernel <b>2.6.7</b> (empfohlen: 2.6.26)<p>
</li>
<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>NetBSD</b> ab Version 3.1.<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>Windows 2000 SP4</b> oder neuer.
<li><b>NetBSD</b> ab Version 3.1.<p></li>
<li><b>Windows 2000</b>, <b>Windows XP</b> oder <b>Windows Vista (R).</b>
</li>
</ul>

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Digitale Unterschrift</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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>
@@ -58,8 +59,6 @@
<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">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>
@@ -104,16 +103,14 @@ den Betreff "GPG finger print".
</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 --->
@@ -126,7 +123,7 @@ den Betreff "GPG finger print".
<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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Installation</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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>
@@ -58,8 +59,6 @@
<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="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>
@@ -118,7 +117,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.2-setup.exe)
Installations-Programm (z.B. dvdisaster-0.72.1-setup.exe)
aus. Es enthält einen Dialog zum Einrichten von dvdisaster.<p>
<b>Warnung:</b> Sie können dvdisaster nicht installieren, indem Sie
@@ -134,16 +133,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 --->
@@ -156,7 +153,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,6 +1,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,234 +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.1 / 0.79 (devel-2)</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="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">28-Feb-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.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">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>&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.79.2.app.zip.gpg">dvdisaster-0.79.2.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.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 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.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,6 +1,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
@@ -10,7 +10,6 @@
require("../include/dvdisaster.php");
begin_page();
$show_all=$_GET["showall"];
?>
<!--- Insert actual page content below --->
@@ -21,142 +20,40 @@ $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.74.
<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">28-Feb-2010</td></tr>
<tr><td><b>dvdisaster-0.73 (devel1)</b></td><td align="right">xx-XXX-2009</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.2.tar.bz2">dvdisaster-0.79.2.tar.bz2</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.73.1.tar.bz2?download">dvdisaster-0.73.1.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">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>&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.79.2.app.zip.gpg">dvdisaster-0.79.2.app.zip.gpg</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.73.1.tar.bz2.gpg?download">dvdisaster-0.73.1.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.79.2-setup.exe">dvdisaster-0.79.2-setup.exe</a></td></tr>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.73.1-setup.exe?download">dvdisaster-0.73.1-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 colspan="2"> </td></tr>
<?php
if($show_all == 0) {
?>
<tr><td colspan="2"><a href="download40.php?showall=1#download">Ältere Veröffentlichungen des 0.79er-Versionszweiges anzeigen</a></td></tr>
<?php
}
else {
?>
<tr><td colspan="2"><a href="download40.php?showall=0#download">Ältere Veröffentlichungen des 0.79er-Versionszweiges verbergen</a></td></tr>
<tr><td colspan="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.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">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.1.app.zip">dvdisaster-0.79.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.79.1.app.zip.gpg">dvdisaster-0.79.1.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.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>
<?php
}
?>
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.73.1-setup.exe.gpg?download">dvdisaster-0.73.1-setup.exe.gpg</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.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.
Not yet released.
</td></tr></table><p>
<!--- do not change below --->

View File

@@ -1,234 +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.1 / 0.79 (devel-2)</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="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">28-Feb-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.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">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>&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.79.2.app.zip.gpg">dvdisaster-0.79.2.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.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 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.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,250 +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.1 / 0.79 (devel-2)</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="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">28-Feb-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.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">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>&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.79.2.app.zip.gpg">dvdisaster-0.79.2.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.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 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 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">Binärversion für Mac OS X 10.5 / x86:&nbsp;</td>
<td><a href="http://dvdisaster.net/downloads/dvdisaster-0.79.1.app.zip">dvdisaster-0.79.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.79.1.app.zip.gpg">dvdisaster-0.79.1.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.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>
</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.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,139 +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.1 / 0.79 (devel-2)</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="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,293 +0,0 @@
<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>
<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.1 / 0.79 (devel-2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
<a href="../en/download.html"></a>
<a href="../ru/download.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">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="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>dvdisaster herunterladen</h3>
dvdisaster unterstützt die Betriebssysteme Darwin/Mac OS X, FreeBSD, GNU/Linux, NetBSD und Windows in den <a href="download10.html">aktuellen Versionen</a>.
Es wird Ihnen
als <a href="http://www.germany.fsfeurope.org/documents/freesoftware.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><a href="download_showall=0.html#gpl3"><sup>*)</sup></a> zur
Verfügung gestellt.<p>
Laden Sie sich bitte entweder den Quellkode oder eine Binärversion
aus der folgenden Liste herunter. Die Pakete können mit
einer <a href="download20.html">digitalen Unterschrift</a> auf
ihren Ursprungszustand überprüft werden.<p>
<ul>
<li>Die Quellkode-Version enthält eine Datei <tt>INSTALL</tt> mit weiteren
Informationen zum Übersetzen des Programmes.</li>
<li>Für Mac OS X laden Sie bitte das ZIP-Archiv herunter und packen es an einer
beliebigen Stelle aus. Bitte beachten Sie die
<a href="download30.html#mac">speziellen Hinweise für Mac OS X</a>.</li>
<li>Um die Binärversion <a href="download30.html#win">für Windows zu installieren</a>,
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-2)</a>.
<p>
<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">08-Aug-2009</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.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">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">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 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>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
Grundlegende Neuerungen in dieser Version:<p>
<ul>
<li>Unterstützung für <a href="qa10.html#media">Blu-Ray-Datenträger</a></li>
<li>"Raw"-Lesen und C2-Überprüfungen für CD-Datenträger</li>
<li>Einstellbare Anzahl der Leseversuche</li>
<li>Erstes "natives" Mac OS X-Paket </li>
<li>NetBSD-Port von Sergey Svishchev</li>
<li>Verbesserte Typerkennung für eingelegte Datenträger</li>
<li>Informationsfenster für eingelegten Datenträger</li>
<li>Überarbeiteter und erweiterter Dialog für Programmeinstellungen</li>
<li>Neu gestaltete und erweiterte Dokumentation</li>
<li>Russische Übersetzungen von Igor Gorbounov</li>
<li>... und unzählige weitere kleine Sachen.</li>
</ul>
<b>Patches</b> (kleine Änderungen nach Version 0.72; die obigen Dateien wurden erneuert):<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>
<b>0.72</b> 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.<p>
Unter neueren Windows-Versionen wird bei bestimmten Spracheinstellungen
nicht die gewünschte Bildschirmsprache dargestellt. Die Behebung
dieses Problems ist ziemlich komplex und wird erst mit Version 0.73
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">
<tr><td><b>dvdisaster-0.70</b></td><td align="right">04-Mär-2008</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.70.6.tar.bz2">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">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>
<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>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
Das RS02-Fehlerkorrektur-Verfahren
wird in der graphischen Benutzeroberfläche vollständig unterstützt.
Damit erzeugte Abbilder können nun auch
mit dem angepaßten Leseverfahren verarbeitet werden.<p>
Julian Einwag hat damit begonnen, dvdisaster
für Mac OS X / Darwin anzupassen.<p>
Daniel Nylander hat die Bildschirmtexte ins Schwedische übersetzt.<p>
<b>Patches</b> (kleine Änderungen nach Version 0.70; die obigen Dateien wurden erneuert):<p>
<b>pl6</b> Die Unterstützung von Umlauten in Dateinamen wurde
wieder rückgängig gemacht,
da sie zur fehlerhaften Bearbeitung von Dateien &gt; 2GB unter Windows führte.
Eine korrekte Behandlung von Dateinamen mit Sonderzeichen
wird jetzt erst in der
experimentellen Version 0.71.25 erprobt. <i>(04-Mär-2008)</i><p>
<b>pl5</b> Behebt ein Problem mit neueren Linux-Kernen, das unter bestimmten Bedingungen zum
Einfrieren des Systems führen kann. Die Behandlung von Umlauten in Dateinamen wurde
verbessert.
Zurückportierung einiger weiterer
Verbesserungen aus 0.71.24. <i>(24-Feb-2008)</i>.<p>
<b>pl4</b> ist besser kompatibel zu zweischichtigen DVDs
(DVD-R DL und DVD+R DL).<br>
Einige kleinere Fehler wurden behoben. <i>(20-Jan-2007)</i>.<p>
<b>pl3</b> behebt einen Fehler bei der Erkennung von nicht unterstützten CDs,
der unter Umständen einen blauen Bildschirm unter Windows erzeugte.
Abbruchmöglichkeit während der RS02-Erkennung für DVD RW hinzugefügt.
<i>(10-Dez-2006)</i>.<p>
<b>pl2</b> behebt eine fehlerhafte Speicherfreigabe beim Schließen des Programms.
Das Auspacken der Bildschirmfotos für die Dokumentation auf PPC-Plattformen wurde
korrigiert. Nur die Quellkode-Archive wurden erneuert.
<i>(03-Okt-2006)</i>.<p>
<b>pl1</b> behebt einen Fehler im angepaßten Lesen für RS02, durch den unter bestimmten
Bedingungen nicht genügend Daten für eine erfolgreiche Wiederherstellung gelesen wurden.
Ein paar kleine Verbesserungen an der Dokumentation und der Benutzbarkeit sind auch dabei.
<i>(30-Jul-2006)</i>
</td></tr></table><p>
Der Quellkode von dvdisaster kann auch direkt im
<a href="http://sourceforge.net/cvs/?group_id=157550">CVS-Archiv</a>
betrachtet werden. Einige interessante Dateien darin sind:
<ul>
<li><a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/CHANGELOG?view=markup">CHANGELOG</a>- was hat sich in den letzten Versionen geändert (in Englisch);</li>
<li><a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/CREDITS.de?view=markup">CREDITS.de</a>- wer bei dem Projekt bisher mitgemacht hat;</li>
<li><a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/INSTALL?view=markup">INSTALL</a> - Installationshinweise (in Englisch);</li>
<li><a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/README?view=markup">README</a> - eine Übersicht zum Quellkodearchiv (in Englisch).</li>
</ul>
<pre> </pre>
<table width="30%" cellpadding="0"><tr bgcolor="#000000"><td><img width=1 height=1 alt=""></td></tr></table>
<a name="gpl3"><sup>*)</sup>dvdisaster wird zu einem späteren Zeitpunkt zur GNU General Public License Version 3 wechseln.</a>
<!--- 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,307 +0,0 @@
<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>
<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.1 / 0.79 (devel-2)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
<a href="../en/download.html"></a>
<a href="../ru/download.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">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="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>dvdisaster herunterladen</h3>
dvdisaster unterstützt die Betriebssysteme Darwin/Mac OS X, FreeBSD, GNU/Linux, NetBSD und Windows in den <a href="download10.html">aktuellen Versionen</a>.
Es wird Ihnen
als <a href="http://www.germany.fsfeurope.org/documents/freesoftware.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><a href="download_showall=1.html#gpl3"><sup>*)</sup></a> zur
Verfügung gestellt.<p>
Laden Sie sich bitte entweder den Quellkode oder eine Binärversion
aus der folgenden Liste herunter. Die Pakete können mit
einer <a href="download20.html">digitalen Unterschrift</a> auf
ihren Ursprungszustand überprüft werden.<p>
<ul>
<li>Die Quellkode-Version enthält eine Datei <tt>INSTALL</tt> mit weiteren
Informationen zum Übersetzen des Programmes.</li>
<li>Für Mac OS X laden Sie bitte das ZIP-Archiv herunter und packen es an einer
beliebigen Stelle aus. Bitte beachten Sie die
<a href="download30.html#mac">speziellen Hinweise für Mac OS X</a>.</li>
<li>Um die Binärversion <a href="download30.html#win">für Windows zu installieren</a>,
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-2)</a>.
<p>
<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">08-Aug-2009</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.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">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">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 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"> </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>
<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">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>
<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">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>
<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>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
Grundlegende Neuerungen in dieser Version:<p>
<ul>
<li>Unterstützung für <a href="qa10.html#media">Blu-Ray-Datenträger</a></li>
<li>"Raw"-Lesen und C2-Überprüfungen für CD-Datenträger</li>
<li>Einstellbare Anzahl der Leseversuche</li>
<li>Erstes "natives" Mac OS X-Paket </li>
<li>NetBSD-Port von Sergey Svishchev</li>
<li>Verbesserte Typerkennung für eingelegte Datenträger</li>
<li>Informationsfenster für eingelegten Datenträger</li>
<li>Überarbeiteter und erweiterter Dialog für Programmeinstellungen</li>
<li>Neu gestaltete und erweiterte Dokumentation</li>
<li>Russische Übersetzungen von Igor Gorbounov</li>
<li>... und unzählige weitere kleine Sachen.</li>
</ul>
<b>Patches</b> (kleine Änderungen nach Version 0.72; die obigen Dateien wurden erneuert):<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>
<b>0.72</b> 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.<p>
Unter neueren Windows-Versionen wird bei bestimmten Spracheinstellungen
nicht die gewünschte Bildschirmsprache dargestellt. Die Behebung
dieses Problems ist ziemlich komplex und wird erst mit Version 0.73
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">
<tr><td><b>dvdisaster-0.70</b></td><td align="right">04-Mär-2008</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.70.6.tar.bz2">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">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>
<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>
</table>
</td></tr>
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
<tr><td colspan="2">
Das RS02-Fehlerkorrektur-Verfahren
wird in der graphischen Benutzeroberfläche vollständig unterstützt.
Damit erzeugte Abbilder können nun auch
mit dem angepaßten Leseverfahren verarbeitet werden.<p>
Julian Einwag hat damit begonnen, dvdisaster
für Mac OS X / Darwin anzupassen.<p>
Daniel Nylander hat die Bildschirmtexte ins Schwedische übersetzt.<p>
<b>Patches</b> (kleine Änderungen nach Version 0.70; die obigen Dateien wurden erneuert):<p>
<b>pl6</b> Die Unterstützung von Umlauten in Dateinamen wurde
wieder rückgängig gemacht,
da sie zur fehlerhaften Bearbeitung von Dateien &gt; 2GB unter Windows führte.
Eine korrekte Behandlung von Dateinamen mit Sonderzeichen
wird jetzt erst in der
experimentellen Version 0.71.25 erprobt. <i>(04-Mär-2008)</i><p>
<b>pl5</b> Behebt ein Problem mit neueren Linux-Kernen, das unter bestimmten Bedingungen zum
Einfrieren des Systems führen kann. Die Behandlung von Umlauten in Dateinamen wurde
verbessert.
Zurückportierung einiger weiterer
Verbesserungen aus 0.71.24. <i>(24-Feb-2008)</i>.<p>
<b>pl4</b> ist besser kompatibel zu zweischichtigen DVDs
(DVD-R DL und DVD+R DL).<br>
Einige kleinere Fehler wurden behoben. <i>(20-Jan-2007)</i>.<p>
<b>pl3</b> behebt einen Fehler bei der Erkennung von nicht unterstützten CDs,
der unter Umständen einen blauen Bildschirm unter Windows erzeugte.
Abbruchmöglichkeit während der RS02-Erkennung für DVD RW hinzugefügt.
<i>(10-Dez-2006)</i>.<p>
<b>pl2</b> behebt eine fehlerhafte Speicherfreigabe beim Schließen des Programms.
Das Auspacken der Bildschirmfotos für die Dokumentation auf PPC-Plattformen wurde
korrigiert. Nur die Quellkode-Archive wurden erneuert.
<i>(03-Okt-2006)</i>.<p>
<b>pl1</b> behebt einen Fehler im angepaßten Lesen für RS02, durch den unter bestimmten
Bedingungen nicht genügend Daten für eine erfolgreiche Wiederherstellung gelesen wurden.
Ein paar kleine Verbesserungen an der Dokumentation und der Benutzbarkeit sind auch dabei.
<i>(30-Jul-2006)</i>
</td></tr></table><p>
Der Quellkode von dvdisaster kann auch direkt im
<a href="http://sourceforge.net/cvs/?group_id=157550">CVS-Archiv</a>
betrachtet werden. Einige interessante Dateien darin sind:
<ul>
<li><a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/CHANGELOG?view=markup">CHANGELOG</a>- was hat sich in den letzten Versionen geändert (in Englisch);</li>
<li><a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/CREDITS.de?view=markup">CREDITS.de</a>- wer bei dem Projekt bisher mitgemacht hat;</li>
<li><a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/INSTALL?view=markup">INSTALL</a> - Installationshinweise (in Englisch);</li>
<li><a href="http://dvdisaster.cvs.sourceforge.net/dvdisaster/dvdisaster/README?view=markup">README</a> - eine Übersicht zum Quellkodearchiv (in Englisch).</li>
</ul>
<pre> </pre>
<table width="30%" cellpadding="0"><tr bgcolor="#000000"><td><img width=1 height=1 alt=""></td></tr></table>
<a name="gpl3"><sup>*)</sup>dvdisaster wird zu einem späteren Zeitpunkt zur GNU General Public License Version 3 wechseln.</a>
<!--- 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,6 +1,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,65 +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-02-28T19:15:30+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.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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehler berichten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +155,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 +175,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehler berichten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +153,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 +173,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Typische Anwendungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +155,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 +175,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Datenträger auf Lesefehler prüfen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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>
@@ -144,16 +145,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 +165,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +233,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 +253,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +231,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 +251,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +231,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 +251,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +231,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 +251,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +231,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 +251,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +231,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 +251,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Prüfung durchführen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +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 --->
@@ -205,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Prüfung durchführen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +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 --->
@@ -205,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Prüfung durchführen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +183,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 +203,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +276,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 +296,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +276,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 +296,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +274,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 +294,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +274,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 +294,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +274,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 +294,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +274,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 +294,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +274,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 +294,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ergebnisse bewerten</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +274,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 +294,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fortgeschrittene Einstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +152,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 +172,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fortgeschrittene Einstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +150,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 +170,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fortgeschrittene Einstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +150,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 +170,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Daten als Datei erzeugen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +158,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 +178,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +136,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 +156,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +139,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 +159,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +141,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 +161,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +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 --->
@@ -165,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Entscheidungshilfe</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +143,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 +163,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +234,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 +272,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 +292,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
@@ -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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +232,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 +270,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 +290,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +232,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 +270,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 +290,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +232,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 +270,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 +290,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +232,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 +270,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 +290,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +232,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 +270,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 +290,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Grundeinstellungen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +234,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 +270,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 +290,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,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Fehlerkorrektur-Datei erzeugen</title>
<title>dvdisaster</title>
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
</head>
<body>
@@ -11,7 +11,7 @@
<tr>
<td align="left">
<font size="+3"><b>dvdisaster</b></font>
<i>Version 0.72.1 / 0.79 (devel-2)</i>
<i>Version 0.72 (pl1)</i>
</td>
<td align="right">
<font size="+3">&nbsp;</font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
@@ -48,6 +48,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 +115,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 +135,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,6 @@
<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2009 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#

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