Compare commits
10 Commits
debian/0.7
...
debian/0.7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||||
|
|||||||
4
debian/README.source
vendored
Normal file
4
debian/README.source
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
The source package uses quilt for the modifications of the upstream source.
|
||||||
|
If you want to change something it is best to use the quilt approach as
|
||||||
|
documented in
|
||||||
|
/usr/share/doc/quilt/README.source
|
||||||
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -1,3 +1,13 @@
|
|||||||
|
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.
|
||||||
|
|||||||
9
debian/control
vendored
9
debian/control
vendored
@@ -1,10 +1,15 @@
|
|||||||
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>
|
||||||
|
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
|
||||||
|
Rogério Brito <rbrito@ime.usp.br>
|
||||||
|
DM-Upload-Allowed: yes
|
||||||
Build-Depends: debhelper (>= 7), quilt, gettext, libbz2-dev, libgtk2.0-dev, libpng12-dev, pkg-config
|
Build-Depends: debhelper (>= 7), quilt, gettext, libbz2-dev, libgtk2.0-dev, libpng12-dev, pkg-config
|
||||||
Standards-Version: 3.8.3
|
Standards-Version: 3.8.3
|
||||||
Homepage: http://dvdisaster.sourceforge.net/
|
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
|
Section: otherosfs
|
||||||
|
|||||||
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>
|
||||||
|
|||||||
@@ -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