Update userguide translations
Also purge old documents
This commit is contained in:
committed by
waddlesplash
parent
4fd69b6cc2
commit
7852aa0525
@@ -4,13 +4,14 @@
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2010-2016, Haiku. All rights reserved.
|
||||
* Copyright 2010-2018, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Emrys
|
||||
* Humdinger
|
||||
*
|
||||
-->
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
@@ -50,8 +51,8 @@
|
||||
</ul>
|
||||
|
||||
<span>
|
||||
« <a href="list-cli-apps.html">List of commands</a>
|
||||
:: <a href="../applications.html#cli-apps" class="uplink">Applications</a>
|
||||
« <a href="list-cli-apps.html">List of commands</a>
|
||||
:: <a href="../applications.html#cli-apps" class="uplink">Applications</a>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -89,18 +90,25 @@ For more details on a parameter, append "--help", e.g. <tt>pkgman search --help<
|
||||
<table summary="scripting cli tools" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><p><span class="cli">alert</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">alert</span> conjures up the typical alert window with a pre-defined icon, explanatory text and up to three buttons. It will return the title of the pressed button and an exit status (starting with 0). For example, this is made of the line:</p>
|
||||
<pre class="terminal">alert --idea "FantasticApp(tm) installed successfully!
|
||||
<pre class="terminal">alert --idea "FantasticApp(tm) installed successfully! \
|
||||
Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"</pre>
|
||||
<p><img src="../images/apps-images/cli-alert.png" alt="cli-alert.png" /></p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">filepanel</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">filepanel</span> displays a load or save file panel and lets the user choose a file or location. As a return value you'll get the chosen file or folder's path. There are several parameters available, for example to set a starting directory, a window title, a default name when saving or restrictions to the allowed types of files. This is an example of</p>
|
||||
<pre class="terminal">filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log</pre>
|
||||
<p><img src="../images/apps-images/cli-filepanel.png" alt="cli-alert.png" /></p>
|
||||
<p><img src="../images/apps-images/cli-filepanel.png" alt="cli-filepanel.png" /></p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">hey</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">hey</span> is a littler helper tool that sends BMessages to applications and prints out their answer. It can be used for application scripting, i.e. "remote controlling" a program from a script or the command line. It's usage is a bit complex... <a href="https://www.haiku-os.org/blog/humdinger/2017-11-05_scripting_the_gui_with_hey/">Humdinger's blog post</a> serves as a good introduction, and thanks to Scot Hacker's BeOS Bible, there is a much more comprehensive <a href="http://www.birdhouse.org/beos/bible/bos/ch_scripting6.html">hey tutorial</a> by Chris Herborth.</p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">notify</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">notify</span> shows a notification panel with a message. There are various parameters that are described when you call <span class="cli">notify --help</span>. A notification can also be used to show the progress of some action. When doing that, it's important to set a <i>messageID</i> and always use it when you update the progress (a float between 0.0 and 1.0 that's printed as percent). Otherwise you'll see several notification panels if you update quicker then the set timeout.<br />
|
||||
An example:</p>
|
||||
<pre class="terminal">notify --type progress --group "--group" --title "--title" --icon /boot/home/bebook.hvif \
|
||||
--messageID MyMessageID --progress .75 "Keep waiting"</pre>
|
||||
<p><img src="../images/apps-images/cli-notification.png" alt="cli-notification.png" /></p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">query</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">query</span> is the commandline version of the Find panel. In fact, a quick way to generate the search term is to build a query in the Find panel, switch to <span class="menu">by formula</span>, add double quotes (<tt>"</tt>) in front and back and paste the whole string after your <span class="cli">query</span> command in Terminal or your script.</p>
|
||||
</td></tr>
|
||||
@@ -159,8 +167,8 @@ mountvolume RAMimage</pre>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="list-cli-apps.html">Listă de comenzi</a>
|
||||
:: <a href="../applications.html#cli-apps" class="uplink">Aplicații</a>
|
||||
« <a href="list-cli-apps.html">Listă de comenzi</a>
|
||||
:: <a href="../applications.html#cli-apps" class="uplink">Aplicații</a>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2008-2015, Haiku. All rights reserved.
|
||||
* Copyright 2008-2018, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -97,7 +97,7 @@
|
||||
Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.</p>
|
||||
<p><span class="menu">Blacklist entries</span><br />
|
||||
Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See <a href="#troubleshooting">Troubleshooting</a> below.</p></td></tr>
|
||||
<tr><td><b>Select debug options</b></td><td> </td><td>Here you'll find several options that help with debugging or getting details for a <a href="../../welcome/en/bugreports.html">bug report</a>. Again, a short explanation for each option is displayed at the bottom.</td></tr>
|
||||
<tr><td><b>Selectează opțiuni depanare</b></td><td> </td><td>Here you'll find several options that help with debugging or getting details for a <a href="../../welcome/en/bugreports.html">bug report</a>. Again, a short explanation for each option is displayed at the bottom.</td></tr>
|
||||
<tr><td></td><td></td><td>
|
||||
<p><span class="menu">Enable serial debug output</span><br />
|
||||
Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).</p>
|
||||
@@ -122,12 +122,13 @@
|
||||
</table>
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="troubleshooting" name="troubleshooting">Troubleshooting</a></h2>
|
||||
<a id="troubleshooting" name="troubleshooting">Depanare</a></h2>
|
||||
<p>If Haiku refuses to boot on your hardware from the get-go, try out setting different options under <span class="menu">Select safe mode options</span>. Consider filing a <a href="../../welcome/en/bugreports.html">bug report</a> in any case.</p>
|
||||
<p>On the other hand, if Haiku only suddenly acts up after you have installed some software, especially hardware drivers, you have several options to get Haiku bootable again so you can uninstall the offending package:</p>
|
||||
<ul>
|
||||
<li><p>Activating <span class="menu">Safe mode</span> will prevent most servers, daemons and the UserBootscript from being started.</p></li>
|
||||
<li><p>Activating <span class="menu">Disable user add-ons</span> will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.</p></li>
|
||||
<li><p>If activating <span class="menu">Use fail-safe graphics driver</span> solves your troubles by falling back to VESA graphics, you can make the setting permanent by removing the <tt>#</tt> of the line <i>#fail_safe_video_mode true</i> in the text file <span class="path">/boot/home/config/settings/kernel/drivers/kernel</span>.</p></li>
|
||||
<li><p>If the offending driver, add-on etc. is installed in the system hierarchy, things get a bit more complicated, because that area is read-only. Here, the <span class="menu">Blacklist entries</span> comes into play. With it, you can navigate through the whole system hierarchy and disable the component that's messing things up for you by checking an entry with the <span class="key">SPACE</span> or <span class="key">RETURN</span> key. <span class="key">ESC</span> returns you up one level to the parent directory.</p>
|
||||
<p>Online, there's the article <a href="http://www.haiku-os.org/blog/barrett/2013-12-15_how_permanently_blacklist_package_file">How to Permanently Blacklist a Package File</a> showing how to make that setting stick.</p></li>
|
||||
<li><p>Under <span class="menu">Select boot volume</span> you can specify what former "version" of Haiku to boot. Every time you un/install a package, the old state is saved and you can boot into it by choosing it from the list presented in the boot loader options.<br />
|
||||
@@ -135,20 +136,20 @@ So, if you encounter boot problems after installing some package, boot a Haiku s
|
||||
</ul>
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="booting" name="booting">Booting Haiku</a></h2>
|
||||
<p>After activating one or more options, you return to the main menu and continue booting, which presents you with this boot screen:</p>
|
||||
<a id="booting" name="booting">Pornirea Haiku</a></h2>
|
||||
<p>După activarea uneia sau mai multor opțiuni, vă întoarceți la meniul principal și continuați pornirea sistemului, care vă arată acest ecran de boot:</p>
|
||||
<img src="../images/bootloader-images/boot-screen.png" alt="boot-screen.png" />
|
||||
|
||||
<p>If everything works OK, one symbol after another quickly lights up.<br />
|
||||
The different symbols roughly correspond to these boot stages:</p>
|
||||
<p>Dacă totul fucționează corect, se aprinde rapid un simbol, unul după altul.<br />
|
||||
Diferitele simboluri corespund aproximativ cu aceste etape de boot:</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><b>Atom</b></td><td style="width:10px;"> </td><td>Initializing modules.</td></tr>
|
||||
<tr><td><b>Disk + magnifier</b></td><td> </td><td>Creating rootfs (<span class="path">/</span>) and mounting devfs (<span class="path">/dev</span>).</td></tr>
|
||||
<tr><td><b>Plug-in card</b></td><td> </td><td>Initializing device manager.</td></tr>
|
||||
<tr><td><b>Boot disk</b></td><td> </td><td>Mounting boot disk.</td></tr>
|
||||
<tr><td><b>Chip</b></td><td> </td><td>Loading CPU specific modules.</td></tr>
|
||||
<tr><td><b>Folder</b></td><td> </td><td>Final initialization of subsystems.</td></tr>
|
||||
<tr><td><b>Rocket</b></td><td> </td><td>Launch_daemon has started the system.</td></tr>
|
||||
<tr><td><b>Atom</b></td><td style="width:10px;"> </td><td>Se inițializează modulele.</td></tr>
|
||||
<tr><td><b>Disc + lupă</b></td><td> </td><td>Se creează rootfs (<span class="path">/</span>) și se montează devfs (<span class="path">/dev</span>).</td></tr>
|
||||
<tr><td><b>Card plug-in</b></td><td> </td><td>Se inițializează gestionarul de dispozitive.</td></tr>
|
||||
<tr><td><b>Disc de boot</b></td><td> </td><td>Se montează discul de boot.</td></tr>
|
||||
<tr><td><b>Cip</b></td><td> </td><td>Se încarcă modulele specifice CPU.</td></tr>
|
||||
<tr><td><b>Dosar</b></td><td> </td><td>Se finalizează inițializarea subsistemelor.</td></tr>
|
||||
<tr><td><b>Rachetă</b></td><td> </td><td>Launch_daemon a pornit sistemul.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
<h1>Haiku GUI</h1>
|
||||
|
||||
<p>Haiku's graphical user interface is an integral part of the system. Unlike Unix-based operating systems, there's no separate window manager and booting just into a command line shell is not possible. Haiku's focus being on the desktop user, this is just not considered necessary.</p>
|
||||
<p>Haiku's graphical user interface is an integral part of the system. Unlike other Unix-like operating systems, there is no separate window manager and booting just into a command-line shell is not possible. Haiku's focus being on the desktop user, this is just not considered necessary.</p>
|
||||
<p>As you probably have experience with other graphical environments, let's skip over the standards like menus, right-click context menus, drag & drop etc. Let's have a look at the few unique aspects of Haiku's GUI instead.</p>
|
||||
<img src="images/gui-images/gui.png" alt="gui.png" />
|
||||
<p>There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.</p>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2008-2017, Haiku. All rights reserved.
|
||||
* Copyright 2008-2018, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -129,7 +129,7 @@ This type-ahead filtering is set in the <a href="#tracker-preferences.html">Trac
|
||||
<ul>
|
||||
<li><p><span class="menu">Vizualizare pictogramă</span> (<span class="key">ALT</span> <span class="key">1</span>) - Pictograme mari, puteți modifica dimensiunea din submeniu sau mări/micșora dimensiunea lor cu <span class="key">ALT</span> <span class="key">+</span>/<span class="key">-</span>.</p></li>
|
||||
<li><p><span class="menu">Vizualizare pictogramă mini</span> (<span class="key">ALT</span> <span class="key">2</span>) - Pictograme mici.</p></li>
|
||||
<li><p><span class="menu">Vizualizare listă</span> (<span class="key">ALT</span> <span class="key">3</span>) - O listă detaliată a fișierelor, care vă permite afișarea/ascunderea <i>atributelor</i> disponibile. (Vedeți subiectul <a href="attributes.html">Attributes</a>.)</p></li>
|
||||
<li><p><span class="menu">List view</span> (<span class="key">ALT</span> <span class="key">3</span>) - A detailed list of your files enabling you to show/hide file attributes. (See topic <a href="attributes.html">Attributes</a>.) From the submenu you can choose to use either mini or large icons.</p></li>
|
||||
</ul>
|
||||
<p>Meniul <span class="menu">Fereastră</span> oferă un număr de alte funcții:</p>
|
||||
<ul>
|
||||
@@ -159,7 +159,6 @@ This type-ahead filtering is set in the <a href="#tracker-preferences.html">Trac
|
||||
<img src="images/tracker-images/tracker-preferences-navigator.png" alt="tracker-preferences-navigator.png" />
|
||||
<p>Before you switch Tracker to <span class="menu">Single window navigation mode</span>, because that may feel more familiar to you, we recommend giving the menu based browsing a try first, as that may actually work much faster for you after getting used to. On the other hand, single window browsing offers a <i>Navigator</i> where you can enter or copy & paste a path name and use back, forward and up buttons.</p>
|
||||
<p>Activating <span class="menu">Type-ahead filtering</span> will filter the contents of a Tracker window while you type to only display the files matching your string in their name or any currently displayed attribute. See <a href="#type-ahead-filter">above</a>.</p></li>
|
||||
<li><p><span class="menu">Trash</span> - Set the behavior when deleting a file.</p></li>
|
||||
<li><p><span class="menu">Volume icons</span> - Set the color of an optional indicator of free space that's shown besides a disk's icon.</p></li>
|
||||
<li><p><span class="menu">Disk mount</span> - Define when and what disks are mounted automatically, as described above under <a href="#mounting-volumes">"Mounting volumes"</a>.</p></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user