Imported Upstream version 0.72
This commit is contained in:
89
documentation/en/howtosa4.php
Normal file
89
documentation/en/howtosa4.php
Normal file
@@ -0,0 +1,89 @@
|
||||
<?php
|
||||
# dvdisaster: English homepage translation
|
||||
# Copyright (C) 2004-2009 Carsten Gnörlich
|
||||
#
|
||||
# UTF-8 trigger: äöüß
|
||||
#
|
||||
# Include our PHP sub routines, then call begin_page()
|
||||
# to start the HTML page, insert the header,
|
||||
# navigation and news if appropriate.
|
||||
|
||||
require("../include/dvdisaster.php");
|
||||
require("../include/screenshot.php");
|
||||
begin_page();
|
||||
|
||||
?>
|
||||
|
||||
<!--- Insert actual page content below --->
|
||||
|
||||
<h3>Starting actions</h3>
|
||||
|
||||
<?php begin_screen_shot("Starting actions","action-buttons.png"); ?>
|
||||
To start an action in dvdisaster, click on one of the buttons marked green:<p>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top"><img src="images/read-icon.png"> </td>
|
||||
<td><b>Reading medium contents into an image file</b> to:
|
||||
<ul>
|
||||
<li>read in <a href="howtos42.php#a">a defective medium</a> for a subsequent recovery.
|
||||
<li>read in <a href="howtos23.php?way=1&expand=0">an error-free medium</a> for creating an error
|
||||
correction file.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top"><img src="images/create-icon.png"> </td>
|
||||
<td><b><a href="howtos20.php">Creating an error correction file</a></b><br>
|
||||
(only possible from defect-free media!)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top"><img src="images/scan-icon.png"> </td>
|
||||
<td><b><a href="howtos10.php">Scanning a medium for read errors.</a></b>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top"><img src="images/fix-icon.png"> </td>
|
||||
<td><b><a href="howtos40.php">Recover the image of a defective medium</a></b><br>
|
||||
provided that
|
||||
<a href="howtos20.php">error correction data</a> is available.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top"><img src="images/compare-icon.png"> </td>
|
||||
<td>Display <a href="howtos50.php">information on images and error correction data</a>.
|
||||
</td>
|
||||
</tr>
|
||||
</table><p>
|
||||
|
||||
<b>Other buttons related to the above actions:</b>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top"><img src="images/log-icon.png"> </td>
|
||||
<td><b>View log file of running action</b> (marked yellow).<br>
|
||||
See also: <a href="feedback.php#log">Log file creation</a>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top"><img src="images/stop-icon.png"> </td>
|
||||
<td><b>Aborting the running action</b> (marked red).<br>
|
||||
Some actions may take some time to abort; especially when this button
|
||||
is hit while reading a defective sector.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php end_screen_shot(); ?>
|
||||
|
||||
|
||||
<!--- do not change below --->
|
||||
|
||||
<?php
|
||||
# end_page() adds the footer line and closes the HTML properly.
|
||||
|
||||
end_page();
|
||||
?>
|
||||
Reference in New Issue
Block a user