Update to user guide. A few new pages and many translations by Google Code-In students. ShowImage, MediaPlayer and WebPositive are not yet ready for translation. Thanks everyone.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40044 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-12-30 19:10:45 +00:00
parent 2eb5e77d9b
commit 9639885450
253 changed files with 5015 additions and 4176 deletions
+13 -11
View File
@@ -9,6 +9,8 @@
*
* Authors:
* Humdinger <[email protected]>
* Translators:
* Francesco Franchina
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -47,7 +49,6 @@
<div id="content">
<div>
<div class="box-info">La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.</div>
<h2><img src="../../images/apps-images/diskprobe-icon_64.png" alt="diskprobe-icon_64.png" width="64" height="64" />DiskProbe</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
@@ -56,17 +57,18 @@
<tr><td>Impostazioni:</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr>
</table>
<p><br /></p>
<p>DiskProbe is a HEX editor to view and alter data of a file or on a device on a byte-level. It's a very low-level tool and has therefore the potential to really mess things up if you're not careful!</p>
<div class="box-warning">Always work with the backup of a file and be extra careful when working directly on a device.</div>
<p>When starting DiskProbe you'll first be asked for the file or the device to work on. After that you are presented with this interface:</p>
<p>DiskProbe è un editor esadecimale utilizzato per visualizzare e modificare i contenuti di un file o di un dispositivo byte per byte.
È un programma che lavora a un livello molto basso, ha pertanto le potenzialità di danneggiare l'intero sistema se non utilizzato con cautela!</p>
<div class="box-warning">È raccomandato di lavorare sempre sui file dopo averne fatto una copia di backup e di prestare una maggiore attenzione quando di opera direttamente sui dispositivi.</div>
<p>Una volta avviato DiskProbe, verrà richiesto il file o il dispositivo su cui si intende lavorare. Dopo questo passaggio apparirà la seguente interfaccia:</p>
<p><img id="diskprobe" src="../images/apps-images/diskprobe.png" alt="diskprobe.png" /></p>
<p>The main view shows always one block of data, the size of which can be adjusted with <span class="menu">View | BlockSize</span>. To the left is the offset to the start of the block, in the middle the data as HEX values and to the right the same as ASCII symbols.<br />
You can move from block to block with the slider above or with <span class="key">ALT</span> <span class="key"></span> and <span class="key">ALT</span> <span class="key"></span> and switch between the HEX and ASCII columns with <span class="key">TAB</span>.</p>
<p><span class="menu">Block | Selection</span> will not only show the selection with different endianess (and in HEX or decimal, set by <span class="menu">View | Base</span>), it will also interprete the selection as a block offset that you can jump to. It will be grayed out if the position is outside of the file/device.<br />
This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.</p>
<p>If the file you're probing includes attributes, the <span class="menu">Attributes</span> menu can be used to open any of them in a new DiskProbe window. Here's the copyright attribute of the <span class="app">AboutSystem</span> application:
</p><p><img id="diskprobe-attribute" src="../images/apps-images/diskprobe-about-attr.png" alt="diskprobe-about-attr.png" /></p>
<p>Depending on the kind of attribute, you'll get a different editor tab besides the always present <i>Raw Editor</i>. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.</p>
<p>La vista principale mostra sempre un blocco di dati la cui dimensione può essere variata con <span class="menu">View | BlockSize</span>. Sulla sinistra è mostrato l'offset dall'inizio del blocco, al centro vengono visualizzati i dati in esadecimale e sulla destra vengono visualizzati gli stessi valori espressi in caratteri ASCII.<br />
È possibile muoversi da un blocco all'altro usando il cursore in alto o i tasti <span class="key">ALT</span> <span class="key"></span> e <span class="key">ALT</span> <span class="key"></span> e passare dalla colonna dell'esadecimale a quella dell'ASCII con <span class="key">TAB</span>.</p>
<p><span class="menu">Block | Selection</span> non solo mosterà la selezione secondo i diversi
endianess (o in modalità esadecimale o in quella decimale, impostata da <span class="menu">View | Base</span>), ma interpreterà anche la selezione come blocco al quale è possibile saltare. Questo apparirà grigio se la posizione non è presente all'interno del file o del dispositivo.<br />
Questa è una caratteristica piuttosto utile quando si esplorano i file system dal momento che spesso contengono puntatori ad altri blocchi.</p>
<p>Se il file che si sta esaminando include degli attributi, è possibile usare il menù <span class="menu">Attributes</span> per aprirli in una nuova finestra di DiskProbe. Qui è mostrato l'attributo copyright dell'applicazione <span class="app">AboutSystem</span>:</p><p><img id="diskprobe-attribute" src="../images/apps-images/diskprobe-about-attr.png" alt="diskprobe-about-attr.png" /></p>
<p>In base al tipo di attributo, veranno visualizzate schede differenti accanto al sempre presente <i>Raw Editor</i>. Ad esempio ci sono editor per le stringe e per i MIME type o un visualizzatore di icone per l'attributo vectoricon.</p>
</div>
</div>