Compare commits
28 Commits
debian/0.7
...
debian/0.7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
848b6782bd | ||
|
|
b8f0e626e4 | ||
|
|
96b581bdd0 | ||
|
|
cea78c3862 | ||
|
|
80e291c7e4 | ||
|
|
57e4fab14b | ||
|
|
219494102d | ||
|
|
f51c51aad9 | ||
|
|
7771474ad7 | ||
|
|
65764829ad | ||
|
|
9fe0db45c7 | ||
|
|
70a6efdc89 | ||
|
|
fac6933b94 | ||
|
|
00e19688b4 | ||
|
|
237207698a | ||
|
|
af26379c0c | ||
|
|
3ee8b47d0c | ||
|
|
da276c7fc4 | ||
|
|
d8edfc2ac4 | ||
|
|
0683a48953 | ||
|
|
a6dd6eaf97 | ||
|
|
9e778cc617 | ||
|
|
26207495ec | ||
|
|
487811728e | ||
|
|
1fbaa497e2 | ||
|
|
8f429ba0a8 | ||
|
|
a02e5d8a10 | ||
|
|
294f8623c4 |
@@ -1,3 +1,8 @@
|
|||||||
|
0.72 (pl-1) 08-08-2009
|
||||||
|
- Pablo Almeida provided a Portuguese translation
|
||||||
|
for the screen text.
|
||||||
|
- workaround for freeze on Win XP for certain drive/CD-RW pairs
|
||||||
|
|
||||||
0.72 04-07-2009
|
0.72 04-07-2009
|
||||||
- Igor Gorbounov completed the Russian translation
|
- Igor Gorbounov completed the Russian translation
|
||||||
- fixed lockups in the spiral under Mac OS X
|
- fixed lockups in the spiral under Mac OS X
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
Mnoho poděkování patří následujícím lidem (v alfabetickém pořadí):
|
Mnoho poděkování patří následujícím lidem (v alfabetickém pořadí):
|
||||||
|
|
||||||
|
Pablo Almeida (pabloalmeidaff9@gmail.com)
|
||||||
|
provides and maintains the Portuguese translation.
|
||||||
|
|
||||||
Harald Bögeholz (hwb@heise.de)
|
Harald Bögeholz (hwb@heise.de)
|
||||||
poskytl řadu podstatných diskuzí o obnově dat na CD/DVD
|
poskytl řadu podstatných diskuzí o obnově dat na CD/DVD
|
||||||
a opravě chyb Reed-Solomon.
|
a opravě chyb Reed-Solomon.
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
Vielen Dank an die folgenden Personen (in alphabetischer Reihenfolge):
|
Vielen Dank an (in alphabetischer Reihenfolge):
|
||||||
|
|
||||||
|
Pablo Almeida (pabloalmeidaff9@gmail.com)
|
||||||
|
erstellt und pflegt die portugiesische Übersetzung.
|
||||||
|
|
||||||
Harald Bögeholz (hwb@heise.de)
|
Harald Bögeholz (hwb@heise.de)
|
||||||
für viele tiefgehende Diskussionen über CD/DVD-Datenrettung
|
für viele tiefgehende Diskussionen über CD/DVD-Datenrettung
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
Many thanks to the following people (in alphabetical order):
|
Many thanks to (in alphabetical order):
|
||||||
|
|
||||||
|
Pablo Almeida (pabloalmeidaff9@gmail.com)
|
||||||
|
provides and maintains the Portuguese translation.
|
||||||
|
|
||||||
Harald Bögeholz (hwb@heise.de)
|
Harald Bögeholz (hwb@heise.de)
|
||||||
provided a lot of insightful discussions on CD/DVD data
|
provided a lot of insightful discussions on CD/DVD data
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Currently supported locales
|
# Currently supported locales
|
||||||
|
|
||||||
PO_LOCALES = br_PT cs de it ru sv
|
PO_LOCALES = pt_BR cs de it ru sv
|
||||||
MAN_LOCALES = cs de it
|
MAN_LOCALES = cs de it
|
||||||
DOC_LOCALES = de en ru
|
DOC_LOCALES = de en ru
|
||||||
|
|
||||||
@@ -132,7 +132,7 @@ simple-md5sum: md5.c
|
|||||||
@$(CC) $(COPTS) -DSIMPLE_MD5SUM md5.c -o simple-md5sum
|
@$(CC) $(COPTS) -DSIMPLE_MD5SUM md5.c -o simple-md5sum
|
||||||
|
|
||||||
# Stuff needed to generate or prepare the documentation
|
# Stuff needed to generate or prepare the documentation
|
||||||
# TAG: online-doc
|
# TAG: online-docs
|
||||||
|
|
||||||
.PHONY : images pack-images lock-images mount-php html localhtml thumbnails thumbails-lazy
|
.PHONY : images pack-images lock-images mount-php html localhtml thumbnails thumbails-lazy
|
||||||
|
|
||||||
@@ -349,7 +349,7 @@ install: dvdisaster images
|
|||||||
rm dvdisaster.updated
|
rm dvdisaster.updated
|
||||||
if echo $(WITH_OPTIONS) | grep "NLS_YES" >/dev/null; then \
|
if echo $(WITH_OPTIONS) | grep "NLS_YES" >/dev/null; then \
|
||||||
cd locale; \
|
cd locale; \
|
||||||
for i in ??; do\
|
for i in ?? ??_??; do\
|
||||||
install -d $(BUILDROOT)$(LOCALEDIR)/$$i/LC_MESSAGES; \
|
install -d $(BUILDROOT)$(LOCALEDIR)/$$i/LC_MESSAGES; \
|
||||||
install -m 644 $$i/LC_MESSAGES/dvdisaster.mo $(BUILDROOT)$(LOCALEDIR)/$$i/LC_MESSAGES; \
|
install -m 644 $$i/LC_MESSAGES/dvdisaster.mo $(BUILDROOT)$(LOCALEDIR)/$$i/LC_MESSAGES; \
|
||||||
done \
|
done \
|
||||||
@@ -390,7 +390,7 @@ archclean: distclean
|
|||||||
distclean: clean
|
distclean: clean
|
||||||
@echo "Removing configuration files"
|
@echo "Removing configuration files"
|
||||||
@rm -f configure.log Makefile.config GNUmakefile locale/Makefile
|
@rm -f configure.log Makefile.config GNUmakefile locale/Makefile
|
||||||
@for i in locale/??; do rm -rf $$i; done
|
@for i in locale/?? locale/??_??; do rm -rf $$i; done
|
||||||
@echo "all:" >>GNUmakefile
|
@echo "all:" >>GNUmakefile
|
||||||
@echo -e "\t@echo" >>GNUmakefile
|
@echo -e "\t@echo" >>GNUmakefile
|
||||||
@echo -e "\t@echo \"Please create a Makefile by entering \\\"bash configure\\\" first\"" >>GNUmakefile
|
@echo -e "\t@echo \"Please create a Makefile by entering \\\"bash configure\\\" first\"" >>GNUmakefile
|
||||||
@@ -474,6 +474,7 @@ prepare-dist:
|
|||||||
@cp $(GTK_BINDIR)/libgtk-win*.dll win-build-dir
|
@cp $(GTK_BINDIR)/libgtk-win*.dll win-build-dir
|
||||||
@mkdir win-build-dir/locale
|
@mkdir win-build-dir/locale
|
||||||
@cp -r locale/?? win-build-dir/locale
|
@cp -r locale/?? win-build-dir/locale
|
||||||
|
@cp -r locale/??_?? win-build-dir/locale
|
||||||
|
|
||||||
@mkdir -p win-build-dir/etc/gtk-2.0
|
@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
|
@echo "# GdkPixbuf Image Loader Modules file" > win-build-dir/etc/gtk-2.0/gdk-pixbuf.loaders
|
||||||
|
|||||||
6
INSTALL
6
INSTALL
@@ -148,11 +148,11 @@ Please change into a directory which is writeable
|
|||||||
for you and unpack the source code archive:
|
for you and unpack the source code archive:
|
||||||
|
|
||||||
user@host> cd /var/tmp
|
user@host> cd /var/tmp
|
||||||
user@host> tar xjf dvdisaster-0.72.rc2.tar.bz2
|
user@host> tar xjf dvdisaster-0.72.1.tar.bz2
|
||||||
|
|
||||||
Then change into the newly created directory:
|
Then change into the newly created directory:
|
||||||
|
|
||||||
user@host> cd /var/tmp/dvdisaster-0.72.rc2
|
user@host> cd /var/tmp/dvdisaster-0.72.1
|
||||||
|
|
||||||
3.2. Configuring the package
|
3.2. Configuring the package
|
||||||
----------------------------
|
----------------------------
|
||||||
@@ -231,7 +231,7 @@ please remove the directory you have created as described
|
|||||||
in section 3.1:
|
in section 3.1:
|
||||||
|
|
||||||
user@host> cd /var/tmp
|
user@host> cd /var/tmp
|
||||||
user@host> rm -rf dvdisaster-0.72.rc2
|
user@host> rm -rf dvdisaster-0.72.1
|
||||||
|
|
||||||
|
|
||||||
5. Program documentation
|
5. Program documentation
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ Czech - Luboš Staněk (lubek@users.sourceforge.net)
|
|||||||
English - Carsten Gnörlich (program author)
|
English - Carsten Gnörlich (program author)
|
||||||
German - Carsten Gnörlich (program author)
|
German - Carsten Gnörlich (program author)
|
||||||
Italian - Andrea Polverini (polve@polve.com)
|
Italian - Andrea Polverini (polve@polve.com)
|
||||||
|
Portuguese - Pablo Almeida (pabloalmeidaff9@gmail.com)
|
||||||
Russian - Igor Gorbounov (igorbounov@topazelectro.ru)
|
Russian - Igor Gorbounov (igorbounov@topazelectro.ru)
|
||||||
Swedish - Daniel Nylander (info@danielnylander.se)
|
Swedish - Daniel Nylander (info@danielnylander.se)
|
||||||
|
|
||||||
|
|||||||
4
build.h
4
build.h
@@ -1,2 +1,2 @@
|
|||||||
#define BUILD 6
|
#define BUILD 20
|
||||||
#define BDATE "04.07.09 (Samstag, 14:49)"
|
#define BDATE "08.08.09 (Samstag, 20:46)"
|
||||||
|
|||||||
8
configure
vendored
8
configure
vendored
@@ -21,13 +21,13 @@ fi
|
|||||||
|
|
||||||
PACKAGE dvdisaster 0.72
|
PACKAGE dvdisaster 0.72
|
||||||
|
|
||||||
#REL_MICRO=1
|
REL_MICRO=1
|
||||||
#REL_STATUS=patch
|
REL_STATUS=patch
|
||||||
#REL_STATUS=devel
|
#REL_STATUS=devel
|
||||||
#REL_STATUS=rc
|
#REL_STATUS=rc
|
||||||
|
|
||||||
REL_MICRO=0
|
#REL_MICRO=0
|
||||||
REL_STATUS="-" # requires MICRO=0
|
#REL_STATUS="-" # requires MICRO=0
|
||||||
|
|
||||||
DEFINE_STRING RELEASE_MICRO $REL_MICRO
|
DEFINE_STRING RELEASE_MICRO $REL_MICRO
|
||||||
DEFINE_STRING RELEASE_STATUS $REL_STATUS
|
DEFINE_STRING RELEASE_STATUS $REL_STATUS
|
||||||
|
|||||||
33
debian/changelog
vendored
33
debian/changelog
vendored
@@ -1,3 +1,36 @@
|
|||||||
|
dvdisaster (0.72.1-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* [da276c7] Refresh patches to avoid potential problems with the
|
||||||
|
buildds.
|
||||||
|
* [3ee8b47] Initial migration to format "3.0 (quilt)".
|
||||||
|
* [af26379] Wrap some long lines for legibility.
|
||||||
|
* [2372076] Wrap one extra line.
|
||||||
|
* [00e1968] Don't patch the documentation directly.
|
||||||
|
* [fac6933] Add missing misc-depends on dvdisaster
|
||||||
|
* [70a6efd] Rewrap the build-depends line, for diff-friendliness.
|
||||||
|
* [9fe0db4] Fix incorrect place of misc:depends.
|
||||||
|
* [6576482] Remove unneeded patch
|
||||||
|
* [7771474] Remove duplicate section field for dvdisaster
|
||||||
|
* [f51c51a] Add debian/watch file to more closely follow upstream
|
||||||
|
* [2194941] Remove UTF-8 encoding from desktop file
|
||||||
|
* [57e4fab] Update patch to deal with hyphens used as minus signs
|
||||||
|
* [80e291c] Add description for the patch
|
||||||
|
* [cea78c3] Add patch to fix spelling errors in the binaries
|
||||||
|
* [96b581b] Fix for another typo in the manpage
|
||||||
|
* [b8f0e62] Update standards version with no changes needed
|
||||||
|
|
||||||
|
-- Rogério Brito <rbrito@ime.usp.br> Tue, 24 Aug 2010 12:10:21 -0300
|
||||||
|
|
||||||
|
dvdisaster (0.72.1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New maintainer (Closes: 543876)
|
||||||
|
* new upstream version.
|
||||||
|
* debian/control: update Homepage:
|
||||||
|
* debian/README.source: create
|
||||||
|
* debian/control: add Vcs-*.
|
||||||
|
|
||||||
|
-- TANIGUCHI Takaki <takaki@debian.org> Mon, 23 Nov 2009 10:29:09 +0900
|
||||||
|
|
||||||
dvdisaster (0.72-2) unstable; urgency=low
|
dvdisaster (0.72-2) unstable; urgency=low
|
||||||
|
|
||||||
* Updating to standards version 3.8.3.
|
* Updating to standards version 3.8.3.
|
||||||
|
|||||||
20
debian/control
vendored
20
debian/control
vendored
@@ -1,13 +1,22 @@
|
|||||||
Source: dvdisaster
|
Source: dvdisaster
|
||||||
Section: otherosfs
|
Section: otherosfs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Debian QA Group <packages@qa.debian.org>
|
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
|
||||||
Build-Depends: debhelper (>= 7), quilt, gettext, libbz2-dev, libgtk2.0-dev, libpng12-dev, pkg-config
|
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
|
||||||
Standards-Version: 3.8.3
|
Rogério Brito <rbrito@ime.usp.br>
|
||||||
Homepage: http://dvdisaster.sourceforge.net/
|
DM-Upload-Allowed: yes
|
||||||
|
Build-Depends: debhelper (>= 7),
|
||||||
|
gettext,
|
||||||
|
libbz2-dev,
|
||||||
|
libgtk2.0-dev,
|
||||||
|
libpng12-dev,
|
||||||
|
pkg-config
|
||||||
|
Standards-Version: 3.9.1
|
||||||
|
Vcs-Browser: http://git.debian.org/?p=pkg-opt-media/dvdisaster.git
|
||||||
|
Vcs-Git: git://git.debian.org/pkg-opt-media/dvdisaster.git
|
||||||
|
Homepage: http://dvdisaster.net/
|
||||||
|
|
||||||
Package: dvdisaster
|
Package: dvdisaster
|
||||||
Section: otherosfs
|
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, xdg-utils
|
Depends: ${shlibs:Depends}, ${misc:Depends}, xdg-utils
|
||||||
Recommends: dvdisaster-doc
|
Recommends: dvdisaster-doc
|
||||||
@@ -19,6 +28,7 @@ Description: data loss/scratch/aging protection for CD/DVD media
|
|||||||
Package: dvdisaster-doc
|
Package: dvdisaster-doc
|
||||||
Section: doc
|
Section: doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}
|
||||||
Suggests: dvdisaster
|
Suggests: dvdisaster
|
||||||
Description: data loss/scratch/aging protection for CD/DVD media (documentation)
|
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
|
dvdisaster provides a margin of safety against data loss on CD and DVD media
|
||||||
|
|||||||
51
debian/patches/01-docdir.patch
vendored
51
debian/patches/01-docdir.patch
vendored
@@ -1,51 +0,0 @@
|
|||||||
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>.
|
|
||||||
7
debian/patches/02-encryption.patch
vendored
7
debian/patches/02-encryption.patch
vendored
@@ -1,10 +1,9 @@
|
|||||||
Author: n/a
|
Author: n/a
|
||||||
Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption).
|
Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption).
|
||||||
|
|
||||||
diff -Naurp dvdisaster.orig/scsi-layer.c dvdisaster/scsi-layer.c
|
--- a/scsi-layer.c
|
||||||
--- dvdisaster.orig/scsi-layer.c 2008-03-30 09:10:52.000000000 +0000
|
+++ b/scsi-layer.c
|
||||||
+++ dvdisaster/scsi-layer.c 2008-05-03 08:31:12.000000000 +0000
|
@@ -2658,11 +2658,12 @@
|
||||||
@@ -2438,11 +2438,12 @@ DeviceHandle* OpenAndQueryDevice(char *d
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
7
debian/patches/03-dvdrom.patch
vendored
7
debian/patches/03-dvdrom.patch
vendored
@@ -1,10 +1,9 @@
|
|||||||
Author: Corey Wright <undefined@pobox.com>
|
Author: Corey Wright <undefined@pobox.com>
|
||||||
Description: Adds support for DVD-ROM medium-type.
|
Description: Adds support for DVD-ROM medium-type.
|
||||||
|
|
||||||
diff -Naurp dvdisaster.orig/scsi-layer.c dvdisaster/scsi-layer.c
|
--- a/scsi-layer.c
|
||||||
--- dvdisaster.orig/scsi-layer.c 2008-03-30 09:10:52.000000000 +0000
|
+++ b/scsi-layer.c
|
||||||
+++ dvdisaster/scsi-layer.c 2008-05-03 08:32:22.000000000 +0000
|
@@ -890,6 +890,11 @@
|
||||||
@@ -719,6 +719,11 @@ static int query_dvd(DeviceHandle *dh, i
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
145
debian/patches/04-manpage.patch
vendored
145
debian/patches/04-manpage.patch
vendored
@@ -1,9 +1,10 @@
|
|||||||
Author: Daniel Baumann <daniel@debian.org>
|
Authors: Daniel Baumann <daniel@debian.org>
|
||||||
|
Rogério Theodoro de Brito <rbrito@ime.usp.br>
|
||||||
Description: Fixes typo in manpages.
|
Description: Fixes typo in manpages.
|
||||||
|
The patch also deals with hyphens used as minus signs.
|
||||||
|
|
||||||
diff -Naurp dvdisaster.orig/documentation/dvdisaster.cs.1 dvdisaster/documentation/dvdisaster.cs.1
|
--- a/documentation/dvdisaster.cs.1
|
||||||
--- dvdisaster.orig/documentation/dvdisaster.cs.1 2009-01-19 20:53:35.000000000 +0000
|
+++ b/documentation/dvdisaster.cs.1
|
||||||
+++ dvdisaster/documentation/dvdisaster.cs.1 2009-01-25 12:53:36.000000000 +0000
|
|
||||||
@@ -7,7 +7,7 @@
|
@@ -7,7 +7,7 @@
|
||||||
.\"
|
.\"
|
||||||
.TH DVDISASTER 1 "2006-01-04" "0.65" "ochrana pro média CD/DVD"
|
.TH DVDISASTER 1 "2006-01-04" "0.65" "ochrana pro média CD/DVD"
|
||||||
@@ -13,3 +14,139 @@ diff -Naurp dvdisaster.orig/documentation/dvdisaster.cs.1 dvdisaster/documentati
|
|||||||
DVDISASTER \- ochrana proti ztrátě dat poškrábáním/stárnutím média CD/DVD
|
DVDISASTER \- ochrana proti ztrátě dat poškrábáním/stárnutím média CD/DVD
|
||||||
|
|
||||||
.SH SYNTAXE
|
.SH SYNTAXE
|
||||||
|
@@ -49,8 +49,8 @@
|
||||||
|
Obecné příklady použití:
|
||||||
|
.TP
|
||||||
|
.B \-r, \-\-read
|
||||||
|
-Načte obraz média na pevný disk. Použijte -rn-m k načtení určitého rozsahu sektorů,
|
||||||
|
-t.j. -r100-200.
|
||||||
|
+Načte obraz média na pevný disk. Použijte \-rn-m k načtení určitého rozsahu sektorů,
|
||||||
|
+t.j. \-r100-200.
|
||||||
|
.TP
|
||||||
|
.B \-c, \-\-create
|
||||||
|
Vytvoří informaci .ecc pro obraz média.
|
||||||
|
@@ -98,7 +98,7 @@
|
||||||
|
automaticky přidá souborové přípony .img a .ecc.
|
||||||
|
.TP
|
||||||
|
.B \-\-cache-size n
|
||||||
|
-velikost varovnávací paměti v MB v průběhu akce -c (výchozí: 32 MB).
|
||||||
|
+velikost varovnávací paměti v MB v průběhu akce \-c (výchozí: 32 MB).
|
||||||
|
.TP
|
||||||
|
.B \-\-dao
|
||||||
|
předpokládá disk DAO; neořezávat konec obrazu.
|
||||||
|
--- a/documentation/dvdisaster.en.1
|
||||||
|
+++ b/documentation/dvdisaster.en.1
|
||||||
|
@@ -102,8 +102,8 @@
|
||||||
|
Action selection (at least one action must be specified):
|
||||||
|
.TP
|
||||||
|
.B \-r, \-\-read
|
||||||
|
-Read the medium image to hard disc. Use -rn-m to read a certain sector range,
|
||||||
|
-e.g. -r100-200.
|
||||||
|
+Read the medium image to hard disc. Use \-rn-m to read a certain sector range,
|
||||||
|
+e.g. \-r100-200.
|
||||||
|
.TP
|
||||||
|
.B \-c, \-\-create
|
||||||
|
Create .ecc information for the medium image.
|
||||||
|
@@ -163,7 +163,7 @@
|
||||||
|
automatically add .iso and .ecc file suffixes.
|
||||||
|
.TP
|
||||||
|
.B \-\-cache-size n
|
||||||
|
-image cache size in MB during -c mode (default: 32MB).
|
||||||
|
+image cache size in MB during \-c mode (default: 32MB).
|
||||||
|
.TP
|
||||||
|
.B \-\-dao
|
||||||
|
assume DAO disc; do not trim image end.
|
||||||
|
@@ -178,12 +178,12 @@
|
||||||
|
continue reading after potentially fatal error condition.
|
||||||
|
.TP
|
||||||
|
.B \-\-internal-rereads n
|
||||||
|
-internal read attempts for defective CD media sectors (default: -1)
|
||||||
|
+internal read attempts for defective CD media sectors (default: \-1)
|
||||||
|
.RS
|
||||||
|
The drive firmware usually retries unreadable sectors a few times before
|
||||||
|
giving up and returning a read error. It is more efficient to set this to 0 or 1
|
||||||
|
-and manage read attempts through the --read-attempts parameter. Most drives ignore
|
||||||
|
-this setting anyways. Use -1 to leave the drive at its default setting.
|
||||||
|
+and manage read attempts through the \-\-read-attempts parameter. Most drives ignore
|
||||||
|
+this setting anyways. Use \-1 to leave the drive at its default setting.
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-\-query-size n
|
||||||
|
@@ -196,7 +196,7 @@
|
||||||
|
selects raw reading mode for CD media (default: 20)
|
||||||
|
.RS
|
||||||
|
The recommended mode is 20, which makes the drive apply its built-in error
|
||||||
|
-correction to the best possible extent before transfering a defective sector.
|
||||||
|
+correction to the best possible extent before transferring a defective sector.
|
||||||
|
However some drives can only read defective sectors using mode 21, skipping
|
||||||
|
the last stage of the internal error correction and returning
|
||||||
|
the uncorrected sector instead.
|
||||||
|
--- a/documentation/dvdisaster.de.1
|
||||||
|
+++ b/documentation/dvdisaster.de.1
|
||||||
|
@@ -110,8 +110,8 @@
|
||||||
|
Aktions-Auswahl (mindestens eine Aktion muss gew\[:a]hlt werden):
|
||||||
|
.TP
|
||||||
|
.B \-r, \-\-read
|
||||||
|
-Datentr\[:a]ger-Abbild auf Festplatte einlesen. -rn-m liest einen Bereich von
|
||||||
|
-Sektoren, z.B. -r100-200.
|
||||||
|
+Datentr\[:a]ger-Abbild auf Festplatte einlesen. \-rn-m liest einen Bereich von
|
||||||
|
+Sektoren, z.B. \-r100-200.
|
||||||
|
.TP
|
||||||
|
.B \-c, \-\-create
|
||||||
|
Erzeugt Fehlerkorrektur-Daten f\[:u]r das Abbild.
|
||||||
|
@@ -186,12 +186,12 @@
|
||||||
|
Lesen nach m\[:o]glicherweise schwerwiegenden Fehlern fortsetzen.
|
||||||
|
.TP
|
||||||
|
.B \-\-internal-rereads n
|
||||||
|
-Leseversuche innerhalb des Laufwerks f\[:u]r besch\[:a]digte CD-Sektoren (Standard: -1)
|
||||||
|
+Leseversuche innerhalb des Laufwerks f\[:u]r besch\[:a]digte CD-Sektoren (Standard: \-1)
|
||||||
|
.RS
|
||||||
|
Laufwerke unternehmen normalerweise mehrere Versuche um einen besch\[:a]digten Sektor
|
||||||
|
zu lesen. Es ist typischerweise g\[:u]nstiger diesen Wert auf 0 oder 1 zu setzen
|
||||||
|
-und die Anzahl der Leseversuche \[:u]ber den Parameter --read-attempts zu steuern.
|
||||||
|
-Viele Laufwerke ignorieren diese Einstellung ohnehin. Benutzen Sie den Wert -1 um
|
||||||
|
+und die Anzahl der Leseversuche \[:u]ber den Parameter \-\-read-attempts zu steuern.
|
||||||
|
+Viele Laufwerke ignorieren diese Einstellung ohnehin. Benutzen Sie den Wert \-1 um
|
||||||
|
die Standardeinstellungen des Laufwerks zu verwenden.
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
@@ -203,7 +203,7 @@
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-\-raw-mode n
|
||||||
|
-"Raw"-Lese-Verfahren f\[:u]r besch\[:a]digte CD-Sektoren (default: 20)
|
||||||
|
+"Raw"\-Lese-Verfahren f\[:u]r besch\[:a]digte CD-Sektoren (default: 20)
|
||||||
|
.RS
|
||||||
|
Das empfohlene Verfahren ist 20, bei dem das Laufwerk die eingebaute Fehlerkorrektur
|
||||||
|
so weit wie m\[:o]glich anwendet, bevor es einen besch\[:a]digten Sektor
|
||||||
|
@@ -220,7 +220,7 @@
|
||||||
|
liest den gesamten Datentr\[:a]ger bis zu n-mal.
|
||||||
|
.TP
|
||||||
|
.B \-\-read-raw
|
||||||
|
-liest in der "raw"-Betriebsart sofern m\[:o]glich.
|
||||||
|
+liest in der "raw"\-Betriebsart sofern m\[:o]glich.
|
||||||
|
.TP
|
||||||
|
.B \-\-speed-warning n
|
||||||
|
warnt bei Geschwindigkeits\[:a]nderung um mehr als n Prozent.
|
||||||
|
--- a/documentation/dvdisaster.it.1
|
||||||
|
+++ b/documentation/dvdisaster.it.1
|
||||||
|
@@ -43,8 +43,8 @@
|
||||||
|
Tipici esempi di utilizzo:
|
||||||
|
.TP
|
||||||
|
.B \-r, \-\-read
|
||||||
|
-Estrae l'immagine del supporto sull'hard disc. Usare -rn-m per leggere un
|
||||||
|
-determinato intervallo di settori, ad es. -r100-200.
|
||||||
|
+Estrae l'immagine del supporto sull'hard disc. Usare \-rn-m per leggere un
|
||||||
|
+determinato intervallo di settori, ad es. \-r100-200.
|
||||||
|
.TP
|
||||||
|
.B \-c, \-\-create
|
||||||
|
Crea l'informazione .ecc per l'immagine del supporto.
|
||||||
|
@@ -92,7 +92,7 @@
|
||||||
|
aggiungi automaticamente i suffissi .img e .ecc.
|
||||||
|
.TP
|
||||||
|
.B \-\-cache-size n
|
||||||
|
-Dimensione della cache in MB con la modalit\[`a] -c (Standard: 32MB).
|
||||||
|
+Dimensione della cache in MB con la modalit\[`a] \-c (Standard: 32MB).
|
||||||
|
.TP
|
||||||
|
.B \-\-dao
|
||||||
|
Utilizza la modalit\[`a] DAO; Il disco non sar\[`a] finalizzato.
|
||||||
|
|||||||
13
debian/patches/05-help-dialog.patch
vendored
13
debian/patches/05-help-dialog.patch
vendored
@@ -1,10 +1,9 @@
|
|||||||
Author: Daniel Baumann <daniel@debian.org>
|
Author: Daniel Baumann <daniel@debian.org>
|
||||||
Description: Customizes the help-dialog according to README.MODIFYING.
|
Description: Customizes the help-dialog according to README.MODIFYING.
|
||||||
|
|
||||||
diff -Naurp dvdisaster.orig/help-dialogs.c dvdisaster/help-dialogs.c
|
--- a/help-dialogs.c
|
||||||
--- dvdisaster.orig/help-dialogs.c 2009-01-19 20:53:35.000000000 +0000
|
+++ b/help-dialogs.c
|
||||||
+++ dvdisaster/help-dialogs.c 2009-01-25 12:49:22.000000000 +0000
|
@@ -402,7 +402,7 @@
|
||||||
@@ -385,7 +385,7 @@ void ShowGPL()
|
|
||||||
ShowTextfile(_("windowtitle|GNU General Public License"),
|
ShowTextfile(_("windowtitle|GNU General Public License"),
|
||||||
_("<big>GNU General Public License</big>\n"
|
_("<big>GNU General Public License</big>\n"
|
||||||
"<i>The license terms of dvdisaster.</i>"),
|
"<i>The license terms of dvdisaster.</i>"),
|
||||||
@@ -13,7 +12,7 @@ diff -Naurp dvdisaster.orig/help-dialogs.c dvdisaster/help-dialogs.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -541,7 +541,7 @@ static void show_modifying(void)
|
@@ -549,7 +549,7 @@
|
||||||
{ ShowTextfile(_("windowtitle|Modifying dvdisaster"),
|
{ ShowTextfile(_("windowtitle|Modifying dvdisaster"),
|
||||||
_("<big>Modifying dvdisaster</big>\n"
|
_("<big>Modifying dvdisaster</big>\n"
|
||||||
"<i>Your changes are not ours.</i>"),
|
"<i>Your changes are not ours.</i>"),
|
||||||
@@ -22,7 +21,7 @@ diff -Naurp dvdisaster.orig/help-dialogs.c dvdisaster/help-dialogs.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
static gint about_cb(GtkWidget *widget, GdkEvent *event, gpointer data)
|
static gint about_cb(GtkWidget *widget, GdkEvent *event, gpointer data)
|
||||||
@@ -698,9 +698,9 @@ void AboutDialog()
|
@@ -706,9 +706,9 @@
|
||||||
|
|
||||||
#ifdef MODIFIED_SOURCE
|
#ifdef MODIFIED_SOURCE
|
||||||
AboutTextWithLink(vbox,
|
AboutTextWithLink(vbox,
|
||||||
@@ -35,7 +34,7 @@ diff -Naurp dvdisaster.orig/help-dialogs.c dvdisaster/help-dialogs.c
|
|||||||
#else
|
#else
|
||||||
AboutText(vbox, _("Copyright 2004-2009 Carsten Gnoerlich"));
|
AboutText(vbox, _("Copyright 2004-2009 Carsten Gnoerlich"));
|
||||||
#endif
|
#endif
|
||||||
@@ -717,14 +717,14 @@ void AboutDialog()
|
@@ -725,14 +725,14 @@
|
||||||
AboutTextWithLink(vbox, _("This software comes with <b>absolutely no warranty</b>.\n"
|
AboutTextWithLink(vbox, _("This software comes with <b>absolutely no warranty</b>.\n"
|
||||||
"This is free software and you are welcome to redistribute it\n"
|
"This is free software and you are welcome to redistribute it\n"
|
||||||
"under the conditions of the [GNU General Public License].\n"),
|
"under the conditions of the [GNU General Public License].\n"),
|
||||||
|
|||||||
10
debian/patches/06-remove-encoding-from-desktop-file.patch
vendored
Normal file
10
debian/patches/06-remove-encoding-from-desktop-file.patch
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Author: Rogério Theodoro de Brito <rbrito@ime.usp.br>
|
||||||
|
Description: Remove unneeded Encoding-key from desktop file
|
||||||
|
|
||||||
|
--- a/contrib/dvdisaster.desktop
|
||||||
|
+++ b/contrib/dvdisaster.desktop
|
||||||
|
@@ -10,4 +10,3 @@
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Application;System;
|
||||||
|
-Encoding=UTF-8
|
||||||
45
debian/patches/07-fix-spelling-errors-in-binaries.patch
vendored
Normal file
45
debian/patches/07-fix-spelling-errors-in-binaries.patch
vendored
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
Author: Rogério Theodoro de Brito <rbrito@ime.usp.br>
|
||||||
|
Description: Fix spelling errors in binaries
|
||||||
|
|
||||||
|
--- a/preferences.c
|
||||||
|
+++ b/preferences.c
|
||||||
|
@@ -1627,7 +1627,7 @@
|
||||||
|
"The values include the borders: 0-100 will read 101 sectors.\n\n"
|
||||||
|
|
||||||
|
"<b>Note:</b> Limiting the reading range is not recommended for <i>adaptive reading</i> since it might "
|
||||||
|
- "prevent sectors from being read which are required for a succesful error correction.\n\n"
|
||||||
|
+ "prevent sectors from being read which are required for a successful error correction.\n\n"
|
||||||
|
"These settings are only effective for the current session and will not be saved."));
|
||||||
|
|
||||||
|
/** Image properties */
|
||||||
|
@@ -1911,7 +1911,7 @@
|
||||||
|
"<b>0x20</b> This is the <i>recommended</i> mode. "
|
||||||
|
"The drive tries to apply "
|
||||||
|
"the built-in error correction to the best possible extent "
|
||||||
|
- "before transfering a defective sector.\n\n"
|
||||||
|
+ "before transferring a defective sector.\n\n"
|
||||||
|
"<b>0x21</b> In this mode the drive skips the last stage "
|
||||||
|
"of its internal error correction and returns the "
|
||||||
|
"uncorrected sector instead. This may result in sectors "
|
||||||
|
--- a/rs01-create.c
|
||||||
|
+++ b/rs01-create.c
|
||||||
|
@@ -216,7 +216,7 @@
|
||||||
|
|
||||||
|
/*** Test the image file and create the CRC sums */
|
||||||
|
|
||||||
|
- /* Explicitly unlinking the ecc file removes superflous segments
|
||||||
|
+ /* Explicitly unlinking the ecc file removes superfluous segments
|
||||||
|
in FAT mode if the ecc file already existed. */
|
||||||
|
|
||||||
|
LargeUnlink(Closure->eccName);
|
||||||
|
--- a/rs01-fix.c
|
||||||
|
+++ b/rs01-fix.c
|
||||||
|
@@ -246,7 +246,7 @@
|
||||||
|
if(Closure->guiMode)
|
||||||
|
{ int answer = ModalDialog(GTK_MESSAGE_QUESTION, GTK_BUTTONS_OK_CANCEL, NULL,
|
||||||
|
_("The image file is %d bytes longer than noted\n"
|
||||||
|
- "in the ecc file. Shall the superflous bytes\n"
|
||||||
|
+ "in the ecc file. Shall the superfluous bytes\n"
|
||||||
|
"be removed from the image file?\n"),
|
||||||
|
difference);
|
||||||
|
|
||||||
3
debian/patches/series
vendored
3
debian/patches/series
vendored
@@ -1,5 +1,6 @@
|
|||||||
01-docdir.patch
|
|
||||||
02-encryption.patch
|
02-encryption.patch
|
||||||
03-dvdrom.patch
|
03-dvdrom.patch
|
||||||
04-manpage.patch
|
04-manpage.patch
|
||||||
05-help-dialog.patch
|
05-help-dialog.patch
|
||||||
|
06-remove-encoding-from-desktop-file.patch
|
||||||
|
07-fix-spelling-errors-in-binaries.patch
|
||||||
|
|||||||
18
debian/rules
vendored
18
debian/rules
vendored
@@ -1,8 +1,6 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/quilt/quilt.make
|
clean:
|
||||||
|
|
||||||
clean: unpatch
|
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp
|
rm -f build-stamp
|
||||||
@@ -14,10 +12,16 @@ clean: unpatch
|
|||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
configure: configure-stamp
|
configure: configure-stamp
|
||||||
configure-stamp: patch
|
configure-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
./configure --prefix=/usr --bindir=\$${prefix}/bin --docdir=\$${prefix}share/doc --docsubdir=dvdisaster-doc/html --localedir=\$${prefix}/share/locale --mandir=\$${prefix}/share/man
|
./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
|
touch configure-stamp
|
||||||
|
|
||||||
@@ -34,7 +38,9 @@ install: build
|
|||||||
dh_testroot
|
dh_testroot
|
||||||
dh_prep
|
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
|
$(MAKE) \
|
||||||
|
BUILDROOT=$(CURDIR)/debian/tmp \
|
||||||
|
install
|
||||||
|
|
||||||
# Installing desktop file
|
# Installing desktop file
|
||||||
install -D -m 0644 contrib/dvdisaster.desktop debian/dvdisaster/usr/share/applications/dvdisaster.desktop
|
install -D -m 0644 contrib/dvdisaster.desktop debian/dvdisaster/usr/share/applications/dvdisaster.desktop
|
||||||
|
|||||||
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
||||||
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
version=3
|
||||||
|
http://dvdisaster.net/downloads/dvdisaster-(.*)\.tar\.bz2
|
||||||
0
documentation/cs/images/.gitignore
vendored
Normal file
0
documentation/cs/images/.gitignore
vendored
Normal file
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
@@ -104,7 +104,7 @@ rufen Sie das Programm nach dem Herunterladen auf und folgen dem Dialog.</li>
|
|||||||
Sie sind eingeladen, die nächste dvdisaster-Version auszuprobieren,
|
Sie sind eingeladen, die nächste dvdisaster-Version auszuprobieren,
|
||||||
aber beachten Sie bitte, daß diese Version noch Fehler und
|
aber beachten Sie bitte, daß diese Version noch Fehler und
|
||||||
Kompatibilitätsprobleme enthalten kann. Die neueste experimentelle Version
|
Kompatibilitätsprobleme enthalten kann. Die neueste experimentelle Version
|
||||||
ist <a href="download40">0.72</a>.
|
ist <a href="download40">0.72 (pl1)</a>.
|
||||||
--->
|
--->
|
||||||
|
|
||||||
<pre> </pre>
|
<pre> </pre>
|
||||||
@@ -112,22 +112,22 @@ ist <a href="download40">0.72</a>.
|
|||||||
<b>Stabile Version</b> - zum Einstieg empfohlen<p>
|
<b>Stabile Version</b> - zum Einstieg empfohlen<p>
|
||||||
|
|
||||||
<table class="download" cellpadding="0" cellspacing="5">
|
<table class="download" cellpadding="0" cellspacing="5">
|
||||||
<tr><td><b>dvdisaster-0.72</b></td><td align="right">04-Jul-2009</td></tr>
|
<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 bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
|
||||||
<tr><td colspan="2">
|
<tr><td colspan="2">
|
||||||
<table>
|
<table>
|
||||||
<tr><td align="right"> Quellkode für alle Betriebssysteme: </td>
|
<tr><td align="right"> Quellkode für alle Betriebssysteme: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.tar.bz2?download">dvdisaster-0.72.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: </td>
|
<tr><td align="right">Digitale Unterschrift: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.tar.bz2.gpg?download">dvdisaster-0.72.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: </td>
|
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.app.zip?download">dvdisaster-0.72.app.zip</a> -- 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> -- bitte erst den <a href="download30.html#mac">Hinweis</a> lesen</td></tr>
|
||||||
<tr><td align="right">Digitale Unterschrift: </td>
|
<tr><td align="right">Digitale Unterschrift: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.app.zip.gpg?download">dvdisaster-0.72.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: </td>
|
<tr><td align="right">Binärversion für Windows: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72-setup.exe?download">dvdisaster-0.72-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: </td>
|
<tr><td align="right">Digitale Unterschrift: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72-setup.exe.gpg?download">dvdisaster-0.72-setup.exe.gpg</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>
|
</table>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
|
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
|
||||||
@@ -147,6 +147,12 @@ Grundlegende Neuerungen in dieser Version:<p>
|
|||||||
<li>... und unzählige weitere kleine Sachen.</li>
|
<li>... und unzählige weitere kleine Sachen.</li>
|
||||||
</ul>
|
</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 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.
|
<b>0.72</b> Dies ist die erste stabile Version des 0.72er-Zweiges.
|
||||||
Igor Gorbounov hat die russische online-Dokumentation vervollständigt
|
Igor Gorbounov hat die russische online-Dokumentation vervollständigt
|
||||||
und es wurden noch einige kleine Fehler aus dem ersten
|
und es wurden noch einige kleine Fehler aus dem ersten
|
||||||
@@ -154,7 +160,7 @@ Veröffentlichungskandidaten behoben.<p>
|
|||||||
Unter neueren Windows-Versionen wird bei bestimmten Spracheinstellungen
|
Unter neueren Windows-Versionen wird bei bestimmten Spracheinstellungen
|
||||||
nicht die gewünschte Bildschirmsprache dargestellt. Die Behebung
|
nicht die gewünschte Bildschirmsprache dargestellt. Die Behebung
|
||||||
dieses Problems ist ziemlich komplex und wird erst mit Version 0.73
|
dieses Problems ist ziemlich komplex und wird erst mit Version 0.73
|
||||||
erfolgen.<p>
|
erfolgen. (04-Jul-2009)<p>
|
||||||
|
|
||||||
<b>0.72-rc1</b> Erster Kandidat für die stabile Version. (11-Apr-2009)
|
<b>0.72-rc1</b> Erster Kandidat für die stabile Version. (11-Apr-2009)
|
||||||
</td></tr></table><p>
|
</td></tr></table><p>
|
||||||
|
|||||||
@@ -52,22 +52,22 @@ ist <a href="download40.php"><?php echo $cooked_version ?></a>.
|
|||||||
<b>Stabile Version</b> - zum Einstieg empfohlen<p>
|
<b>Stabile Version</b> - zum Einstieg empfohlen<p>
|
||||||
|
|
||||||
<table class="download" cellpadding="0" cellspacing="5">
|
<table class="download" cellpadding="0" cellspacing="5">
|
||||||
<tr><td><b>dvdisaster-0.72</b></td><td align="right">04-Jul-2009</td></tr>
|
<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 bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
|
||||||
<tr><td colspan="2">
|
<tr><td colspan="2">
|
||||||
<table>
|
<table>
|
||||||
<tr><td align="right"> Quellkode für alle Betriebssysteme: </td>
|
<tr><td align="right"> Quellkode für alle Betriebssysteme: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.tar.bz2?download">dvdisaster-0.72.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: </td>
|
<tr><td align="right">Digitale Unterschrift: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.tar.bz2.gpg?download">dvdisaster-0.72.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: </td>
|
<tr><td align="right">Binärversion für Mac OS X 10.5 / x86: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.app.zip?download">dvdisaster-0.72.app.zip</a> -- 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> -- bitte erst den <a href="download30.php#mac">Hinweis</a> lesen</td></tr>
|
||||||
<tr><td align="right">Digitale Unterschrift: </td>
|
<tr><td align="right">Digitale Unterschrift: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72.app.zip.gpg?download">dvdisaster-0.72.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: </td>
|
<tr><td align="right">Binärversion für Windows: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72-setup.exe?download">dvdisaster-0.72-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: </td>
|
<tr><td align="right">Digitale Unterschrift: </td>
|
||||||
<td><a href="http://prdownloads.sourceforge.net/dvdisaster/dvdisaster-0.72-setup.exe.gpg?download">dvdisaster-0.72-setup.exe.gpg</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>
|
</table>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
|
<tr bgcolor="#000000"><td colspan="2"><img width=1 height=1 alt=""></td></tr>
|
||||||
@@ -87,6 +87,12 @@ Grundlegende Neuerungen in dieser Version:<p>
|
|||||||
<li>... und unzählige weitere kleine Sachen.</li>
|
<li>... und unzählige weitere kleine Sachen.</li>
|
||||||
</ul>
|
</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 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.
|
<b>0.72</b> Dies ist die erste stabile Version des 0.72er-Zweiges.
|
||||||
Igor Gorbounov hat die russische online-Dokumentation vervollständigt
|
Igor Gorbounov hat die russische online-Dokumentation vervollständigt
|
||||||
und es wurden noch einige kleine Fehler aus dem ersten
|
und es wurden noch einige kleine Fehler aus dem ersten
|
||||||
@@ -94,7 +100,7 @@ Veröffentlichungskandidaten behoben.<p>
|
|||||||
Unter neueren Windows-Versionen wird bei bestimmten Spracheinstellungen
|
Unter neueren Windows-Versionen wird bei bestimmten Spracheinstellungen
|
||||||
nicht die gewünschte Bildschirmsprache dargestellt. Die Behebung
|
nicht die gewünschte Bildschirmsprache dargestellt. Die Behebung
|
||||||
dieses Problems ist ziemlich komplex und wird erst mit Version 0.73
|
dieses Problems ist ziemlich komplex und wird erst mit Version 0.73
|
||||||
erfolgen.<p>
|
erfolgen. (04-Jul-2009)<p>
|
||||||
|
|
||||||
<b>0.72-rc1</b> Erster Kandidat für die stabile Version. (11-Apr-2009)
|
<b>0.72-rc1</b> Erster Kandidat für die stabile Version. (11-Apr-2009)
|
||||||
</td></tr></table><p>
|
</td></tr></table><p>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
@@ -117,7 +117,7 @@ Für die Windows-Version gilt übrigens sinngemäß das Gleiche ;-)
|
|||||||
<h3>Installieren der Binärversion für Windows</h3>
|
<h3>Installieren der Binärversion für Windows</h3>
|
||||||
|
|
||||||
Zum Installieren der Windows-Version führen Sie bitte das
|
Zum Installieren der Windows-Version führen Sie bitte das
|
||||||
Installations-Programm (z.B. dvdisaster-0.72-setup.exe)
|
Installations-Programm (z.B. dvdisaster-0.72.1-setup.exe)
|
||||||
aus. Es enthält einen Dialog zum Einrichten von dvdisaster.<p>
|
aus. Es enthält einen Dialog zum Einrichten von dvdisaster.<p>
|
||||||
|
|
||||||
<b>Warnung:</b> Sie können dvdisaster nicht installieren, indem Sie
|
<b>Warnung:</b> Sie können dvdisaster nicht installieren, indem Sie
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
@@ -131,8 +131,8 @@
|
|||||||
|
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td><b>Verwandte Funktionen:<p></td>
|
<td><b>Verwandte Funktionen:<p></td>
|
||||||
<td><a href="howtos30.html">Einlesen von beschädigten Datenträgern</a> und
|
<td><a href="http://localhost/dvdisaster/de/howtos30.html">Einlesen von beschädigten Datenträgern</a> und
|
||||||
<a href="howtos40.html">Wiederherstellen von Abbildern</a>.</td>
|
<a href="http://localhost/dvdisaster/de/howtos40.html">Wiederherstellen von Abbildern</a>.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table><p>
|
</table><p>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>Overview</title>
|
<title>dvdisaster</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<font size="+3"><b>dvdisaster</b></font>
|
<font size="+3"><b>dvdisaster</b></font>
|
||||||
<i>Version 0.72</i>
|
<i>Version 0.72 (pl1)</i>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
<font size="+3"> </font><a href="http://dvdisaster.net/de/">Zur Internet-Version</a>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user