chore: docs: website superseded by manual.pdf, add codecs.pdf symlink
This commit is contained in:
1
documentation/codecs.pdf
Symbolic link
1
documentation/codecs.pdf
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
codec-specs/codecs.pdf
|
||||||
@@ -1,76 +0,0 @@
|
|||||||
@charset "UTF-8";
|
|
||||||
|
|
||||||
body { font-family:Helvetica,Arial,sans-serif,Verdana }
|
|
||||||
|
|
||||||
a:link { font-weight:normal; color:#0000ff; text-decoration:none }
|
|
||||||
a:visited { font-weight:normal; color:#0000ff; text-decoration:none }
|
|
||||||
a:hover { font-weight:normal; background-color:#e0e0e0; color:#0000FF; text-decoration:none }
|
|
||||||
a:active { font-weight:normal; background-color:#e0e0e0; color:#0000FF; text-decoration:none }
|
|
||||||
a:focus { font-weight:normal; background-color:#e0e0e0; color:#0000FF; text-decoration:none }
|
|
||||||
|
|
||||||
table.navigation {width:100%; background-color:#f0f0f0}
|
|
||||||
table.download {width:100%; background-color:#f0f0f0}
|
|
||||||
table.thumbnail {border-width:1px; border-style:solid; border-color:#000000; background-color:#e0e0ff}
|
|
||||||
table.screenshot {width:100%; border-width:0px; background-color:#e0e0ff}
|
|
||||||
|
|
||||||
table.ecompat {border-width:0px}
|
|
||||||
table.ecompat td { border-width:0px; vertical-align:text-top}
|
|
||||||
table.ecompat td.file { border-width:0px; background-color:#ffa0ff}
|
|
||||||
table.ecompat td.iso { border-width:0px; background-color:#a0ffff}
|
|
||||||
table.ecompat td.augment { border-width:0px; background-color:#a0a0ff}
|
|
||||||
|
|
||||||
|
|
||||||
table.compat {width:100%; border-style:solid; border-width:0px; border-collapse:collapse}
|
|
||||||
table.compat th { border-width:1px; padding:8px; border-style:solid; background-color:#b0b0b0 }
|
|
||||||
table.compat th.file { border-width:1px; padding:8px; border-style:solid; background-color:#ffa0ff }
|
|
||||||
table.compat th.iso { border-width:1px; padding:8px; border-style:solid; background-color:#a0ffff }
|
|
||||||
table.compat th.augment { border-width:1px; padding:8px; border-style:solid; background-color:#a0a0ff }
|
|
||||||
|
|
||||||
table.compat td { border-width:1px; padding:4px; border-style:solid; text-align:center}
|
|
||||||
|
|
||||||
table.compat td.noalign { border-width:1px; padding:4px; border-style:solid }
|
|
||||||
table.compat td.fullspan { border-width:1px; padding:0px; border-style:solid; background-color:#e0e0e0 }
|
|
||||||
table.compat td.red { border-width:1px; padding:4px; border-style:solid; background-color:#ff8080; text-align:center}
|
|
||||||
table.compat td.yellow { border-width:1px; padding:4px; border-style:solid; background-color:#ffe0a0; text-align:center}
|
|
||||||
table.compat td.green { border-width:1px; padding:4px; border-style:solid; background-color:#a0ffa0; text-align:center}
|
|
||||||
table.compat td.grey { border-width:1px; padding:4px; border-style:solid; background-color:#e0e0e0; text-align:center}
|
|
||||||
table.compat td.white { border-width:1px; padding:4px; border-style:solid; text-align:center}
|
|
||||||
|
|
||||||
a.active {color:#0000ff; text-decoration:none }
|
|
||||||
a.passive {color:#808080; text-decoration:none }
|
|
||||||
|
|
||||||
img.noborder {border:0px solid transparent;}
|
|
||||||
img.nobordervalignm {border:0px solid transparent; vertical-align:middle;}
|
|
||||||
|
|
||||||
span.fl {font-size:large;}
|
|
||||||
span.fxxl {font-size:xx-large;}
|
|
||||||
span.fs {font-size:small;}
|
|
||||||
span.fxs {font-size:x-small;}
|
|
||||||
span.green {color:green;}
|
|
||||||
span.red {color:red;}
|
|
||||||
span.blue {color:blue;}
|
|
||||||
span.yellow {color:gold;}
|
|
||||||
|
|
||||||
h3.top {margin-top: 0;}
|
|
||||||
|
|
||||||
table {empty-cells:show;} /* display border and background color even for empty table cells */
|
|
||||||
td.hsep {height:1px; width:100%; background-color:black;} /* black horizontal separator */
|
|
||||||
td.vsep {height:100%; width:2px; background-color:black;} /* black vertical separator */
|
|
||||||
td.esep {height:3px;}
|
|
||||||
|
|
||||||
.w10p {width:10%;}
|
|
||||||
.w15p {width:15%;}
|
|
||||||
.w20p {width:20%;}
|
|
||||||
.w50p {width:50%;}
|
|
||||||
.w55p {width:55%;}
|
|
||||||
.w65x {width:65px;}
|
|
||||||
.w100x {width:100px;}
|
|
||||||
.w127x {width:127px;}
|
|
||||||
.w150x {width:150px;}
|
|
||||||
.w200x {width:200px;}
|
|
||||||
|
|
||||||
.valignb {vertical-align:bottom;}
|
|
||||||
.valignm {vertical-align:middle;}
|
|
||||||
.valignt {vertical-align:top;}
|
|
||||||
.valigntt {vertical-align:text-top;}
|
|
||||||
.talignr {text-align:right;}
|
|
||||||
@@ -1,105 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
<title></title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/dvdisaster.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Title header -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td align="left">
|
|
||||||
<span class="fxxl"><b>dvdisaster</b> </span>
|
|
||||||
<i>Version 0.79.5 (stable) / 0.79.6 (unstable)</i>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<span class="fxxl"> </span>
|
|
||||||
Deutsch <a href="../en/privacy.html">English</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td colspan="2">
|
|
||||||
<table class="navigation" width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td>Unterseiten:
|
|
||||||
<a href="index.html">Entwickler-Seite</a> ·
|
|
||||||
<a href="verschiedenes.html">Verschiedenes</a>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<b>Datenschutz-Erklärung</b> ·
|
|
||||||
<a href="impressum.html">Impressum</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td style="height: 10px"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Main body -->
|
|
||||||
|
|
||||||
<b>Datenschutzerklärung für die Internetseiten unter</b><p>
|
|
||||||
|
|
||||||
dvdisaster.com,
|
|
||||||
dvdisaster.de,
|
|
||||||
dvdisaster.net,
|
|
||||||
dvdisaster.org
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
Das dvdisaster-Projekt (<a href="impressum.html">Anbieter siehe Impressum</a>)
|
|
||||||
ermöglicht Ihnen die Nutzung dieser Internetseiten ohne Registrierung und
|
|
||||||
ohne eine Angabe von personenbezogenen Daten.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Server-Protokoll-Dateien</b><p>
|
|
||||||
|
|
||||||
Die Server dieser Internetseiten führen kein Protokoll über Ihre Seitenzugriffe.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Cookies</b><p>
|
|
||||||
|
|
||||||
Diese Internetseiten verwenden keine Cookies.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Verweise zu anderen Internetseiten</b><p>
|
|
||||||
|
|
||||||
Diese Internetseiten enthalten Verweise (Links) zu externen Seiten,
|
|
||||||
die von anderen Anbietern betrieben werden.
|
|
||||||
Das dvdisaster-Projekt hat keinen Einfluß darauf,
|
|
||||||
ob andere Anbieter diese Datenschutzbestimmungen einhalten.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Weiterentwicklung dieser Internetseiten</b><p>
|
|
||||||
|
|
||||||
Im Zuge der Weiterentwicklung dieser Internetseiten können Änderungen
|
|
||||||
dieser Datenschutzerklärung erforderlich werden. Bitte lesen Sie sich
|
|
||||||
diese Datenschutzerklärung von Zeit zu Zeit erneut durch.
|
|
||||||
|
|
||||||
<!-- Page footer -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr><td colspan="2" style="width:100%; height:10px;"></td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<span class="fs">
|
|
||||||
<i> Copyright 2004-2017 Carsten Gnörlich.<br>
|
|
||||||
Die unveränderte Vervielfältigung und Verteilung dieses gesamten Artikels in beliebiger Form ist gestattet,
|
|
||||||
sofern dieser Hinweis erhalten bleibt.
|
|
||||||
</i>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,88 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
<title></title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/dvdisaster.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Title header -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td align="left">
|
|
||||||
<span class="fxxl"><b>dvdisaster</b> </span>
|
|
||||||
<i>Version 0.79.5 (stable) / 0.79.6 (unstable)</i>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<span class="fxxl"> </span>
|
|
||||||
Deutsch <a href="../en/imprint.html">English</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td colspan="2">
|
|
||||||
<table class="navigation" width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td>Unterseiten:
|
|
||||||
<a href="index.html">Entwickler-Seite</a> ·
|
|
||||||
<a href="verschiedenes.html">Verschiedenes</a>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<a href="datenschutz.html">Datenschutz-Erklärung</a> ·
|
|
||||||
<b>Impressum</b>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td style="height: 10px"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Main body -->
|
|
||||||
|
|
||||||
<b>Impressum</b><p>
|
|
||||||
|
|
||||||
Carsten Gnörlich <br>
|
|
||||||
Karl-von-Hahn-Str. 125 <br>
|
|
||||||
72250 Freudenstadt / Deutschland<br>
|
|
||||||
Tel.: +49 172 566 1442 (kein Support, nur für Anfragen im Rahmen des Telemediengesetzes!)
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
E-Mail: carsten@dvdisaster.org<br>
|
|
||||||
Internet: www.dvdisaster.org
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
Inhaltlich Verantwortlicher: <br>
|
|
||||||
Carsten Gnörlich (Anschrift wie oben).
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
Das Impressum gilt für die Internetpräsenz unter den Domänen<br>
|
|
||||||
<a href="http://dvdisaster.com">dvdisaster.com</a>,
|
|
||||||
<a href="http://dvdisaster.de">dvdisaster.de</a>,
|
|
||||||
<a href="https://web.archive.org/web/20180428070843/http://dvdisaster.net">dvdisaster.net</a>,
|
|
||||||
<a href="http://dvdisaster.org">dvdisaster.org</a>.
|
|
||||||
|
|
||||||
<!-- Page footer -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr><td colspan="2" style="width:100%; height:10px;"></td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<span class="fs">
|
|
||||||
<i> Copyright 2004-2017 Carsten Gnörlich.<br>
|
|
||||||
Die unveränderte Vervielfältigung und Verteilung dieses gesamten Artikels in beliebiger Form ist gestattet,
|
|
||||||
sofern dieser Hinweis erhalten bleibt.
|
|
||||||
</i>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,147 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
<title></title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/dvdisaster.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Title header -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td align="left">
|
|
||||||
<span class="fxxl"><b>dvdisaster</b> </span>
|
|
||||||
<i>Version 0.79.5 (stable) / 0.79.6 (unstable)</i>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<span class="fxxl"> </span>
|
|
||||||
Deutsch <a href="../en/index.html">English</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td colspan="2">
|
|
||||||
<table class="navigation" width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td>Unterseiten:
|
|
||||||
<b>Entwickler-Seite</b> ·
|
|
||||||
<a href="verschiedenes.html">Verschiedenes</a>
|
|
||||||
</td>
|
|
||||||
<td align="right"><a href="datenschutz.html">Datenschutz-Erklärung</a> · <a href="impressum.html">Impressum</a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td style="height: 10px"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Main body -->
|
|
||||||
|
|
||||||
|
|
||||||
<b>Entwickler-Seite</a></b><p>
|
|
||||||
|
|
||||||
Auf dieser Seite finden Sie den neuesten Quellkode
|
|
||||||
von <i>dvdisaster</i> für die Betriebssysteme
|
|
||||||
FreeBSD, GNU/Linux und NetBSD. Der Inhalt dieser
|
|
||||||
Seite richtet sich vorwiegend an die Betreuer
|
|
||||||
von Binärpaketen für die genannten Plattformen.
|
|
||||||
Typischerweise ist es bequemer, wenn Sie sich
|
|
||||||
dvdisaster aus dem Paketsystem Ihres Betriebssystems
|
|
||||||
bzw. Ihrer Distribution installieren.
|
|
||||||
Natürlich können Sie sich
|
|
||||||
den Quellkode von dvdisaster aber auch selbst
|
|
||||||
herunterladen und übersetzen, wenn Sie dies
|
|
||||||
lieber möchten.<br>
|
|
||||||
|
|
||||||
Diese Seite enthält <i>keine</i> Informationen
|
|
||||||
über den Sinn und die Benutzung von dvdisaster.
|
|
||||||
Dies ist an anderen Stellen besser beschrieben -
|
|
||||||
zum Beispiel in zahlreichen Foren und (in englischer Sprache) im
|
|
||||||
<a href="verschiedenes.html#manual">Benutzerhandbuch</a>.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<a name="download"></a>
|
|
||||||
<b>Quellkode herunterladen</b>
|
|
||||||
|
|
||||||
<table width="100%">
|
|
||||||
<tr>
|
|
||||||
<td>dvdisaster unterstützt die Betriebssysteme <b>FreeBSD</b>, <b>GNU/Linux</b> und <b>NetBSD</b>.
|
|
||||||
Es wird Ihnen
|
|
||||||
als <a href="http://www.germany.fsfeurope.org/documents/freesoftware.de.html">freie Software</a>
|
|
||||||
unter der <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU General Public License v3</a> zur
|
|
||||||
Verfügung gestellt.
|
|
||||||
</td>
|
|
||||||
<td class="w127x" valign="top"><img src="../images/gplv3-127x51.png" alt="GPLv3-Logo" width="127">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>Aktuelle Version: </td>
|
|
||||||
<td><a href="../downloads/dvdisaster-0.79.5.tar.bz2">dvdisaster-0.79.5.tar.bz2</a></td>
|
|
||||||
<td>(<a href="../downloads/dvdisaster-0.79.5.tar.bz2.gpg">digitale Unterschrift</a>,
|
|
||||||
MD5-Prüfsumme: ceef990a2239c43314bc6427c6afb181)</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<p>
|
|
||||||
|
|
||||||
Die Archive können mit einer <a href="verschiedenes.html#pubkey">digitalen Unterschrift</a> auf
|
|
||||||
ihren Ursprungszustand überprüft werden. In den Archiven gibt die Datei
|
|
||||||
<tt>INSTALL</tt> weitere Informationen zum Übersetzen des Programmes.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
Die Unterstützung von OS X und Windows wurde eingestellt.
|
|
||||||
Die <a href="verschiedenes.html#windows">letzte veröffentlichte Version 0.72.3 für Windows</a> ist noch verfügbar.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>Die Entwickler-Versionen sind zurück!</b><p>
|
|
||||||
|
|
||||||
Der ursprüngliche Plan, alle paar Monate eine stabile Version zu veröffentlichen, kann derzeit aus Zeitmangel nicht umgesetzt werden. In der Zwischenzeit werden (unstabile) Entwicklerversionen veröffentlicht, wenn sich die Notwendigkeit für eine kurzfristige Aktualisierung ergibt. Bitte beachten Sie, daß diese Versionen nicht dokumentiert sind. Sie können unvollständige oder fehlerhafte Eigenschaften aufweisen. Sie sollten diese Versionen nur nutzen, wenn Sie eine Funktionalität aus der unten aufgeführten Liste benötigen.<p>
|
|
||||||
|
|
||||||
<a href="../downloads/dvdisaster-0.79.6.tar.bz2">dvdisaster-0.79.6.tar.bz2</a></td>
|
|
||||||
<td>(<a href="../downloads/dvdisaster-0.79.6.tar.bz2.gpg">digitale Unterschrift</a>,
|
|
||||||
MD5-Prüfsumme: ceef990a2239c43314bc6427c6afb181)
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li> Das "Datenträger-Info"-Werkzeug zeigt nun die korrekte Leerkapazität an (vorher wurde immer Null ausgegeben).</li>
|
|
||||||
<li> Unterstützung für BDXL-TL-Datenträger (dreilagig, 100GB).</li>
|
|
||||||
<li> Sektoren-Prüfsummen und Abbild-Prüfsummen werden während des Lesens von
|
|
||||||
Datenträgern zwischengespeichert und beim Erstellen von Fehlerkorrektur-Daten
|
|
||||||
wiederverwendet. Das Erstellen von Fehlerkorrektur-Daten wird dadurch beschleunigt
|
|
||||||
und RS03-Fehlerkorrektur-Daten enthalten die optionale Abbild-Prüfsumme,
|
|
||||||
wenn der Datenträger vorher einmal komplett eingelesen wurde.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>Was ist mit den alten dvdisaster-Seiten passiert?</b><p>
|
|
||||||
|
|
||||||
Bitte schauen Sie in das <i>Vorwort zur Version 0.79.5</i> im
|
|
||||||
englischen <a href="verschiedenes.html#manual">Benutzerhandbuch</a>.
|
|
||||||
|
|
||||||
<!-- Page footer -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr><td colspan="2" style="width:100%; height:10px;"></td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<span class="fs">
|
|
||||||
<i> Copyright 2004-2017 Carsten Gnörlich.<br>
|
|
||||||
Die unveränderte Vervielfältigung und Verteilung dieses gesamten Artikels in beliebiger Form ist gestattet,
|
|
||||||
sofern dieser Hinweis erhalten bleibt.
|
|
||||||
</i>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,140 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
<title></title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/dvdisaster.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Title header -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td align="left">
|
|
||||||
<span class="fxxl"><b>dvdisaster</b> </span>
|
|
||||||
<i>Version 0.79.5 (stable) / 0.79.6 (unstable)</i>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<span class="fxxl"> </span>
|
|
||||||
Deutsch <a href="../en/misc.html">English</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td colspan="2">
|
|
||||||
<table class="navigation" width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td>Unterseiten:
|
|
||||||
<a href="index.html">Entwickler-Seite</a> ·
|
|
||||||
<b>Verschiedenes</b>
|
|
||||||
</td>
|
|
||||||
<td align="right"><a href="datenschutz.html">Datenschutz-Erklärung</a> · <a href="impressum.html">Impressum</a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td style="height: 10px"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Main body -->
|
|
||||||
|
|
||||||
<a name="pubkey"></a>
|
|
||||||
<b>Öffentlicher Schlüssel für die digitale Unterschrift</b><p>
|
|
||||||
|
|
||||||
Die herunterladbaren Pakete enthalten
|
|
||||||
eine mit <a href="http://www.gnupg.org">GnuPG</a> erstellte
|
|
||||||
digitale Unterschrift, damit Sie nachprüfen können,
|
|
||||||
ob sich die Software in ihrem ursprünglichen Zustand befindet.<p>
|
|
||||||
|
|
||||||
Ab Version 0.79.5 werden Pakete mit diesem
|
|
||||||
<a href="../downloads/pubkey2.asc">4096bit RSA-Schlüssel</a> unterschrieben:
|
|
||||||
|
|
||||||
<pre>
|
|
||||||
pub 4096R/64F770B2 2015-10-05
|
|
||||||
Schl.-Fingerabdruck = E3AF E703 96CC C0D9 E5D8 381C B0DB CA7D 64F7 70B2
|
|
||||||
uid dvdisaster (pkg signing key #2)
|
|
||||||
sub 4096R/758BCC23 2015-10-05
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
|
|
||||||
Ältere Versionen (bis zu 0.79.3) wurden mit einem
|
|
||||||
<a href="../downloads/pubkey1.asc">1024bit DSA-Schlüssel</a> unterschrieben,
|
|
||||||
der noch zum Vergleich hier verfügbar ist.
|
|
||||||
|
|
||||||
Sie können den Fingerabdruck der öffentlichen Schlüssel auch direkt von
|
|
||||||
den Entwicklern erhalten, indem Sie eine E-Mail
|
|
||||||
an carsten@dvdisaster.org schreiben. Bitte verwenden Sie
|
|
||||||
den Betreff "GPG finger print".
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Benutzerhandbuch</b><p>
|
|
||||||
<a name="manual"></a>
|
|
||||||
|
|
||||||
Das Benutzerhandbuch zu dvdisaster gibt es - leider aus Zeitgründen nur
|
|
||||||
in englischer Sprache - als <a href="../downloads/manual.pdf">PDF-Dokument (manual.pdf)</a>.
|
|
||||||
Es erläutert die Benutzung von dvdisaster anhand einiger
|
|
||||||
grundlegender Beispiele und enthält weitere Hintergrundinformationen
|
|
||||||
zu seiner Funktionsweise.
|
|
||||||
Sie brauchen das Handbuch hier nicht herunterzuladen, wenn Sie bereits
|
|
||||||
das Quellkode-Archiv haben - dort ist ebenfalls ein Exemplar enthalten.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Kodierer-Spezifikation</b><p>
|
|
||||||
|
|
||||||
Die Spezifikation der RS01-, RS02- und RS03-Kodierer
|
|
||||||
ist als <a href="../downloads/codecs.pdf">PDF-Dokument (codecs.pdf)</a>
|
|
||||||
verfügbar.
|
|
||||||
|
|
||||||
Dieses Dokument ist zur Diskussion der Kodierer-Implementierung unter
|
|
||||||
den Entwicklern vorgesehen. Er erfordert Kenntnisse in Kodierungstheorie
|
|
||||||
und ist nicht als Endbenutzer-Dokumentation gedacht.
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<tr><td>
|
|
||||||
<a href="http://pdfreaders.org/"><img src="http://pdfreaders.org/graphics/pdfreaders-lang-neutral.png" alt="pdfreaders.org" /></a></td>
|
|
||||||
<td>Programme zum Lesen von PDF-Dokumenten sind bei <a href="http://pdfreaders.org">PDFreaders.org</a> verfügbar.</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>Letzte Windows-Version</b><p>
|
|
||||||
|
|
||||||
Ein anderer Entwickler hat angefangen, eine Version von dvdisaster direkt für Windows zu
|
|
||||||
erstellen, aber es gibt dazu noch nichts anzukündigen. Verwenden Sie
|
|
||||||
bis dahin bitte weiterhin die letzte veröffentlichte Version für Windows:
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>Quellkode: </td>
|
|
||||||
<td><a href="../downloads/dvdisaster-0.72.3.tar.bz2">dvdisaster-0.72.3.tar.bz2</a></td>
|
|
||||||
<td>(<a href="../downloads/dvdisaster-0.72.3.tar.bz2.gpg">Digitale Unterschrift</a>,
|
|
||||||
MD5-Prüfsumme: 4eb09c1aa3cdbc1dafdb075148fb471d)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Installierbare Binärversion: </td>
|
|
||||||
<td><a href="../downloads/dvdisaster-0.72.3-setup.exe">dvdisaster-0.72.3-setup.exe</a></td>
|
|
||||||
<td>(<a href="../downloads/dvdisaster-0.72.3-setup.exe.gpg">Digitale Unterschrift</a>,
|
|
||||||
MD5-Prüfsumme: b6861ba1e8de6d91a2da5342a14870e0)</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Page footer -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr><td colspan="2" style="width:100%; height:10px;"></td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<span class="fs">
|
|
||||||
<i> Copyright 2004-2017 Carsten Gnörlich.<br>
|
|
||||||
Die unveränderte Vervielfältigung und Verteilung dieses gesamten Artikels in beliebiger Form ist gestattet,
|
|
||||||
sofern dieser Hinweis erhalten bleibt.
|
|
||||||
</i>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
|
||||||
Version: GnuPG v1.2.4 (GNU/Linux)
|
|
||||||
|
|
||||||
mQGiBD9GYJcRBACXa6CzZ0WPqUvit1d7LvnSOqLDxYQiiphnzjQc+ssJvScNxv9+
|
|
||||||
ThELKXHxaKfDpL9/C4+5qh1pfrsEEpuQ7m+RfXFqz5UPZITgza5Ko/5WPhhVRxkh
|
|
||||||
8b8ux7DIeFlbgmd5YSFPoYIwGWCAtI5OiUC6qa149gAq7k0vtgb+hbxn2wCg0lTu
|
|
||||||
XGNjX7qMNggbnx3aBVVd9SMD/RYWIr2c66w6Kt/EYLLgYGqgZL9MkmocuUoJVgiI
|
|
||||||
Y2pi3SPbIvX3enk1OIRBCFbweEgXiVw+FWu6aK09eZrJcDv2Uns4ecTvzz1d83RH
|
|
||||||
gssV7ulB6P5mU3u6NT39CHW6fJ5Xi1HPkw380+y3dbaRxh/1htmk5Ao0DmDGRohL
|
|
||||||
vzgIA/9P/bdqh0WG0j4qY+8pcsNn0/ymiJXPZzvyr2cEc56AaHgLAVZHMUyE3Rd9
|
|
||||||
9rSZjVS+x/oGbkzVOd8IySUSRx7f2Sxve1sxoaNlwdqcE0vq16PH1iMBQ6KJAvUA
|
|
||||||
NAM4QZhAI7Lav9yB/tXblGrHHjll+fwFB/9t6G0hO9JoJDaEgbQmQ2Fyc3RlbiBH
|
|
||||||
bsO2cmxpY2ggKHBrZyBzaWduaW5nIGtleSAjMSmIXgQTEQIAHgUCQCvkqQIbAwYL
|
|
||||||
CQgHAwIDFQIDAxYCAQIeAQIXgAAKCRBaWQ7+9fbEbGfsAJ9NrkdlRobMhtWpAyeW
|
|
||||||
wPUe8XHzsACfYbMooS0D/UmRGo7wW7rBnrVqLxy5AQ0EP0ZgmBAEAKJos9WBWgw1
|
|
||||||
sGFFM/1eKEzZqGYMt8qk2r/djPyZYEIzqT47aR7P9gPIXDTplOmBgL43hU8MlE9K
|
|
||||||
Q92s4RVP/x/OvMWF04vSO3vBEmeR3HncpbIk4AP17MZGuqEGtyAe1e5hcGiho1CL
|
|
||||||
/6fSanYydC2iciKbfyyfzL9oISHedad7AAMFA/4wtrdqwTI2p05NAGxRA2r4egYI
|
|
||||||
m7x+ixyYuHGkzZzHMdos5zDg/dzNRnarib98JgAkZR+EVT6K0Ez6ykz57oteCt6f
|
|
||||||
jyGjOwI9bUyOFa+LyGJ+QRaeVozhqLLu/b4wgKCuBcKNt2ebpKFHi9JKiGE9hOJz
|
|
||||||
4nanjCbtihUJaf1DLIhJBBgRAgAJBQI/RmCYAhsMAAoJEFpZDv719sRsbk4An2JZ
|
|
||||||
q/8GBvugzgfu5AxacsuiZzfgAKCwzLAuoUTw/Sz6bYaAUfec362gFw==
|
|
||||||
=Sidz
|
|
||||||
-----END PGP PUBLIC KEY BLOCK-----
|
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
|
||||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
|
||||||
|
|
||||||
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
|
|
||||||
xUBVNZuhjPr589pvAEQFUyxCTI0uwQ==
|
|
||||||
=sd4U
|
|
||||||
-----END PGP PUBLIC KEY BLOCK-----
|
|
||||||
@@ -1,87 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
<title></title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/dvdisaster.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Title header -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td align="left">
|
|
||||||
<span class="fxxl"><b>dvdisaster</b> </span>
|
|
||||||
<i>Version 0.79.5 (stable) / 0.79.6 (unstable)</i>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<span class="fxxl"> </span>
|
|
||||||
<a href="../de/impressum.html">Deutsch</a> English
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td colspan="2">
|
|
||||||
<table class="navigation" width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td>Navigation:
|
|
||||||
<a href="index.html">Developer site</a> ·
|
|
||||||
<a href="misc.html">Miscellaneous</a>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<a href="privacy.html">Privacy policy</a> ·
|
|
||||||
<b>Contact information</b>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td style="height: 10px"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Main body -->
|
|
||||||
|
|
||||||
<b>Contact information</b><p>
|
|
||||||
|
|
||||||
Carsten Gnörlich <br>
|
|
||||||
Karl-von-Hahn-Str. 125 <br>
|
|
||||||
72250 Freudenstadt / Germany<br>
|
|
||||||
Tel.: +49 172 566 1442
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
E-Mail: carsten@dvdisaster.org<br>
|
|
||||||
Internet: www.dvdisaster.org
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
Responsible for the website content: <br>
|
|
||||||
Carsten Gnörlich (see above for address).
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
This notice covers the web sites under the domains<br>
|
|
||||||
<a href="http://dvdisaster.com">dvdisaster.com</a>,
|
|
||||||
<a href="http://dvdisaster.de">dvdisaster.de</a>,
|
|
||||||
<a href="https://web.archive.org/web/20180428070843/http://dvdisaster.net">dvdisaster.net</a>,
|
|
||||||
<a href="http://dvdisaster.org">dvdisaster.org</a>.<br>
|
|
||||||
|
|
||||||
<!-- Page footer -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr><td colspan="2" style="width:100%; height:10px;"></td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<span class="fs">
|
|
||||||
<i> Copyright 2004-2017 Carsten Gnörlich.<br>
|
|
||||||
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
|
|
||||||
</i>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,139 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
<title></title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/dvdisaster.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Title header -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td align="left">
|
|
||||||
<span class="fxxl"><b>dvdisaster</b> </span>
|
|
||||||
<i>Version 0.79.5 (stable) / 0.79.6 (unstable)</i>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<span class="fxxl"> </span>
|
|
||||||
<a href="../de/index.html">Deutsch</a> English
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td colspan="2">
|
|
||||||
<table class="navigation" width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td>Navigation:
|
|
||||||
<b>Developer site</b> ·
|
|
||||||
<a href="misc.html">Miscellaneous</a>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<a href="privacy.html">Privacy policy</a> ·
|
|
||||||
<a href="imprint.html">Contact information</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td style="height: 10px"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Main body -->
|
|
||||||
|
|
||||||
<b>Developer site</b><p>
|
|
||||||
|
|
||||||
This site provides the latest source code release of dvdisaster for the
|
|
||||||
FreeBSD, GNU/Linux and NetBSD operating systems. It is mostly aimed at
|
|
||||||
maintainers of binary packages for the beforementioned platforms.
|
|
||||||
End users might find it more convenient to install dvdisaster from the
|
|
||||||
package system of their operating system bundle or distribution.
|
|
||||||
But if you prefer to download and compile the source package on your own,
|
|
||||||
you're welcome, too.<br>
|
|
||||||
|
|
||||||
This site does <i>not</i> provide information on the purpose and usage
|
|
||||||
of dvdisaster. This is better described at other places, e.g.
|
|
||||||
in the <a href="misc.html#manual">user manual</a> and numerous online
|
|
||||||
forums.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<a name="download"></a>
|
|
||||||
<b>Download the source code</b>
|
|
||||||
|
|
||||||
<table width="100%">
|
|
||||||
<tr>
|
|
||||||
<td>dvdisaster is available for the <b>FreeBSD</b>, <b>GNU/Linux</b> und <b>NetBSD</b>
|
|
||||||
operating systems.
|
|
||||||
It is provided as
|
|
||||||
<a href="http://fsfe.org/about/basics/freesoftware.en.html">free software</a>
|
|
||||||
under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU General Public License v3</a>. </td>
|
|
||||||
<td class="w127x" valign="top"><img src="../images/gplv3-127x51.png" alt="GPLv3-Logo" width="127">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>Current stable version: </td>
|
|
||||||
<td><a href="../downloads/dvdisaster-0.79.5.tar.bz2">dvdisaster-0.79.5.tar.bz2</a></td>
|
|
||||||
<td>(<a href="../downloads/dvdisaster-0.79.5.tar.bz2.gpg">digital signature</a>,
|
|
||||||
MD5 sum: ceef990a2239c43314bc6427c6afb181)</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<p>
|
|
||||||
|
|
||||||
A <a href="misc.html#pubkey">digital signature</a> is provided for
|
|
||||||
verification that the packages are in their original state. The archives
|
|
||||||
contain a file <tt>INSTALL</tt> with further instructions for building dvdisaster.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
OS X and Windows are no longer supported.
|
|
||||||
The <a href="misc.html#windows">last published version for Windows (0.72.3)</a> is still available.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>The developer versions are back!</b><p>
|
|
||||||
|
|
||||||
The original plan of publishing stable versions every few months did not work out due to continued lack of time. In the mean time, developer (unstable) versions are published whenever the need arises for a current update. Please be aware that developer versions are undocumented and may contain unfinished or otherwise defective functionality. You should only use them if you need some of the features detailed in the list below.<p>
|
|
||||||
|
|
||||||
|
|
||||||
<a href="../downloads/dvdisaster-0.79.6.tar.bz2">dvdisaster-0.79.6.tar.bz2</a></td>
|
|
||||||
<td>(<a href="../downloads/dvdisaster-0.79.6.tar.bz2.gpg">digital signature</a>,
|
|
||||||
MD5 sum: ceef990a2239c43314bc6427c6afb181)
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li> The "medium info" tool will now correctly show the blank capacity (was previously always shown as zero)</li>
|
|
||||||
<li> added support for BDXL-TL (triple layer, 100GB) media</li>
|
|
||||||
<li> Sector CRC sums and the image MD5 sums are collected during
|
|
||||||
reading the medium and can be re-used by the ecc data creation
|
|
||||||
process. Speeds up ecc generation and enables RS03 image
|
|
||||||
checksums when generating ecc data was preceeded by a read.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>What happened to the old dvdisaster site?</b><p>
|
|
||||||
|
|
||||||
Please see the <i>Preface for version 0.79.5</i> in the <a href="misc.html#manual">user manual</a>.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Page footer -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr><td colspan="2" style="width:100%; height:10px;"></td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<span class="fs">
|
|
||||||
<i> Copyright 2004-2017 Carsten Gnörlich.<br>
|
|
||||||
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
|
|
||||||
</i>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,138 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
<title></title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/dvdisaster.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Title header -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td align="left">
|
|
||||||
<span class="fxxl"><b>dvdisaster</b> </span>
|
|
||||||
<i>Version 0.79.5 (stable) / 0.79.6 (unstable)</i>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<span class="fxxl"> </span>
|
|
||||||
<a href="../de/verschiedenes.html">Deutsch</a> English
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td colspan="2">
|
|
||||||
<table class="navigation" width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td>Navigation:
|
|
||||||
<a href="index.html">Developer site</a> ·
|
|
||||||
<b>Miscellaneous</b>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<a href="privacy.html">Privacy policy</a> ·
|
|
||||||
<a href="imprint.html">Contact information</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td style="height: 10px"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Main body -->
|
|
||||||
|
|
||||||
<b>Public key for the digital signature</b><p>
|
|
||||||
|
|
||||||
The downloadable dvdisaster packages have been digitally signed using
|
|
||||||
<a href="http://www.gnupg.org">GnuPG</a> so that you can verify
|
|
||||||
that the software is in its original state.<p>
|
|
||||||
|
|
||||||
Starting with version 0.79.5, releases are signed with this
|
|
||||||
<a href="../downloads/pubkey2.asc">4096bit RSA key</a>:
|
|
||||||
|
|
||||||
<pre>
|
|
||||||
pub 4096R/64F770B2 2015-10-05
|
|
||||||
Key fingerprint = E3AF E703 96CC C0D9 E5D8 381C B0DB CA7D 64F7 70B2
|
|
||||||
uid dvdisaster (pkg signing key #2)
|
|
||||||
sub 4096R/758BCC23 2015-10-05
|
|
||||||
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
|
|
||||||
The <a href="../downloads/pubkey1.asc">1024bit DSA key</a> used to sign releases up to version 0.79.3 is
|
|
||||||
still available for reference.
|
|
||||||
Feel free to send an email to carsten@dvdisaster.org to obtain
|
|
||||||
any of these fingerprints directly from the developers.
|
|
||||||
Please include "GPG finger print" in the subject line.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>User's manual</b><p>
|
|
||||||
<a name="manual"></a>
|
|
||||||
|
|
||||||
|
|
||||||
The user manual is provided as a <a href="../downloads/manual.pdf">PDF document (manual.pdf)</a>.
|
|
||||||
It contains several basic examples of using dvdisaster and some background
|
|
||||||
information on its way of working.
|
|
||||||
You do not need to download the manual if you already have the
|
|
||||||
source code archive - a copy of the manual is contained there.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Codec specification</b><p>
|
|
||||||
|
|
||||||
The specification of the RS01, RS02 and RS03 codec
|
|
||||||
is available as a <a href="../downloads/codecs.pdf">PDF document (codecs.pdf)</a>.
|
|
||||||
|
|
||||||
This document is meant to discuss the codec implementation among developers.
|
|
||||||
It requires knowledge in the area of coding theory and is not meant as end
|
|
||||||
user documentation.
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<tr><td>
|
|
||||||
<a href="http://pdfreaders.org/"><img src="http://pdfreaders.org/graphics/pdfreaders-lang-neutral.png" alt="pdfreaders.org" /></a></td>
|
|
||||||
<td>Software for reading the PDF document is available at <a href="http://pdfreaders.org">PDFreaders.org</a>.</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>Last Windows release</b><p>
|
|
||||||
<a name="windows"></a>
|
|
||||||
|
|
||||||
A native Windows fork of dvdisaster will be started soon by another developer,
|
|
||||||
but there is nothing to announce yet.
|
|
||||||
In the mean time, please continue using the last published version for Windows (0.72.3):
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>Source code: </td>
|
|
||||||
<td><a href="../downloads/dvdisaster-0.72.3.tar.bz2">dvdisaster-0.72.3.tar.bz2</a></td>
|
|
||||||
<td>(<a href="../downloads/dvdisaster-0.72.3.tar.bz2.gpg">digital signature</a>,
|
|
||||||
MD5 checksum: 4eb09c1aa3cdbc1dafdb075148fb471d)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Binary installer: </td>
|
|
||||||
<td><a href="../downloads/dvdisaster-0.72.3-setup.exe">dvdisaster-0.72.3-setup.exe</a></td>
|
|
||||||
<td>(<a href="../downloads/dvdisaster-0.72.3-setup.exe.gpg">digital signature</a>,
|
|
||||||
MD5 checksum: b6861ba1e8de6d91a2da5342a14870e0)</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Page footer -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr><td colspan="2" style="width:100%; height:10px;"></td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<span class="fs">
|
|
||||||
<i> Copyright 2004-2017 Carsten Gnörlich.<br>
|
|
||||||
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
|
|
||||||
</i>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,102 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
<title></title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/dvdisaster.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Title header -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td align="left">
|
|
||||||
<span class="fxxl"><b>dvdisaster</b> </span>
|
|
||||||
<i>Version 0.79.5 (stable) / 0.79.6 (unstable)</i>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<span class="fxxl"> </span>
|
|
||||||
<a href="../de/datenschutz.html">Deutsch</a> English
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td colspan="2">
|
|
||||||
<table class="navigation" width="100%" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td>Navigation:
|
|
||||||
<a href="index.html">Developer site</a> ·
|
|
||||||
<a href="misc.html">Miscellaneous</a>
|
|
||||||
</td>
|
|
||||||
<td align="right">
|
|
||||||
<b>Privacy policy</b> ·
|
|
||||||
<a href="imprint.html">Contact information</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr><td style="height: 10px"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- Main body -->
|
|
||||||
|
|
||||||
<b>Privacy statement for the web sites</b><p>
|
|
||||||
|
|
||||||
dvdisaster.com,
|
|
||||||
dvdisaster.de,
|
|
||||||
dvdisaster.net,
|
|
||||||
dvdisaster.org
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
The dvdisaster project (<a href="imprint.html">see the contact page for representatives</a>)
|
|
||||||
provides its internet sites to you without requiring a registration or entering personal data.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Server log files</b><p>
|
|
||||||
|
|
||||||
The servers of this internet site create no logs about your visit.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Cookies</b><p>
|
|
||||||
|
|
||||||
This internet site does not use cookies.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Links to other internet sites</b><p>
|
|
||||||
|
|
||||||
Our internet pages contain links to other internet sites.
|
|
||||||
The dvdisaster project has no control over their publishers,
|
|
||||||
and whether they follow our privacy policy.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>Further development of these internet pages</b><p>
|
|
||||||
|
|
||||||
Further development of these internet pages may require our privacy policy
|
|
||||||
to be changed. Please revisit this policy statement occasionally and watch for
|
|
||||||
change notices.
|
|
||||||
|
|
||||||
<!-- Page footer -->
|
|
||||||
|
|
||||||
<table width="100%" cellpadding="0" border="0">
|
|
||||||
<tr><td colspan="2" style="width:100%; height:10px;"></td></tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td></tr>
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<span class="fs">
|
|
||||||
<i> Copyright 2004-2017 Carsten Gnörlich.<br>
|
|
||||||
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
|
|
||||||
</i>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td colspan="2" class="hsep"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user