Synchronize userguide with most recent translations
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
* Barrett
|
||||
* Andrea
|
||||
* MichaelPeppers
|
||||
* Gabriele
|
||||
*
|
||||
-->
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
@@ -62,26 +63,26 @@
|
||||
|
||||
<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>
|
||||
<div class="box-info">La traduzione di questa pagina non è stata ancora completata. Finché non lo sarà, le parti non tradotte saranno visualizzate in inglese.</div>
|
||||
|
||||
<h1>La struttura del FileSystem di Haiku</h1>
|
||||
|
||||
<p>Il filesystem di Haiku è molto trasparente, per non confondere l'utente si cerca sempre di non assegnare nomi criptici per i file e per le cartelle di sistema. Le cartelle ed i file sono importanti per il corretto funzionamento del sistema e sono protetti dalle modifiche accidentali mostrando uno dei seguenti avvertimenti:</p>
|
||||
<p>Il filesystem di Haiku è molto trasparente; per non confondere l'utente si cerca sempre di non assegnare nomi criptici per i file e per le cartelle di sistema. Le cartelle ed i file sono importanti per il corretto funzionamento del sistema e sono protetti dalle modifiche accidentali mostrando uno dei seguenti avvertimenti:</p>
|
||||
<img src="images/filesystem-layout-images/achtung-user.png" alt="achtung-user.png" />
|
||||
<img src="images/filesystem-layout-images/achtung-system.png" alt="achtung-system.png" />
|
||||
<p>The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "<span class="button">Rename</span>" button will only become clickable when you're holding down the <span class="key">SHIFT</span> key.</p>
|
||||
<p>Generally, there are two separate branches springing from the root folder of the boot volume:</p>
|
||||
<p>Il secondo avvertimento compare qualora si provi a rinominare o a cancellare qualcosa nella gerarchia di sistema. Il bottone "<span class="button">Rinomina</span>" diventerà cliccabile solamente tenendo premuto il tasto <span class="key">SHIFT</span>.</p>
|
||||
<p>Generalmente, ci sono due rami di directory che partono dalla cartella principale del volume di avvio:</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="path">/boot/system/</span></td><td> </td><td>Contains system files and applications/packages shared by all users.</td></tr>
|
||||
<tr><td><span class="path">/boot/home/</span></td><td> </td><td>This is your personal folder where you keep your data and settings and the applications/packages that are <i>not</i> shared by all users.</td></tr>
|
||||
<tr><td><span class="path">/boot/system/</span></td><td> </td><td>Contiene i file di sistema e le applicazioni/package condivisi tra tutti gli utenti.</td></tr>
|
||||
<tr><td><span class="path">/boot/home/</span></td><td> </td><td>Questa è la tua cartella personale dove sono immagazzinati i tuoi dati, le impostazioni e le applicazioni/package <em>non</em> condivisi tra tutti gli utenti.</td></tr>
|
||||
</table>
|
||||
<p>As long as Haiku isn't multi-user, this distinction between shared and not-shared applications/packages has no apparent effect, as there's only one user with one home folder. But since there will be support for more users than one eventually, it makes sense to learn the right way from the start.</p>
|
||||
<p>Poiché Haiku non è un sistema operativo multi-utente, la distinzione tra applicazioni/package condivisi o non condivisi apparentemente non ha effetto, in quanto vi è una sola cartella home. Ma poiché in futuro verrà aggiunto il supporto per utenti multipi, ha senso apprendere sin da subito il modo corretto di vedere le cose.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="system" name="system">La cartella system - <span class="path">/boot/system/</span></a></h2>
|
||||
<p>Under Haiku's predecessor BeOS, this folder was named <span class="path">/boot/beos/</span>. You may still find it in some older documentation (e.g. in the original BeBook).<br />
|
||||
Most of the folders inside <span class="path">/boot/system/</span> are read-only, which is sensible as they contain the files necessary for Haiku to function correctly and therefore have to be safe from (accidental) alteration. The only user-writable folders are:</p>
|
||||
<p>Su BeOS, il predecessore di Haiku, questa cartella era chiamata <span class="path">/boot/beos/</span>. È possibile incontrarla ancora leggendo della vecchia documetazione (ad esempio quella originale come il BeBook).<br />
|
||||
La maggior parte delle cartelle nel ramo <span class="path">/boot/system/</span> sono in sola lettura, in quanto il suo contenuto è necessario per il corretto funzionamento di Haiku e, pertanto, deve essere al sicuro da alterazioni accidentali. Le uniche cartelle scrivibili sono:</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="path">/boot/system/cache/</span></td><td> </td><td>Contains cached files and the temporary folder linked to <span class="path">/tmp/</span>.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="path">/boot/system/non-packaged/</span></td><td> </td><td>Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).</td></tr>
|
||||
@@ -89,7 +90,7 @@ Most of the folders inside <span class="path">/boot/system/</span> are read-only
|
||||
<tr><td><span class="path">/boot/system/settings/</span></td><td> </td><td>Contains system-wide settings.</td></tr>
|
||||
<tr><td><span class="path">/boot/system/var/</span></td><td> </td><td>Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.</td></tr>
|
||||
</table>
|
||||
<p><span class="box-info">For more information on the <span class="path">packages</span> and <span class="path">non-packaged</span> folders, see topic <a href="applications.html">Applications</a>.</span></p>
|
||||
<p><span class="box-info">Per ulteriori informazioni sulle cartelle <span class="path">packages</span> e <span class="path">non-packaged</span>consulta la guida alla sezione <a href="applications.html">Applicazioni</a>.</span></p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
@@ -121,8 +122,8 @@ Files that you'd like to share with other users in a future multi-user environme
|
||||
<td>Questa cartella contiene le impostazioni per ogni applicazione e alcune configurazioni del sistema. Alcune applicazioni gestiscono le proprie impostazioni nelle loro sottocartelle, altre collocano semplicemente i loro file di configurazione qua.</td></tr>
|
||||
</table>
|
||||
|
||||
<p><span class="box-info">For more information on the <span class="path">packages</span> and <span class="path">non-packaged</span> folders, see topic <a href="applications.html">Applications</a>.</span></p>
|
||||
<p>Here are some of the more interesting subfolders in <span class="path">~/config/settings/</span>:</p>
|
||||
<p><span class="box-info">Per ulteriori informazioni sulle cartelle <span class="path">packages</span> e <span class="path">non-packaged</span>consulta la guida alla sezione <a href="applications.html">Applicazioni</a>.</span></p>
|
||||
<p>Ecco una lista di sottocartelle rilevanti di <span class="path">~/config/settings/</span>:</p>
|
||||
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr><td><span class="path">boot/</span></td><td style="width:10px;"> </td>
|
||||
@@ -142,7 +143,7 @@ Files that you'd like to share with other users in a future multi-user environme
|
||||
|
||||
<tr><td><span class="path">Tracker/</span></td><td> </td>
|
||||
|
||||
<td>Oltre alle varie impostazioni per i file del Tracker, ci sono alcune interessanti sottocartelle :</td></tr>
|
||||
<td>Oltre alle varie impostazioni per i file del Tracker, ci sono alcune interessanti sottocartelle:</td></tr>
|
||||
<tr><td align="right"><span class="path">DefaultFolderTemplate/</span></td><td style="width:10px;"></td><td>Mostra e stabilisce tutte le proprietà e le dimensioni della finestra a proprio piacimento. Ogni nuova cartella che si crea lo userà come modello.</td></tr>
|
||||
|
||||
<tr><td align="right"><span class="path">DefaultQueryTemplates/</span></td><td></td><td>Si può definire il layout di una "Query result window" per determinati tipi di file <a href="queries.html#result-window">Query: La finestra dei risultati </a>.</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user